]> www.infradead.org Git - linux.git/commit
drm/xe/xe_guc_ads: save/restore OA registers and allowlist regs
authorJonathan Cavitt <jonathan.cavitt@intel.com>
Wed, 23 Oct 2024 20:07:15 +0000 (20:07 +0000)
committerAshutosh Dixit <ashutosh.dixit@intel.com>
Mon, 28 Oct 2024 22:41:40 +0000 (15:41 -0700)
commit55858fa7eb2f163f7aa34339fd3399ba4ff564c6
treec4ff81845d8da5c7efe0b07efdc102351658e27c
parent85d3f9e84e0628c412b69aa99b63654dfa08ad68
drm/xe/xe_guc_ads: save/restore OA registers and allowlist regs

Several OA registers and allowlist registers were missing from the
save/restore list for GuC and could be lost during an engine reset.  Add
them to the list.

v2:
- Fix commit message (Umesh)
- Add missing closes (Ashutosh)

v3:
- Add missing fixes (Ashutosh)

Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2249
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Suggested-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Suggested-by: John Harrison <john.c.harrison@intel.com>
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
CC: stable@vger.kernel.org # v6.11+
Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241023200716.82624-1-jonathan.cavitt@intel.com
drivers/gpu/drm/xe/xe_guc_ads.c