mirror of https://gitee.com/openkylin/linux.git
drm/i915/perf: also include Gen11 in OATAILPTR workaround
CI shows this workaround is also needed on Gen11. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Fixes:059a0beb48
("drm/i915/perf: workaround register corruption in OATAILPTR") Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20201126105155.540350-1-lionel.g.landwerlin@intel.com (cherry picked from commitfa5d598b8c
) Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
2ccf2e0386
commit
dd0e2193b1
|
@ -914,7 +914,7 @@ static int gen8_oa_read(struct i915_perf_stream *stream,
|
|||
intel_uncore_rmw(uncore, oastatus_reg,
|
||||
GEN8_OASTATUS_COUNTER_OVERFLOW |
|
||||
GEN8_OASTATUS_REPORT_LOST,
|
||||
IS_GEN_RANGE(uncore->i915, 8, 10) ?
|
||||
IS_GEN_RANGE(uncore->i915, 8, 11) ?
|
||||
(GEN8_OASTATUS_HEAD_POINTER_WRAP |
|
||||
GEN8_OASTATUS_TAIL_POINTER_WRAP) : 0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue