Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
To: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>,
	intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/mtl: Add support of Tile4 to MTL
Date: Mon, 19 Dec 2022 20:27:30 +0200	[thread overview]
Message-ID: <2000a445-44f2-9aab-7631-69c283532d40@gmail.com> (raw)
In-Reply-To: <20221219135035.13059-1-stanislav.lisovskiy@intel.com>

Hi Stan,

On 19.12.2022 15.50, Stanislav Lisovskiy wrote:
> We have some Tile4 tests now skipping, which were
> supposed to be working. So lets make them work, by
> adding display_ver 14 as supported.
> 
> Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
> ---
>   drivers/gpu/drm/i915/display/intel_fb.c | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_fb.c b/drivers/gpu/drm/i915/display/intel_fb.c
> index 63137ae5ab217..75a17f38def53 100644
> --- a/drivers/gpu/drm/i915/display/intel_fb.c
> +++ b/drivers/gpu/drm/i915/display/intel_fb.c
> @@ -158,11 +158,11 @@ struct intel_modifier_desc {
>   static const struct intel_modifier_desc intel_modifiers[] = {
>   	{
>   		.modifier = I915_FORMAT_MOD_4_TILED_DG2_MC_CCS,
> -		.display_ver = { 13, 13 },
> +		.display_ver = { 13, 14 },

I don't think you'd want to do this. These DG2 ccs modifiers rely on 
usage of flat ccs which is not present in Meteorlake.

>   		.plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_MC,
>   	}, {
>   		.modifier = I915_FORMAT_MOD_4_TILED_DG2_RC_CCS_CC,
> -		.display_ver = { 13, 13 },
> +		.display_ver = { 13, 14 },

Let's drop this change too.

>   		.plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_RC_CC,
>   
>   		.ccs.cc_planes = BIT(1),
> @@ -170,11 +170,11 @@ static const struct intel_modifier_desc intel_modifiers[] = {
>   		FORMAT_OVERRIDE(gen12_flat_ccs_cc_formats),
>   	}, {
>   		.modifier = I915_FORMAT_MOD_4_TILED_DG2_RC_CCS,
> -		.display_ver = { 13, 13 },
> +		.display_ver = { 13, 14 },

And this.

>   		.plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_RC,
>   	}, {
>   		.modifier = I915_FORMAT_MOD_4_TILED,
> -		.display_ver = { 13, 13 },
> +		.display_ver = { 13, 14 },

Here you could do something like ".display_ver = { 13, -1 }," to enable 
tile4 from version 13 onward and we'll fix it if it ever change in the 
future.

/Juha-Pekka

>   		.plane_caps = INTEL_PLANE_CAP_TILING_4,
>   	}, {
>   		.modifier = I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS,


  reply	other threads:[~2022-12-19 18:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-19 13:50 [Intel-gfx] [PATCH] drm/i915/mtl: Add support of Tile4 to MTL Stanislav Lisovskiy
2022-12-19 18:27 ` Juha-Pekka Heikkila [this message]
2022-12-20 10:13   ` Lisovskiy, Stanislav
  -- strict thread matches above, loose matches on Subject: below --
2022-12-20 16:29 Stanislav Lisovskiy
2022-12-20 21:23 ` Juha-Pekka Heikkila

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=2000a445-44f2-9aab-7631-69c283532d40@gmail.com \
    --to=juhapekka.heikkila@gmail.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=stanislav.lisovskiy@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