diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2025-02-13 22:29:02 +0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2025-02-14 22:42:55 +0300 |
commit | c0aeb90b28b88fa2eedef4eae4bd649de6fc2a3e (patch) | |
tree | 2a4f7ac8dfbc812d96bd42674b4cf6f1b99a9540 | |
parent | ff57025c358603555f1e0ae0d50282a460433594 (diff) | |
download | linux-c0aeb90b28b88fa2eedef4eae4bd649de6fc2a3e.tar.xz |
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 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>
-rw-r--r-- | drivers/gpu/drm/xe/xe_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c index 2e934ed02713..8203c80faca5 100644 --- 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; |