From: Jani Nikula <jani.nikula@linux.intel.com>
To: Imre Deak <imre.deak@intel.com>,
intel-gfx@lists.freedesktop.org,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>
Cc: "Daniel Vetter" <daniel.vetter@ffwll.ch>,
"Dave Airlie" <airlied@gmail.com>,
"Juha-Pekka Heikkilä" <juha-pekka.heikkila@intel.com>,
dri-devel@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 0/4] drm/i915/dg2: Add support for render/media decompression
Date: Fri, 08 Apr 2022 10:59:03 +0300 [thread overview]
Message-ID: <871qy8j9a0.fsf@intel.com> (raw)
In-Reply-To: <874k34j9ca.fsf@intel.com>
On Fri, 08 Apr 2022, Jani Nikula <jani.nikula@linux.intel.com> wrote:
> On Mon, 04 Apr 2022, Imre Deak <imre.deak@intel.com> wrote:
>> This is a rebased version of patches 15-17 of [1], adding DG2 display
>> engine support for decompressing render and media compressed
>> framebuffers.
>>
>> The dependency patches from [1] should be merged already to drm-tip.
>>
>> It addresses the review comments on the modifier layout description from
>> Nanley, updates the commit logs vs. flat CCS and Tile4 and splits out
>> the changes adding the modifiers to drm_fourcc.h to separate patches.
>
> Cc'd a bunch more people; ack on merging patches 2 & 4 via drm-intel?
Both off by one, I mean 1 & 3.
>
> BR,
> Jani.
>
>
>>
>> [1] https://patchwork.freedesktop.org/series/95686/
>>
>> Cc: Anshuman Gupta <anshuman.gupta@intel.com>
>> Cc: Ramalingam C <ramalingam.c@intel.com>
>> Cc: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
>> Cc: Matt Roper <matthew.d.roper@intel.com>
>> Cc: Mika Kahola <mika.kahola@intel.com>
>> Cc: Juha-Pekka Heikkilä <juha-pekka.heikkila@intel.com>
>> Cc: Nanley Chery <nanley.g.chery@intel.com>
>>
>> Anshuman Gupta (1):
>> drm/i915/dg2: Add support for DG2 clear color compression
>>
>> Matt Roper (2):
>> drm/fourcc: Introduce format modifiers for DG2 render and media
>> compression
>> drm/i915/dg2: Add support for DG2 render and media compression
>>
>> Mika Kahola (1):
>> drm/fourcc: Introduce format modifier for DG2 clear color
>>
>> drivers/gpu/drm/i915/display/intel_display.c | 4 +-
>> drivers/gpu/drm/i915/display/intel_fb.c | 53 +++++++++++++++----
>> .../drm/i915/display/skl_universal_plane.c | 49 +++++++++++++----
>> include/uapi/drm/drm_fourcc.h | 36 +++++++++++++
>> 4 files changed, 122 insertions(+), 20 deletions(-)
--
Jani Nikula, Intel Open Source Graphics Center
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Imre Deak <imre.deak@intel.com>,
intel-gfx@lists.freedesktop.org,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>
Cc: "Daniel Vetter" <daniel.vetter@ffwll.ch>,
"Juha-Pekka Heikkilä" <juha-pekka.heikkila@intel.com>,
dri-devel@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 0/4] drm/i915/dg2: Add support for render/media decompression
Date: Fri, 08 Apr 2022 10:59:03 +0300 [thread overview]
Message-ID: <871qy8j9a0.fsf@intel.com> (raw)
In-Reply-To: <874k34j9ca.fsf@intel.com>
On Fri, 08 Apr 2022, Jani Nikula <jani.nikula@linux.intel.com> wrote:
> On Mon, 04 Apr 2022, Imre Deak <imre.deak@intel.com> wrote:
>> This is a rebased version of patches 15-17 of [1], adding DG2 display
>> engine support for decompressing render and media compressed
>> framebuffers.
>>
>> The dependency patches from [1] should be merged already to drm-tip.
>>
>> It addresses the review comments on the modifier layout description from
>> Nanley, updates the commit logs vs. flat CCS and Tile4 and splits out
>> the changes adding the modifiers to drm_fourcc.h to separate patches.
>
> Cc'd a bunch more people; ack on merging patches 2 & 4 via drm-intel?
Both off by one, I mean 1 & 3.
>
> BR,
> Jani.
>
>
>>
>> [1] https://patchwork.freedesktop.org/series/95686/
>>
>> Cc: Anshuman Gupta <anshuman.gupta@intel.com>
>> Cc: Ramalingam C <ramalingam.c@intel.com>
>> Cc: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
>> Cc: Matt Roper <matthew.d.roper@intel.com>
>> Cc: Mika Kahola <mika.kahola@intel.com>
>> Cc: Juha-Pekka Heikkilä <juha-pekka.heikkila@intel.com>
>> Cc: Nanley Chery <nanley.g.chery@intel.com>
>>
>> Anshuman Gupta (1):
>> drm/i915/dg2: Add support for DG2 clear color compression
>>
>> Matt Roper (2):
>> drm/fourcc: Introduce format modifiers for DG2 render and media
>> compression
>> drm/i915/dg2: Add support for DG2 render and media compression
>>
>> Mika Kahola (1):
>> drm/fourcc: Introduce format modifier for DG2 clear color
>>
>> drivers/gpu/drm/i915/display/intel_display.c | 4 +-
>> drivers/gpu/drm/i915/display/intel_fb.c | 53 +++++++++++++++----
>> .../drm/i915/display/skl_universal_plane.c | 49 +++++++++++++----
>> include/uapi/drm/drm_fourcc.h | 36 +++++++++++++
>> 4 files changed, 122 insertions(+), 20 deletions(-)
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2022-04-08 7:59 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-04 13:38 [Intel-gfx] [PATCH 0/4] drm/i915/dg2: Add support for render/media decompression Imre Deak
2022-04-04 13:38 ` [Intel-gfx] [PATCH 1/4] drm/fourcc: Introduce format modifiers for DG2 render and media compression Imre Deak
2022-04-04 13:38 ` Imre Deak
2022-04-07 13:37 ` Juha-Pekka Heikkila
2022-04-07 17:59 ` [Intel-gfx] " Juha-Pekka Heikkilä
2022-04-07 17:59 ` Juha-Pekka Heikkilä
2022-04-04 13:38 ` [Intel-gfx] [PATCH 2/4] drm/i915/dg2: Add support " Imre Deak
2022-04-07 13:37 ` Juha-Pekka Heikkila
2022-04-04 13:38 ` [Intel-gfx] [PATCH 3/4] drm/fourcc: Introduce format modifier for DG2 clear color Imre Deak
2022-04-04 13:38 ` Imre Deak
2022-04-07 13:37 ` [Intel-gfx] " Juha-Pekka Heikkila
2022-04-08 21:16 ` Maarten Lankhorst
2022-04-04 13:38 ` [Intel-gfx] [PATCH 4/4] drm/i915/dg2: Add support for DG2 clear color compression Imre Deak
2022-04-07 5:47 ` Gupta, Anshuman
2022-04-07 13:29 ` Imre Deak
2022-04-07 14:33 ` Gupta, Anshuman
2022-04-04 18:36 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/dg2: Add support for render/media decompression Patchwork
2022-04-04 19:08 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-04-04 23:10 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-04-08 7:57 ` [Intel-gfx] [PATCH 0/4] " Jani Nikula
2022-04-08 7:57 ` Jani Nikula
2022-04-08 7:59 ` Jani Nikula [this message]
2022-04-08 7:59 ` Jani Nikula
2022-04-11 12:38 ` Imre Deak
2022-04-11 13:35 ` Vivi, Rodrigo
2022-04-11 13:38 ` Jani Nikula
2022-04-11 14:35 ` Imre Deak
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=871qy8j9a0.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=airlied@gmail.com \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=imre.deak@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=juha-pekka.heikkila@intel.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=tzimmermann@suse.de \
/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.