drm/xe: Fix application of LRC tunings
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 21 Feb 2023 23:33:44 +0000 (15:33 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:29:06 +0000 (18:29 -0500)
commit3dbec4703ee7b67a8dba47e5f1e668b7b17aeb1b
tree329fedf76bf862347ce6f24d0439754294e67bf3
parent671ca05d7c9766407d7d7e4785d52e4a15d56027
drm/xe: Fix application of LRC tunings

LRC tunings were added after the gt ones and didn't add the call
in xe_gt_record_default_lrcs() to process them like is done for
workarounds. Add such a function and call it from
xe_gt_record_default_lrcs().

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_gt.c
drivers/gpu/drm/xe/xe_tuning.c
drivers/gpu/drm/xe/xe_tuning.h