i915/uncore: Acquire fw before loop in intel_uncore_read64_2x32
authorUmesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Thu, 10 Nov 2022 17:19:12 +0000 (17:19 +0000)
committerJohn Harrison <John.C.Harrison@Intel.com>
Mon, 21 Nov 2022 20:53:34 +0000 (12:53 -0800)
commite746f84b8e813816951b63485134927ed6763a1b
tree565575200adf0faa19316a571fa722f86c21755f
parent67b5655b2e717b8b681f8acd9cbddd2d687d5d4e
i915/uncore: Acquire fw before loop in intel_uncore_read64_2x32

PMU reads the GT timestamp as a 2x32 mmio read and since upper and lower
32 bit registers are read in a loop, there is a latency involved between
getting the GT timestamp and the CPU timestamp. As part of the
resolution, refactor intel_uncore_read64_2x32 to acquire forcewake and
uncore lock prior to reading upper and lower regs.

Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221110171913.670286-2-umesh.nerlige.ramappa@intel.com
drivers/gpu/drm/i915/intel_uncore.h