]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/vf: Custom GT restart
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 4 Jun 2024 21:22:31 +0000 (23:22 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 6 Jun 2024 14:02:46 +0000 (16:02 +0200)
commitdf433a3fac078c79dc4efab81015dec012322668
treec62997050de6eee503b18bcd74b92837c33d7fd5
parent5bfae679d39966fb12c8e390a80e7ecf05693dfe
drm/xe/vf: Custom GT restart

Only few steps from the GT restart phase are applicable for the
VF drivers, as initialization of PAT, WOPCM, MOCS or CCS mode can
be done only by the native or PF drivers. Use custom GT restart
function if running in VF mode.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240604212231.1416-5-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_gt.c