drm/i915/tgl: Do not apply WaIncreaseDefaultTLBEntries from GEN12 onwards
Workaround no longer needed (plus L3_LRA_1_GPGPU doesn't exist). Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com> Signed-off-by: Michel Thierry <michel.thierry@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Stuart Summers <stuart.summers@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190823082055.5992-17-lucas.demarchi@intel.com
This commit is contained in:
parent
99389390fe
commit
a8ff5d405e
|
@ -2029,7 +2029,7 @@ static void gtt_write_workarounds(struct intel_gt *gt)
|
|||
intel_uncore_write(uncore,
|
||||
GEN8_L3_LRA_1_GPGPU,
|
||||
GEN9_L3_LRA_1_GPGPU_DEFAULT_VALUE_BXT);
|
||||
else if (INTEL_GEN(i915) >= 9)
|
||||
else if (INTEL_GEN(i915) >= 9 && INTEL_GEN(i915) <= 11)
|
||||
intel_uncore_write(uncore,
|
||||
GEN8_L3_LRA_1_GPGPU,
|
||||
GEN9_L3_LRA_1_GPGPU_DEFAULT_VALUE_SKL);
|
||||
|
|
Loading…
Reference in New Issue