From: Andrzej Hajda <andrzej.hajda@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Jani Nikula <jani.nikula@intel.com>,
"Vivi, Rodrigo" <rodrigo.vivi@intel.com>,
Nirmoy Das <nirmoy.das@intel.com>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/display: do not use cursor size reduction on MTL
Date: Mon, 11 Dec 2023 14:42:30 +0100 [thread overview]
Message-ID: <167c0fb0-8014-4fa3-85de-643efcd2b755@intel.com> (raw)
In-Reply-To: <20231124-cur_size_reduction-v1-1-30495dba475f@intel.com>
On 24.11.2023 08:53, Andrzej Hajda wrote:
> Cursor size reduction is not supported since MTL.
>
> Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_display_device.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Gently ping.
CC: maintainers
Regards
Andrzej
>
> diff --git a/drivers/gpu/drm/i915/display/intel_display_device.h b/drivers/gpu/drm/i915/display/intel_display_device.h
> index 4299cc452e0504..6610d73f55e6c4 100644
> --- a/drivers/gpu/drm/i915/display/intel_display_device.h
> +++ b/drivers/gpu/drm/i915/display/intel_display_device.h
> @@ -36,7 +36,7 @@ struct drm_printer;
> #define HAS_ASYNC_FLIPS(i915) (DISPLAY_VER(i915) >= 5)
> #define HAS_CDCLK_CRAWL(i915) (DISPLAY_INFO(i915)->has_cdclk_crawl)
> #define HAS_CDCLK_SQUASH(i915) (DISPLAY_INFO(i915)->has_cdclk_squash)
> -#define HAS_CUR_FBC(i915) (!HAS_GMCH(i915) && DISPLAY_VER(i915) >= 7)
> +#define HAS_CUR_FBC(i915) (!HAS_GMCH(i915) && IS_DISPLAY_VER(i915, 7, 13))
> #define HAS_D12_PLANE_MINIMIZATION(i915) (IS_ROCKETLAKE(i915) || IS_ALDERLAKE_S(i915))
> #define HAS_DDI(i915) (DISPLAY_INFO(i915)->has_ddi)
> #define HAS_DISPLAY(i915) (DISPLAY_RUNTIME_INFO(i915)->pipe_mask != 0)
>
> ---
> base-commit: 94f973d8238e0d8fd1b0234f220783a1e346f60b
> change-id: 20231124-cur_size_reduction-813979149f83
>
> Best regards,
next prev parent reply other threads:[~2023-12-11 13:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-24 7:53 [Intel-gfx] [PATCH] drm/i915/display: do not use cursor size reduction on MTL Andrzej Hajda
2023-11-24 14:01 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2023-11-24 14:01 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-11-24 14:14 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-11-26 2:19 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2023-11-30 15:18 ` [Intel-gfx] [PATCH] " Andi Shyti
2023-12-11 13:42 ` Andrzej Hajda [this message]
2023-12-11 20:12 ` Rodrigo Vivi
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=167c0fb0-8014-4fa3-85de-643efcd2b755@intel.com \
--to=andrzej.hajda@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=nirmoy.das@intel.com \
--cc=rodrigo.vivi@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 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.