All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: remove unused members from drm_i915_private
@ 2013-07-10 12:27 Maarten Lankhorst
  2013-07-10 12:57 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: Maarten Lankhorst @ 2013-07-10 12:27 UTC (permalink / raw)
  To: dri-devel@lists.freedesktop.org

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
---
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index a416645..d1b1928 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1080,8 +1080,6 @@ typedef struct drm_i915_private {
 	} backlight;
 
 	/* LVDS info */
-	struct drm_display_mode *lfp_lvds_vbt_mode; /* if any */
-	struct drm_display_mode *sdvo_lvds_vbt_mode; /* if any */
 	bool no_aux_handshake;
 
 	struct drm_i915_fence_reg fence_regs[I915_MAX_NUM_FENCES]; /* assume 965 */

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-10 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10 12:27 [PATCH] drm/i915: remove unused members from drm_i915_private Maarten Lankhorst
2013-07-10 12:57 ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.