Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
To: Tvrtko Ursulin <tursulin@ursulin.net>, <intel-xe@lists.freedesktop.org>
Cc: John Harrison <John.C.Harrison@Intel.com>
Subject: Re: [PATCH v5 13/13] drm/xe/pxp: Enable PXP for MTL and LNL
Date: Fri, 31 Jan 2025 11:10:32 -0800	[thread overview]
Message-ID: <05938b67-c481-4717-9e7f-4bedb19631f6@intel.com> (raw)
In-Reply-To: <77eee325-21dd-42cc-b6e8-44e41d0f5044@ursulin.net>



On 1/31/2025 4:08 AM, Tvrtko Ursulin wrote:
>
> Hi,
>
> On 16/01/2025 00:11, Daniele Ceraolo Spurio wrote:
>> Now that are the pieces are there, we can turn the feature on.
>
> Would it be possible to have this on Aderlake too?

Not easily, because the pre-MTL PXP back-end is quite different due to 
the GSC not being there (need to go to CSME via MEI instead) and due to 
it using a different PXP version (4.2 instead of 4.3).
We're currently not planning on implementing PXP support for ADL in Xe, 
but full support is there in i915.

Daniele

>
> Regards,
>
> Tvrtko
>
>> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
>> Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
>> ---
>>   drivers/gpu/drm/xe/xe_pci.c | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
>> index 44f59af94652..c9c88a818b2d 100644
>> --- a/drivers/gpu/drm/xe/xe_pci.c
>> +++ b/drivers/gpu/drm/xe/xe_pci.c
>> @@ -336,11 +336,13 @@ static const struct xe_device_desc mtl_desc = {
>>       .require_force_probe = true,
>>       PLATFORM(METEORLAKE),
>>       .has_display = true,
>> +    .has_pxp = true,
>>   };
>>     static const struct xe_device_desc lnl_desc = {
>>       PLATFORM(LUNARLAKE),
>>       .has_display = true,
>> +    .has_pxp = true,
>>   };
>>     static const struct xe_device_desc bmg_desc = {


  reply	other threads:[~2025-01-31 19:10 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-16  0:10 [PATCH v5 00/13] Add PXP HWDRM support Daniele Ceraolo Spurio
2025-01-16  0:10 ` [PATCH v5 01/13] drm/xe/pxp: Initialize PXP structure and KCR reg Daniele Ceraolo Spurio
2025-01-16  0:10 ` [PATCH v5 02/13] drm/xe/pxp: Allocate PXP execution resources Daniele Ceraolo Spurio
2025-01-16  0:10 ` [PATCH v5 03/13] drm/xe/pxp: Add VCS inline termination support Daniele Ceraolo Spurio
2025-01-16  0:11 ` [PATCH v5 04/13] drm/xe/pxp: Add GSC session invalidation support Daniele Ceraolo Spurio
2025-01-16  0:11 ` [PATCH v5 05/13] drm/xe/pxp: Handle the PXP termination interrupt Daniele Ceraolo Spurio
2025-01-16  0:11 ` [PATCH v5 06/13] drm/xe/pxp: Add GSC session initialization support Daniele Ceraolo Spurio
2025-01-16  0:11 ` [PATCH v5 07/13] drm/xe/pxp: Add PXP queue tracking and session start Daniele Ceraolo Spurio
2025-01-16  0:56   ` John Harrison
2025-01-16  0:11 ` [PATCH v5 08/13] drm/xe/pxp/uapi: Add userspace and LRC support for PXP-using queues Daniele Ceraolo Spurio
2025-01-16  0:11 ` [PATCH v5 09/13] drm/xe/pxp/uapi: Add a query for PXP status Daniele Ceraolo Spurio
2025-01-16  0:11 ` [PATCH v5 10/13] drm/xe/pxp/uapi: Add API to mark a BO as using PXP Daniele Ceraolo Spurio
2025-01-16  0:11 ` [PATCH v5 11/13] drm/xe/pxp: add PXP PM support Daniele Ceraolo Spurio
2025-01-16  0:11 ` [PATCH v5 12/13] drm/xe/pxp: Add PXP debugfs support Daniele Ceraolo Spurio
2025-01-16  0:11 ` [PATCH v5 13/13] drm/xe/pxp: Enable PXP for MTL and LNL Daniele Ceraolo Spurio
2025-01-31 12:08   ` Tvrtko Ursulin
2025-01-31 19:10     ` Daniele Ceraolo Spurio [this message]
2025-01-16  0:40 ` ✓ CI.Patch_applied: success for Add PXP HWDRM support (rev5) Patchwork
2025-01-16  0:41 ` ✗ CI.checkpatch: warning " Patchwork
2025-01-16  0:42 ` ✓ CI.KUnit: success " Patchwork
2025-01-16  1:00 ` ✓ CI.Build: " Patchwork
2025-01-16  1:03 ` ✓ CI.Hooks: " Patchwork
2025-01-16  1:04 ` ✓ CI.checksparse: " Patchwork
2025-01-16  1:30 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-01-16  4:37 ` ✗ Xe.CI.Full: " Patchwork
2025-01-22 23:02 ` ✓ CI.Patch_applied: success for Add PXP HWDRM support (rev6) Patchwork
2025-01-22 23:03 ` ✗ CI.checkpatch: warning " Patchwork
2025-01-22 23:05 ` ✓ CI.KUnit: success " Patchwork
2025-01-22 23:24 ` ✓ CI.Build: " Patchwork
2025-01-22 23:26 ` ✓ CI.Hooks: " Patchwork
2025-01-22 23:28 ` ✓ CI.checksparse: " Patchwork
2025-01-22 23:54 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-01-23 10:52 ` ✗ Xe.CI.Full: " 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=05938b67-c481-4717-9e7f-4bedb19631f6@intel.com \
    --to=daniele.ceraolospurio@intel.com \
    --cc=John.C.Harrison@Intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=tursulin@ursulin.net \
    /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