projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff57025
)
drm/xe: Remove leftover pxp comment
author
Lucas De Marchi
<lucas.demarchi@intel.com>
Thu, 13 Feb 2025 19:29:02 +0000
(11:29 -0800)
committer
Lucas De Marchi
<lucas.demarchi@intel.com>
Fri, 14 Feb 2025 19:42:55 +0000
(11:42 -0800)
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@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>
drivers/gpu/drm/xe/xe_device.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/xe_device.c
b/drivers/gpu/drm/xe/xe_device.c
index
2e934ed
..
8203c80
100644
(file)
--- a/
drivers/gpu/drm/xe/xe_device.c
+++ b/
drivers/gpu/drm/xe/xe_device.c
@@
-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;