summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-09-12 20:34:41 +0400
committerChris Wilson <chris@chris-wilson.co.uk>2010-09-13 13:27:41 +0400
commit788319d48dc2b61db732b19bb9598c062c75ec37 (patch)
tree785076ad18cc4db66e58ed400b0258a7f2b025c3 /drivers/gpu/drm/i915/i915_drv.h
parent8aadf70bd72c8f15994e68503af8f6722cd5c813 (diff)
downloadlinux-788319d48dc2b61db732b19bb9598c062c75ec37.tar.xz
drm/i915/lvds: Move private data to the connector from the device.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index b3efb30b2270..232555e33929 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -634,8 +634,6 @@ typedef struct drm_i915_private {
/* Reclocking support */
bool render_reclock_avail;
bool lvds_downclock_avail;
- /* indicate whether the LVDS EDID is OK */
- bool lvds_edid_good;
/* indicates the reduced downclock for LVDS*/
int lvds_downclock;
struct work_struct idle_work;