summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2016-03-16 12:43:34 +0200
committerJani Nikula <jani.nikula@intel.com>2016-03-16 18:28:57 +0200
commit7caaef332abaae872ddd2cd65bbe8a8bc0d8f5cc (patch)
tree1acfd0a979526e5a185d5903412a461bdac17960 /drivers/gpu/drm/i915/i915_drv.h
parent92c4565e93609314b34bb810ba54cb73eb006987 (diff)
downloadtalos-op-linux-7caaef332abaae872ddd2cd65bbe8a8bc0d8f5cc.tar.gz
talos-op-linux-7caaef332abaae872ddd2cd65bbe8a8bc0d8f5cc.zip
drm/i915/bios: drop has_mipi in favor of intel_bios_is_dsi_present
Favor a single point of truth instead of duplicating the information. The change also filters out unsupported DSI ports at this stage, accepting only ports A and C, instead of waiting until the port checks. Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1458125015-7931-6-git-send-email-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index f6a84baa02bd..8a10c4b39a7f 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1434,7 +1434,6 @@ struct intel_vbt_data {
unsigned int lvds_use_ssc:1;
unsigned int display_clock_mode:1;
unsigned int fdi_rx_polarity_inverted:1;
- unsigned int has_mipi:1;
int lvds_ssc_freq;
unsigned int bios_lvds_val; /* initial [PCH_]LVDS reg val in VBIOS */
OpenPOWER on IntegriCloud