From: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
To: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
Cc: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
"Chery, Nanley G" <nanley.g.chery@intel.com>,
"Saarinen, Jani" <jani.saarinen@intel.com>,
"Graunke, Kenneth W" <kenneth.w.graunke@intel.com>,
"Souza, Jose" <jose.souza@intel.com>,
"Mathew, Alwin" <alwin.mathew@intel.com>,
"Zhang, Jianxun" <jianxun.zhang@intel.com>,
"Nikula, Jani" <jani.nikula@intel.com>
Subject: Re: [RFC PATCH 2/3] drm/xe/display: allow creation of case I915_FORMAT_MOD_4_TILED_XE2_CCS type framebuffer
Date: Tue, 7 May 2024 19:41:42 +0300 [thread overview]
Message-ID: <af0c569e-c612-4dc6-b15a-d5e732b6bb0d@gmail.com> (raw)
In-Reply-To: <ZjpR203p3wcy8yW0@intel.com>
On 7.5.2024 19.07, Ville Syrjälä wrote:
> On Mon, May 06, 2024 at 09:52:37PM +0300, Juha-Pekka Heikkila wrote:
>> Add I915_FORMAT_MOD_4_TILED_XE2_CCS to possible created tiling for new framebuffer
>> on Xe driver.
>>
>> Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
>> ---
>> drivers/gpu/drm/xe/display/xe_plane_initial.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/xe/display/xe_plane_initial.c b/drivers/gpu/drm/xe/display/xe_plane_initial.c
>> index 9693c56d386b..59adcd15eb31 100644
>> --- a/drivers/gpu/drm/xe/display/xe_plane_initial.c
>> +++ b/drivers/gpu/drm/xe/display/xe_plane_initial.c
>> @@ -145,6 +145,7 @@ intel_alloc_initial_plane_obj(struct intel_crtc *crtc,
>> case I915_FORMAT_MOD_X_TILED:
>> case I915_FORMAT_MOD_Y_TILED:
>> case I915_FORMAT_MOD_4_TILED:
>> + case I915_FORMAT_MOD_4_TILED_XE2_CCS:
>
> Are we actually expecting GOP to enable compression?
This came in the wrong place, it's not needed here.
>
>> break;
>> default:
>> drm_dbg(&dev_priv->drm,
>> --
>> 2.43.2
>
next prev parent reply other threads:[~2024-05-07 16:41 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-06 18:52 [RFC PATCH 0/3] Introducing I915_FORMAT_MOD_4_TILED_XE2_CCS Modifier for Xe2 Juha-Pekka Heikkila
2024-05-06 18:52 ` [RFC PATCH 1/3] drm/fourcc: define Intel Xe2 related tile4 ccs modifier Juha-Pekka Heikkila
2024-06-04 15:54 ` Chery, Nanley G
2024-05-06 18:52 ` [RFC PATCH 2/3] drm/xe/display: allow creation of case I915_FORMAT_MOD_4_TILED_XE2_CCS type framebuffer Juha-Pekka Heikkila
2024-05-07 16:07 ` Ville Syrjälä
2024-05-07 16:41 ` Juha-Pekka Heikkila [this message]
2024-05-06 18:52 ` [RFC PATCH 3/3] drm/i915/display: " Juha-Pekka Heikkila
2024-05-07 16:06 ` Ville Syrjälä
2024-05-07 16:43 ` Juha-Pekka Heikkila
2024-05-06 23:53 ` ✓ CI.Patch_applied: success for Introducing I915_FORMAT_MOD_4_TILED_XE2_CCS Modifier for Xe2 Patchwork
2024-05-06 23:53 ` ✗ CI.checkpatch: warning " Patchwork
2024-05-06 23:54 ` ✓ CI.KUnit: success " Patchwork
2024-05-07 0:06 ` ✓ CI.Build: " Patchwork
2024-05-07 0:09 ` ✓ CI.Hooks: " Patchwork
2024-05-07 0:10 ` ✗ CI.checksparse: warning " Patchwork
2024-05-07 0:56 ` ✓ CI.BAT: success " Patchwork
2024-05-07 5:48 ` ✓ CI.FULL: " Patchwork
2024-05-07 22:56 ` [RFC PATCH 0/3] " Matt Roper
2024-05-08 13:08 ` Juha-Pekka Heikkila
2024-05-11 0:58 ` Kenneth Graunke
2024-05-14 9:25 ` Joonas Lahtinen
2024-05-14 16:51 ` Thomas Hellström
2024-07-19 20:17 ` Zhang, Jianxun
2024-07-23 22:51 ` Chery, Nanley G
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=af0c569e-c612-4dc6-b15a-d5e732b6bb0d@gmail.com \
--to=juhapekka.heikkila@gmail.com \
--cc=alwin.mathew@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=jani.saarinen@intel.com \
--cc=jianxun.zhang@intel.com \
--cc=jose.souza@intel.com \
--cc=kenneth.w.graunke@intel.com \
--cc=nanley.g.chery@intel.com \
--cc=ville.syrjala@linux.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