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 v7 0/3] CRTC background color
Date: Mon, 30 Sep 2019 15:47:04 -0700	[thread overview]
Message-ID: <20190930224707.14904-1-matthew.d.roper@intel.com> (raw)

The previous version of this series was posted in February here:
        https://lists.freedesktop.org/archives/dri-devel/2019-February/208068.html

Right before we merged this in February Maarten noticed that we should
be setting up the initial property state in a CRTC reset function (which
didn't exist yet) instead of when the property was attached.  Maarten
landed the CRTC reset functionality a week or two later, but I was busy
with travel and other work at the time, so revisiting and rebasing this
background color series fell through the cracks and I'm just getting
back to it now.

Userspace consumer is chromeos; these are the links the ChromeOS folks
gave me back in February:
  https://chromium-review.googlesource.com/c/chromium/src/+/1278858
  https://chromium-review.googlesource.com/c/chromiumos/platform/drm-tests/+/1241436

IGT is still the same as posted in February:
  https://lists.freedesktop.org/archives/igt-dev/2019-February/009637.html

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

Matt Roper (3):
  drm: Add CRTC background color property
  drm/i915/gen9+: Add support for pipe background color
  drm/i915: Add background color hardware readout and state check

 drivers/gpu/drm/drm_atomic_state_helper.c    |  4 +-
 drivers/gpu/drm/drm_atomic_uapi.c            |  4 ++
 drivers/gpu/drm/drm_blend.c                  | 35 +++++++++++++--
 drivers/gpu/drm/drm_mode_config.c            |  6 +++
 drivers/gpu/drm/i915/display/intel_color.c   | 11 +++--
 drivers/gpu/drm/i915/display/intel_display.c | 45 ++++++++++++++++++++
 drivers/gpu/drm/i915/i915_debugfs.c          |  9 ++++
 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 ++++++++++++
 11 files changed, 153 insertions(+), 7 deletions(-)

-- 
2.21.0

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

             reply	other threads:[~2019-09-30 22:47 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-30 22:47 Matt Roper [this message]
2019-09-30 22:47 ` [PATCH v7 1/3] drm: Add CRTC background color property Matt Roper
2019-09-30 22:47 ` [PATCH v7 2/3] drm/i915/gen9+: Add support for pipe background color Matt Roper
2019-09-30 22:47 ` [PATCH v7 3/3] drm/i915: Add background color hardware readout and state check Matt Roper
2019-09-30 23:04 ` ✗ Fi.CI.CHECKPATCH: warning for CRTC background color (rev8) Patchwork
2019-09-30 23:13 ` [PATCH i-g-t] tests/kms_crtc_background_color: overhaul to match upstream ABI (v5.1) Matt Roper
2019-09-30 23:13   ` [igt-dev] " Matt Roper
2019-10-01  2:18   ` Martin Peres
2019-10-01  2:18     ` [igt-dev] " Martin Peres
2019-10-01 12:27     ` Ville Syrjälä
2019-10-01 12:27       ` Ville Syrjälä
2019-10-09 15:43       ` Daniel Vetter
2019-10-09 15:43         ` Daniel Vetter
2019-09-30 23:46 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2019-09-30 23:50 ` ✓ Fi.CI.BAT: success for CRTC background color (rev8) Patchwork
2019-09-30 23:53 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_crtc_background_color: overhaul to match upstream ABI (v5.1) Patchwork
2019-10-01  7:20 ` ✗ Fi.CI.IGT: failure for CRTC background color (rev8) Patchwork
2019-10-01  8:13 ` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_crtc_background_color: overhaul to match upstream ABI (v5.1) Patchwork
2019-10-09 21:01 ` [PATCH v7 0/3] CRTC background color Daniele Castagna
2019-10-09 21:27   ` Matt Roper
2019-10-11 16:09     ` [Intel-gfx] " Sean Paul

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=20190930224707.14904-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.