[PATCH v2 05/14] drm/xe: Remove leftover pxp comment
Daniele Ceraolo Spurio
daniele.ceraolospurio at intel.com
Thu Feb 6 23:28:21 UTC 2025
On 2/6/2025 3:23 PM, Lucas De Marchi wrote:
> Not being able to initialize pxp is fatal if the platform is expected to
> have it. Update comment after commit 9c9dc9ba4a00 ("drm/xe/pxp: Fail the
> load if PXP fails to initialize").
>
> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
Oooops.
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Daniele
> ---
> drivers/gpu/drm/xe/xe_device.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c
> index 9c97f88bc0455..90275531653fe 100644
> --- a/drivers/gpu/drm/xe/xe_device.c
> +++ b/drivers/gpu/drm/xe/xe_device.c
> @@ -869,7 +869,6 @@ int xe_device_probe(struct xe_device *xe)
> if (err)
> goto err_fini_oa;
>
> - /* A PXP init failure is not fatal */
> err = xe_pxp_init(xe);
> if (err)
> goto err_fini_display;
More information about the Intel-xe
mailing list