All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Roper <matthew.d.roper@intel.com>
To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Subject: [PATCH v4 0/3] CRTC background color
Date: Fri, 28 Dec 2018 15:51:28 -0800	[thread overview]
Message-ID: <20181228235131.23465-1-matthew.d.roper@intel.com> (raw)

Fourth version of the series previously posted here:
  https://lists.freedesktop.org/archives/intel-gfx/2018-November/181939.html

Code-wise, this version mainly just drops the bgcolor_changed flag.
Most of the changes here are just to the kerneldoc:  clarifying the
interaction of background color with crtc degamma/csc/gamma, and why
having a non-opaque background color might actually make sense for very
specific use cases (memory writeback connectors).

As before, the first patch in this series is just an Intel-specific
bugfix that is unrelated to the ABI change and thus can be merged
immediately after review.  The second and third patches need a pointer
to the ready, reviewed userspace that's going to use this (I believe
ChromeOS pretty much has this ready, but I don't have a link to their
patches yet).  I heard there's also someone working on adding support
for this to Weston, but I'm not sure what the status of that work is.

Matt Roper (3):
  drm/i915: Force background color to black for gen9+ (v2)
  drm: Add CRTC background color property (v4)
  drm/i915/gen9+: Add support for pipe background color (v4)

 drivers/gpu/drm/drm_atomic_uapi.c    |  4 ++++
 drivers/gpu/drm/drm_blend.c          | 28 ++++++++++++++++++++++---
 drivers/gpu/drm/drm_mode_config.c    |  6 ++++++
 drivers/gpu/drm/i915/i915_debugfs.c  |  9 ++++++++
 drivers/gpu/drm/i915/i915_reg.h      |  6 ++++++
 drivers/gpu/drm/i915/intel_display.c | 40 ++++++++++++++++++++++++++++++++++++
 include/drm/drm_blend.h              |  1 +
 include/drm/drm_crtc.h               | 12 +++++++++++
 include/drm/drm_mode_config.h        |  5 +++++
 include/uapi/drm/drm_mode.h          | 28 +++++++++++++++++++++++++
 10 files changed, 136 insertions(+), 3 deletions(-)

-- 
2.14.5

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2018-12-28 23:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-28 23:51 Matt Roper [this message]
2018-12-28 23:51 ` [PATCH v4 1/3] drm/i915: Force background color to black for gen9+ (v2) Matt Roper
2018-12-28 23:51 ` [PATCH v4 2/3] drm: Add CRTC background color property (v4) Matt Roper
2018-12-29  7:07   ` kbuild test robot
2019-01-07 11:08   ` Brian Starkey
2018-12-28 23:51 ` [PATCH v4 3/3] drm/i915/gen9+: Add support for pipe background color (v4) Matt Roper
2018-12-29  0:01 ` ✗ Fi.CI.CHECKPATCH: warning for CRTC background color (rev4) Patchwork
2018-12-29  0:26 ` ✓ Fi.CI.BAT: success " Patchwork
2018-12-29  1:43 ` ✓ Fi.CI.IGT: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181228235131.23465-1-matthew.d.roper@intel.com \
    --to=matthew.d.roper@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.