Skip to content

Commit c0aeb90

Browse files
committed
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 9c9dc9b ("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>
1 parent ff57025 commit c0aeb90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/xe/xe_device.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,6 @@ int xe_device_probe(struct xe_device *xe)
878878
if (err)
879879
goto err_fini_oa;
880880

881-
/* A PXP init failure is not fatal */
882881
err = xe_pxp_init(xe);
883882
if (err)
884883
goto err_fini_display;

0 commit comments

Comments
 (0)