From: Matt Atwood <matthew.s.atwood@intel.com>
To: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>,
<matthew.d.roper@intel.com>, <intel-xe@lists.freedesktop.org>
Cc: <intel-xe@lists.freedesktop.org>, Matt Roper <matthew.d.roper@intel.com>
Subject: Re: [PATCH V2 3/3] drm/xe/arl: Add Arrow Lake H support
Date: Tue, 5 Mar 2024 08:57:00 -0800 [thread overview]
Message-ID: <ZedO3MVFZx0mVyvQ@msatwood-mobl> (raw)
In-Reply-To: <20240229061331.3398966-4-dnyaneshwar.bhadane@intel.com>
On Thu, Feb 29, 2024 at 11:43:31AM +0530, Dnyaneshwar Bhadane wrote:
> ARL-H uses the same media and display IP as MTL, and a version 12.74
> graphics IP (referred to as Xe_LPG+). From a driver point of view, we
> should be able to just treat the whole platform as MTL and rely on
> GRAPHICS_VERx100 checks to handle any spots where ARL's Xe_LPG+ needs
> different handling from MTL's Xe_LPG (i.e., workarounds).
>
> v2: Resolve confict and reorder PCI ids in sorted order
>
> Bspec: 55420
> Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
> ---
> include/drm/xe_pciids.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
> index 2b7c2003ddb4..ab4a8987ac65 100644
> --- a/include/drm/xe_pciids.h
> +++ b/include/drm/xe_pciids.h
> @@ -176,10 +176,13 @@
> /* MTL / ARL */
> #define XE_MTL_IDS(MACRO__, ...) \
> MACRO__(0x7D40, ## __VA_ARGS__), \
> + MACRO__(0x7D41, ## __VA_ARGS__), \
> MACRO__(0x7D45, ## __VA_ARGS__), \
> + MACRO__(0x7D51, ## __VA_ARGS__), \
> MACRO__(0x7D55, ## __VA_ARGS__), \
> MACRO__(0x7D60, ## __VA_ARGS__), \
> MACRO__(0x7D67, ## __VA_ARGS__), \
> + MACRO__(0x7DD1, ## __VA_ARGS__), \
> MACRO__(0x7DD5, ## __VA_ARGS__)
>
> /* PVC */
> --
> 2.34.1
>
next prev parent reply other threads:[~2024-03-05 16:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-29 6:13 [PATCH V1 0/3] drm/xe/arl: Add Arrow Lake H support Dnyaneshwar Bhadane
2024-02-29 6:13 ` [PATCH V1 1/3] drm/xe/xelpg: Recognize graphics version 12.74 as Xe_LPG Dnyaneshwar Bhadane
2024-03-05 17:30 ` Matt Atwood
2024-02-29 6:13 ` [PATCH V1 2/3] drm/xe/xelpg: Extend some workarounds to graphics version 12.74 Dnyaneshwar Bhadane
2024-03-05 17:00 ` Matt Atwood
2024-02-29 6:13 ` [PATCH V2 3/3] drm/xe/arl: Add Arrow Lake H support Dnyaneshwar Bhadane
2024-03-05 16:57 ` Matt Atwood [this message]
2024-02-29 6:18 ` ✓ CI.Patch_applied: success for drm/xe/arl: Add Arrow Lake H support (rev2) Patchwork
2024-02-29 6:18 ` ✗ CI.checkpatch: warning " Patchwork
2024-02-29 6:19 ` ✓ CI.KUnit: success " Patchwork
2024-02-29 6:31 ` ✓ CI.Build: " Patchwork
2024-02-29 6:32 ` ✓ CI.Hooks: " Patchwork
2024-02-29 6:33 ` ✓ CI.checksparse: " Patchwork
2024-02-29 6:56 ` ✓ CI.BAT: " Patchwork
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=ZedO3MVFZx0mVyvQ@msatwood-mobl \
--to=matthew.s.atwood@intel.com \
--cc=dnyaneshwar.bhadane@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=matthew.d.roper@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