intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Matt Roper <matthew.d.roper@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH v2 0/2] CRTC background color support for i915
Date: Wed, 10 Feb 2016 18:32:57 -0800	[thread overview]
Message-ID: <1455157979-7341-1-git-send-email-matthew.d.roper@intel.com> (raw)

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

             reply	other threads:[~2016-02-11  2:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-11  2:32 Matt Roper [this message]
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

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=1455157979-7341-1-git-send-email-matthew.d.roper@intel.com \
    --to=matthew.d.roper@intel.com \
    --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 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).