[Intel-gfx] [PATCH v2 0/2] CRTC background color support for i915

Matt Roper matthew.d.roper at intel.com
Thu Feb 11 02:32:57 UTC 2016


Some platforms (e.g., Intel SKL+) support a programmable background canvas
color below the hardware planes.  For more details, see the cover letter for
the previous version of the series posted here:

    https://lists.freedesktop.org/archives/intel-gfx/2015-October/078687.html

I haven't made any updates to libdrm or IGT since the last update, so I'm only
reposting updates of the kernel patches; use the link above to get to the
corresponding libdrm/igt changes.

Note that this series isn't mergeable yet since we don't (yet) have an open
source userspace that can make use of it.  Eventual userspace candidates for
this functionality might be Weston, ChromeOS, or Android hwcomposer.


Matt Roper (2):
  drm: Add infrastructure for CRTC background color property (v2)
  drm/i915/gen9: Add support for pipe background color (v2)

 Documentation/DocBook/gpu.tmpl       | 10 +++-
 drivers/gpu/drm/drm_atomic.c         |  4 ++
 drivers/gpu/drm/drm_crtc.c           | 39 +++++++++++++++
 drivers/gpu/drm/i915/i915_debugfs.c  |  8 ++++
 drivers/gpu/drm/i915/i915_reg.h      |  9 ++++
 drivers/gpu/drm/i915/intel_display.c | 46 ++++++++++++++++++
 include/drm/drm_crtc.h               | 92 ++++++++++++++++++++++++++++++++++++
 7 files changed, 207 insertions(+), 1 deletion(-)

-- 
2.1.4



More information about the Intel-gfx mailing list