All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/i915: remove is_cpu_edp()
@ 2013-05-16 11:40 Imre Deak
  2013-05-16 11:40 ` [PATCH 1/4] drm/i915: stop using is_cpu_edp() in intel_disable/post_disable_dp Imre Deak
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Imre Deak @ 2013-05-16 11:40 UTC (permalink / raw)
  To: intel-gfx

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-05-28  9:37 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-16 11:40 [PATCH 0/4] drm/i915: remove is_cpu_edp() Imre Deak
2013-05-16 11:40 ` [PATCH 1/4] drm/i915: stop using is_cpu_edp() in intel_disable/post_disable_dp Imre Deak
2013-05-21  9:15   ` Daniel Vetter
2013-05-21 10:29     ` Imre Deak
2013-05-23 14:53       ` Imre Deak
2013-05-23 16:39   ` [PATCH v2 " Imre Deak
2013-05-16 11:40 ` [PATCH 2/4] drm/i915: merge VLV eDP and DP AUX clock divider calculation Imre Deak
2013-05-21  9:12   ` Daniel Vetter
2013-05-21 10:36     ` Imre Deak
2013-05-21 10:42       ` Daniel Vetter
2013-05-21 10:59         ` Imre Deak
2013-05-23 14:56           ` Imre Deak
2013-05-16 11:40 ` [PATCH 3/4] drm/i915: replace is_cpu_edp() with a check for port A Imre Deak
2013-05-16 11:40 ` [PATCH 4/4] drm/i915: remove unused is_cpu_edp() Imre Deak
2013-05-27 17:16 ` [PATCH 0/4] drm/i915: remove is_cpu_edp() Rodrigo Vivi
2013-05-27 17:28   ` Daniel Vetter
2013-05-27 17:54     ` Rodrigo Vivi
2013-05-28  9:37       ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.