From: Karthik B S <karthik.b.s@intel.com>
To: Ankit Nautiyal <ankit.k.nautiyal@intel.com>,
<intel-gfx@lists.freedesktop.org>,
<intel-xe@lists.freedesktop.org>
Cc: <jani.nikula@linux.intel.com>
Subject: Re: [PATCH] drm/i915/display: Fix macro HAS_ULTRAJOINER
Date: Mon, 23 Jun 2025 14:19:12 +0530 [thread overview]
Message-ID: <486d60ea-176c-4874-8e71-5e22a190fe79@intel.com> (raw)
In-Reply-To: <20250611053039.377695-1-ankit.k.nautiyal@intel.com>
On 6/11/2025 11:00 AM, Ankit Nautiyal wrote:
> Currently, Ultrajoiner is supported only on Xe2_HPD.
> Update the HAS_ULTRAJOINER macro to reflect the same.
>
> v2: Clarify the commit message to specify platform. (Jani)
>
> Bspec: 69556
> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
LGTM.
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_display_device.h | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_display_device.h b/drivers/gpu/drm/i915/display/intel_display_device.h
> index 0ac5484c0043..4308822f0415 100644
> --- a/drivers/gpu/drm/i915/display/intel_display_device.h
> +++ b/drivers/gpu/drm/i915/display/intel_display_device.h
> @@ -192,9 +192,8 @@ struct intel_display_platforms {
> #define HAS_TRANSCODER(__display, trans) ((DISPLAY_RUNTIME_INFO(__display)->cpu_transcoder_mask & \
> BIT(trans)) != 0)
> #define HAS_UNCOMPRESSED_JOINER(__display) (DISPLAY_VER(__display) >= 13)
> -#define HAS_ULTRAJOINER(__display) ((DISPLAY_VER(__display) >= 20 || \
> - ((__display)->platform.dgfx && DISPLAY_VER(__display) == 14)) && \
> - HAS_DSC(__display))
> +#define HAS_ULTRAJOINER(__display) (((__display)->platform.dgfx && \
> + DISPLAY_VER(__display) == 14) && HAS_DSC(__display))
> #define HAS_VRR(__display) (DISPLAY_VER(__display) >= 11)
> #define INTEL_NUM_PIPES(__display) (hweight8(DISPLAY_RUNTIME_INFO(__display)->pipe_mask))
> #define OVERLAY_NEEDS_PHYSICAL(__display) (DISPLAY_INFO(__display)->overlay_needs_physical)
next prev parent reply other threads:[~2025-06-23 8:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-11 5:30 [PATCH] drm/i915/display: Fix macro HAS_ULTRAJOINER Ankit Nautiyal
2025-06-11 6:14 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Fix macro HAS_ULTRAJOINER (rev2) Patchwork
2025-06-11 6:40 ` ✓ i915.CI.BAT: success " Patchwork
2025-06-11 6:57 ` ✓ CI.Patch_applied: " Patchwork
2025-06-11 6:57 ` ✗ CI.checkpatch: warning " Patchwork
2025-06-11 6:58 ` ✓ CI.KUnit: success " Patchwork
2025-06-11 7:09 ` ✓ CI.Build: " Patchwork
2025-06-11 7:12 ` ✓ CI.Hooks: " Patchwork
2025-06-11 7:13 ` ✓ CI.checksparse: " Patchwork
2025-06-11 7:41 ` ✓ Xe.CI.BAT: " Patchwork
2025-06-11 8:15 ` ✗ i915.CI.Full: failure " Patchwork
2025-06-11 10:19 ` ✗ Xe.CI.Full: " Patchwork
2025-06-12 11:01 ` ✓ i915.CI.Full: success " Patchwork
2025-06-23 8:49 ` Karthik B S [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-05 5:26 [PATCH] drm/i915/display: Fix macro HAS_ULTRAJOINER Ankit Nautiyal
2025-06-06 13:33 ` Jani Nikula
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=486d60ea-176c-4874-8e71-5e22a190fe79@intel.com \
--to=karthik.b.s@intel.com \
--cc=ankit.k.nautiyal@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@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 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.