mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 02:24:32 +01:00
drm/xe: Remove leftover pxp comment
Not being able to initialize pxp is fatal if the platform is expected to
have it. Update comment after commit 9c9dc9ba4a ("drm/xe/pxp: Fail the
load if PXP fails to initialize").
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250213192909.996148-6-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
This commit is contained in:
parent
ff57025c35
commit
c0aeb90b28
1 changed files with 0 additions and 1 deletions
|
|
@ -878,7 +878,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue