intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] CRTC background color support for i915
@ 2016-02-11  2:32 Matt Roper
  2016-02-11  2:32 ` [PATCH v2 1/2] drm: Add infrastructure for CRTC background color property (v2) Matt Roper
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Matt Roper @ 2016-02-11  2:32 UTC (permalink / raw)
  To: intel-gfx

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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2016-03-03 22:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11  2:32 [PATCH v2 0/2] CRTC background color support for i915 Matt Roper
2016-02-11  2:32 ` [PATCH v2 1/2] drm: Add infrastructure for CRTC background color property (v2) Matt Roper
2016-02-11  4:22   ` [Intel-gfx] " kbuild test robot
2016-02-11  2:32 ` [PATCH v2 2/2] drm/i915/gen9: Add support for pipe background color (v2) Matt Roper
2016-02-11 10:00   ` Ville Syrjälä
2016-02-11 16:05     ` Matt Roper
2016-02-11 16:22       ` Ville Syrjälä
2016-03-03 15:50   ` Lionel Landwerlin
2016-03-03 22:41     ` Matt Roper
2016-02-15 14:22 ` ✗ Fi.CI.BAT: failure for CRTC background color support for i915 Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).