]> git.hungrycats.org Git - linux/commit
drm/xe: Restore IDLEDLY regiter on engine reset
authorBalasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Fri, 22 May 2026 16:35:32 +0000 (22:05 +0530)
committerBalasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Wed, 27 May 2026 13:41:24 +0000 (19:11 +0530)
commitdf1cfe24743a93b71eab27687e148ab8ae9b69e3
treea0cb35da0f6087bcfff9b83d9e96f89dbd61d982
parent9462f2b677506d8d698e81bfa378bbfd65a19187
drm/xe: Restore IDLEDLY regiter on engine reset

Wa_16023105232 programs the register IDLEDLY. The register is reset
whenever the engine is reset. Therefore it should be added to the GuC
save-restore register list for it to be restored after reset.

Fixes: 7c53ff050ba8 ("drm/xe: Apply Wa_16023105232")
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260522163531.1365540-2-balasubramani.vivekanandan@intel.com
Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
drivers/gpu/drm/xe/xe_guc_ads.c