Commit c0aeb90b authored by Lucas De Marchi's avatar Lucas De Marchi
Browse files

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 9c9dc9ba ("drm/xe/pxp: Fail the
load if PXP fails to initialize").

Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Reviewed-by: default avatarDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250213192909.996148-6-lucas.demarchi@intel.com


Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
parent ff57025c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;