[PATCH 72/81] drm: Drop old_crtc and old_encoder pointers

ville.syrjala at linux.intel.com ville.syrjala at linux.intel.com
Wed Dec 12 08:16:39 PST 2012


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

These are not needed anymore.

Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
 include/drm/drm_crtc.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index c8cea87..da9abb6 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -509,7 +509,6 @@ struct drm_encoder {
 	struct drm_crtc *crtc;
 	const struct drm_encoder_funcs *funcs;
 	void *helper_private;
-	struct drm_crtc *old_crtc;
 };
 
 enum drm_connector_force {
@@ -615,7 +614,6 @@ struct drm_connector {
 	int audio_latency[2];
 	int null_edid_counter; /* needed to workaround some HW bugs where we get all 0s */
 	unsigned bad_edid_counter;
-	struct drm_encoder *old_encoder;
 };
 
 /**
-- 
1.7.8.6



More information about the dri-devel mailing list