On 2024-10-17 12:27, fei.yang@intel.com wrote: > From: Fei Yang > > The lite restore is a performance improvement feature which avoids > unnecessary context switch (flush, save and rstore) if the incoming > context has a ContextID matching that of the outgoing context. The > scheduling is done by the Guc firmware, so on the driver side it's > just a matter of setting corresponding GuC_CTL_FEATURE flag. > This is supposed to be enabled by default, thus the flag is set > unconditionally. > > Signed-off-by: Fei Yang Please ensure that the version number is included when submitting revisions. Kwan > Fei Yang (1): > drm/xe: enable lite restore > > drivers/gpu/drm/xe/xe_guc.c | 2 +- > drivers/gpu/drm/xe/xe_guc_fwif.h | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) >