aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2016-06-22 21:57:07 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2016-07-07 13:10:20 +0300
commitd7edc4e57bfefc5c2830a01f013cebdb814f8ffb (patch)
treeb2d804fb1ee865bebf5ef05a4f56a9ea6ff6e512 /drivers/gpu/drm/i915/intel_drv.h
parentdrm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/ (diff)
downloadlinux-dev-d7edc4e57bfefc5c2830a01f013cebdb814f8ffb.tar.xz
linux-dev-d7edc4e57bfefc5c2830a01f013cebdb814f8ffb.zip
drm/i915: Kill has_dsi_encoder
has_dsi_encoder was introduced to indicate that the pipe is driving a DSI encoder. Now that we have the output_types bitmask that can tell us the same thing, let's just kill has_dsi_encoder. v2: Rebase, handle BXT DSI transcoder, rewrote commit message Cc: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1466621833-5054-10-git-send-email-ville.syrjala@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_drv.h')
-rw-r--r--drivers/gpu/drm/i915/intel_drv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h
index f26befedcf25..55aeaf041749 100644
--- a/drivers/gpu/drm/i915/intel_drv.h
+++ b/drivers/gpu/drm/i915/intel_drv.h
@@ -522,9 +522,6 @@ struct intel_crtc_state {
*/
bool limited_color_range;
- /* DSI has special cases */
- bool has_dsi_encoder;
-
/* Bitmask of encoder types (enum intel_output_type)
* driven by the pipe.
*/