From: Imre Deak <imre.deak@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Nanley G Chery <nanley.g.chery@intel.com>
Subject: [Intel-gfx] [PATCH v7 0/3] drm/i915/gen12: Add display render clear color decompression support
Date: Thu, 14 Jan 2021 22:13:11 +0200 [thread overview]
Message-ID: <20210114201314.783648-1-imre.deak@intel.com> (raw)
This is v7 of [1] addressing the review comments from Chris and Nanley.
Tested on TGL and DG1.
[1] https://patchwork.freedesktop.org/series/84183/
Cc: Nanley G Chery <nanley.g.chery@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk
Imre Deak (1):
drm/i915/gem: Add a helper to read data from a GEM object page
Radhakrishna Sripada (2):
drm/framebuffer: Format modifier for Intel Gen 12 render compression
with Clear Color
drm/i915/tgl: Add Clear Color support for TGL Render Decompression
drivers/gpu/drm/i915/display/intel_display.c | 101 +++++++++++++++++-
.../drm/i915/display/intel_display_types.h | 3 +
drivers/gpu/drm/i915/display/intel_sprite.c | 10 +-
drivers/gpu/drm/i915/gem/i915_gem_object.c | 75 +++++++++++++
drivers/gpu/drm/i915/gem/i915_gem_object.h | 2 +
drivers/gpu/drm/i915/i915_reg.h | 9 ++
include/uapi/drm/drm_fourcc.h | 19 ++++
7 files changed, 213 insertions(+), 6 deletions(-)
--
2.25.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next reply other threads:[~2021-01-14 20:13 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-14 20:13 Imre Deak [this message]
2021-01-14 20:13 ` [Intel-gfx] [PATCH v7 1/3] drm/framebuffer: Format modifier for Intel Gen 12 render compression with Clear Color Imre Deak
2021-01-15 9:41 ` Kahola, Mika
2021-01-15 18:42 ` Chery, Nanley G
2021-01-14 20:13 ` [Intel-gfx] [PATCH v7 2/3] drm/i915/gem: Add a helper to read data from a GEM object page Imre Deak
2021-01-14 21:23 ` Chris Wilson
2021-01-15 17:01 ` Imre Deak
2021-01-15 19:41 ` [Intel-gfx] [PATCH v8 " Imre Deak
2021-01-20 12:02 ` Chris Wilson
2021-01-20 19:43 ` Imre Deak
2021-01-20 21:38 ` [Intel-gfx] [PATCH v9 " Imre Deak
2021-01-14 20:13 ` [Intel-gfx] [PATCH v7 3/3] drm/i915/tgl: Add Clear Color support for TGL Render Decompression Imre Deak
2021-01-15 19:41 ` [Intel-gfx] [PATCH v8 " Imre Deak
2021-01-15 21:39 ` [Intel-gfx] [PATCH v9 " Imre Deak
2021-01-21 20:48 ` Matt Roper
2021-01-19 8:29 ` [Intel-gfx] [PATCH v7 " Dan Carpenter
2021-01-19 14:20 ` Imre Deak
2021-01-14 21:39 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gen12: Add display render clear color decompression support Patchwork
2021-01-14 21:42 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-01-14 22:10 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-01-15 10:05 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-01-15 23:14 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gen12: Add display render clear color decompression support (rev4) Patchwork
2021-01-15 23:16 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-01-15 23:43 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-01-16 9:26 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-01-20 22:52 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gen12: Add display render clear color decompression support (rev5) Patchwork
2021-01-20 22:55 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-01-20 23:23 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2021-01-21 12:57 ` Imre Deak
2021-01-21 14:14 ` Saarinen, Jani
2021-01-22 3:33 ` Vudum, Lakshminarayana
2021-01-22 3:32 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-01-22 6:50 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-01-22 14:33 ` Imre Deak
2021-01-22 16:47 ` Vudum, Lakshminarayana
2021-01-22 16:43 ` [Intel-gfx] ✓ Fi.CI.IGT: success " 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=20210114201314.783648-1-imre.deak@intel.com \
--to=imre.deak@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=nanley.g.chery@intel.com \
/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