commit | 37a5650b5bd645d74f082f2cffd22e4db7f4b238 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Jun 22 21:57:04 2016 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Jul 07 13:10:07 2016 +0300 |
tree | 5b85827faed44cd45539ec0a439ef8b5c11e5305 | |
parent | 3d6e9ee0e125548c94417368ba53334445939bfd [diff] |
drm/i915: Kill has_dp_encoder from pipe_config Use the new output_types bitmask instead of has_dp_encoder. To make it less oainlful provide a small helper (intel_crtc_has_dp_encoder()) to do the bitsy stuff. v2: Rebase 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-7-git-send-email-ville.syrjala@linux.intel.com