public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: Introduce drm_crtc_index() and drm_crtc_mask()
@ 2014-01-13 11:46 Thierry Reding
  2014-01-13 11:46 ` [PATCH 1/2] drm: provide a helper for the encoder possible_crtcs mask Thierry Reding
  2014-01-13 11:46 ` [PATCH 2/2] drm/i915: Use drm_crtc_mask() helper Thierry Reding
  0 siblings, 2 replies; 9+ messages in thread
From: Thierry Reding @ 2014-01-13 11:46 UTC (permalink / raw)
  To: dri-devel; +Cc: Daniel Vetter, intel-gfx, Russell King

This series is a continuation of a patch posted earlier by Russell. It
addresses some comments from the initial posting as well as from some
discussion on IRC.

Patch 2 makes use of the new functions to replace an open-coded version
in the i915 driver, as suggested by David Herrmann. I've left David's
Reviewed-by in place on patch 1 since it didn't change fundamentally.

Note that I have a pair of patches that rely on this to fix a bug in the
Tegra driver that was exposed by the addition of the panel support, so I
would like to take these two patches through the Tegra tree.

Thierry

Russell King (1):
  drm: provide a helper for the encoder possible_crtcs mask

Thierry Reding (1):
  drm/i915: Use drm_crtc_mask() helper

 drivers/gpu/drm/drm_crtc.c           | 38 ++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_crtc_helper.c    | 16 +++------------
 drivers/gpu/drm/i915/intel_display.c | 16 +--------------
 include/drm/drm_crtc.h               |  2 ++
 4 files changed, 44 insertions(+), 28 deletions(-)

-- 
1.8.4.2

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

end of thread, other threads:[~2014-01-13 13:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13 11:46 [PATCH 0/2] drm: Introduce drm_crtc_index() and drm_crtc_mask() Thierry Reding
2014-01-13 11:46 ` [PATCH 1/2] drm: provide a helper for the encoder possible_crtcs mask Thierry Reding
2014-01-13 11:58   ` David Herrmann
2014-01-13 12:47     ` Russell King - ARM Linux
2014-01-13 13:50       ` David Herrmann
2014-01-13 13:55         ` Russell King - ARM Linux
2014-01-13 13:57           ` David Herrmann
2014-01-13 13:14   ` Jani Nikula
2014-01-13 11:46 ` [PATCH 2/2] drm/i915: Use drm_crtc_mask() helper Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox