]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/xe/guc: Copy response data from proper registers
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 16 Nov 2023 15:12:40 +0000 (16:12 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:44:38 +0000 (11:44 -0500)
commitcd1c9c54c34b3a2540fdf49eafd49a61747a6342
tree5b57cb89590a7b24c55360cfdbc9669ba74c9e30
parent4a9b7d29c117fc6e49690728f35b6a16454556f2
drm/xe/guc: Copy response data from proper registers

While copying GuC response from the scratch registers to the buffer,
formula to identify next scratch register is broken. Fix it.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_guc.c