diff options
| author | Dave Airlie <[email protected]> | 2025-01-13 01:07:31 +0000 |
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2025-01-13 01:07:40 +0000 |
| commit | 0dc853865ab52c88c20cd7917f91553dcd768e50 (patch) | |
| tree | ff2d74add2dbc1b63005c814a2afb38ddceb4a33 /drivers/gpu/drm/xe/xe_pcode.c | |
| parent | Merge tag 'drm-intel-gt-next-2025-01-10' of https://gitlab.freedesktop.org/dr... (diff) | |
| parent | drm/xe: remove unused xe_pciids.h harder, add missing PCI ID (diff) | |
| download | kernel-0dc853865ab52c88c20cd7917f91553dcd768e50.tar.gz kernel-0dc853865ab52c88c20cd7917f91553dcd768e50.zip | |
Merge tag 'drm-xe-next-2025-01-10' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Driver Changes:
- SRIOV VF: Avoid reading inaccessible registers (Jakub, Marcin)
- Introduce RPa frequency information (Rodrigo)
- Remove unnecessary force wakes on SLPC code (Vinay)
- Fix all typos in xe (Nitin)
- Adding steering info support for GuC register lists (Jesus)
- Remove unused xe_pciids.h harder, add missing PCI ID (Jani)
Signed-off-by: Dave Airlie <[email protected]>
From: Rodrigo Vivi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/xe/xe_pcode.c')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_pcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_pcode.c b/drivers/gpu/drm/xe/xe_pcode.c index d95d9835de42..9333ce776a6e 100644 --- a/drivers/gpu/drm/xe/xe_pcode.c +++ b/drivers/gpu/drm/xe/xe_pcode.c @@ -217,7 +217,7 @@ out: * * It returns 0 on success, and -ERROR number on failure, -EINVAL if max * frequency is higher then the minimal, and other errors directly translated - * from the PCODE Error returs: + * from the PCODE Error returns: * - -ENXIO: "Illegal Command" * - -ETIMEDOUT: "Timed out" * - -EINVAL: "Illegal Data" |
