diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2016-06-22 21:57:05 +0300 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2016-07-07 13:10:12 +0300 |
commit | 2210ce7f537412160e93a5cf9796581858287fb1 (patch) | |
tree | 77e5d02b1916ccbac7b5567f30d31b895871070e /init | |
parent | 37a5650b5bd645d74f082f2cffd22e4db7f4b238 (diff) | |
download | linux-2210ce7f537412160e93a5cf9796581858287fb1.tar.xz |
drm/i915: Replace some open coded intel_crtc_has_dp_encoder()s
A bunch of places still look for DP encoders manually. Just call
intel_crtc_has_dp_encoder(). Note that many of these places don't
look for EDP or DP_MST, but it's still fine to replace them because
* for audio we don't enable audio on eDP anyway
* the code that lack DP MST check is only for plaforms that
don't support MST anyway
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-8-git-send-email-ville.syrjala@linux.intel.com
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions