Commit a8ff5d40 authored by Michel Thierry's avatar Michel Thierry Committed by Lucas De Marchi

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: default avatarMichel Thierry <michel.thierry@intel.com>
Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: default avatarStuart Summers <stuart.summers@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190823082055.5992-17-lucas.demarchi@intel.com
parent 99389390
...@@ -2029,7 +2029,7 @@ static void gtt_write_workarounds(struct intel_gt *gt) ...@@ -2029,7 +2029,7 @@ static void gtt_write_workarounds(struct intel_gt *gt)
intel_uncore_write(uncore, intel_uncore_write(uncore,
GEN8_L3_LRA_1_GPGPU, GEN8_L3_LRA_1_GPGPU,
GEN9_L3_LRA_1_GPGPU_DEFAULT_VALUE_BXT); 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, intel_uncore_write(uncore,
GEN8_L3_LRA_1_GPGPU, GEN8_L3_LRA_1_GPGPU,
GEN9_L3_LRA_1_GPGPU_DEFAULT_VALUE_SKL); GEN9_L3_LRA_1_GPGPU_DEFAULT_VALUE_SKL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment