[Intel-gfx] [PATCH 0/4] drm/i915: remove is_cpu_edp()
Imre Deak
imre.deak at intel.com
Thu May 16 13:40:33 CEST 2013
is_cpu_edp() is equivalent with a port==PORT_A check. There are two
exceptions (see patch 1 and 2), where we can rewrite things to handle
ValleyView separately as it's done at other places. With these out of
the way we can replace is_cpu_edp() with a simpler port check and
remove is_cpu_edp().
I tested this only on IVB, so before applying we should test it on VLV
at least.
Imre Deak (4):
drm/i915: stop using is_cpu_edp() in intel_disable/post_disable_dp
drm/i915: merge VLV eDP and DP AUX clock divider calculation
drm/i915: replace is_cpu_edp() with a check for port A
drm/i915: remove unused is_cpu_edp()
drivers/gpu/drm/i915/intel_dp.c | 78 ++++++++++++++++++---------------------
1 file changed, 35 insertions(+), 43 deletions(-)
--
1.7.10.4
More information about the Intel-gfx
mailing list