All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Only initialize detected DDI buffers (v2)
@ 2014-08-05 10:29 Damien Lespiau
  2014-08-05 10:29 ` [PATCH 1/3] drm/i915: Introduce a for_each_intel_encoder() macro Damien Lespiau
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Damien Lespiau @ 2014-08-05 10:29 UTC (permalink / raw)
  To: intel-gfx

Changes since the previous patch:
  http://lists.freedesktop.org/archives/intel-gfx/2014-August/050058.html

  - patch 1 is a bonus patch adding one more of those for_each() macro
  - patch 2 limits the DDI buffer initialization to the detected DDIs
  - patch 3 is the v2 of the previous patch with Paulo's suggestion implemented

-- 
Damien

Damien Lespiau (3):
  drm/i915: Introduce a for_each_intel_encoder() macro
  drm/i915: Iterate through the initialized DDIs to prepare their buffers
  drm/i915: Don't write the HDMI buffer translation entry when not needed

 drivers/gpu/drm/i915/i915_debugfs.c  |  3 +-
 drivers/gpu/drm/i915/i915_drv.h      | 10 ++++++
 drivers/gpu/drm/i915/i915_irq.c      |  8 ++---
 drivers/gpu/drm/i915/intel_ddi.c     | 25 ++++++++++++---
 drivers/gpu/drm/i915/intel_display.c | 59 ++++++++++++------------------------
 drivers/gpu/drm/i915/intel_hdmi.c    |  2 +-
 drivers/gpu/drm/i915/intel_lvds.c    |  3 +-
 7 files changed, 57 insertions(+), 53 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-08-07 14:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-05 10:29 [PATCH 0/3] Only initialize detected DDI buffers (v2) Damien Lespiau
2014-08-05 10:29 ` [PATCH 1/3] drm/i915: Introduce a for_each_intel_encoder() macro Damien Lespiau
2014-08-05 11:19   ` Daniel Vetter
2014-08-05 10:29 ` [PATCH 2/3] drm/i915: Iterate through the initialized DDIs to prepare their buffers Damien Lespiau
2014-08-07 14:17   ` Paulo Zanoni
2014-08-07 14:22     ` Damien Lespiau
2014-08-05 10:29 ` [PATCH 3/3] drm/i915: Don't write the HDMI buffer translation entry when not needed Damien Lespiau

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.