]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/pxp: Clear restart flag in pxp_start after jumping back
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Tue, 24 Mar 2026 15:37:22 +0000 (08:37 -0700)
committerDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Fri, 27 Mar 2026 13:54:31 +0000 (06:54 -0700)
commit0850ec7bb2459602351639dccf7a68a03c9d1ee0
treecc9d6ffce46d7feffc0d9a08937d03e27c1144aa
parentf1b5a77fc9b6a90cd9a5e3db9d4c73ae1edfcfac
drm/xe/pxp: Clear restart flag in pxp_start after jumping back

If we don't clear the flag we'll keep jumping back at the beginning of
the function once we reach the end.

Fixes: ccd3c6820a90 ("drm/xe/pxp: Decouple queue addition from PXP start")
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Julia Filipchuk <julia.filipchuk@intel.com>
Reviewed-by: Julia Filipchuk <julia.filipchuk@intel.com>
Link: https://patch.msgid.link/20260324153718.3155504-9-daniele.ceraolospurio@intel.com
drivers/gpu/drm/xe/xe_pxp.c