drm/i915/pmu: rearrange hrtimer pointer chasing
authorJani Nikula <jani.nikula@intel.com>
Mon, 23 Oct 2023 15:02:56 +0000 (18:02 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 30 Oct 2023 16:21:09 +0000 (18:21 +0200)
commit76310edddf11a5716f324785e9caad01a90e128a
tree1fd15a16b42ab34988bcd21e3aab24daca01b352
parentcb476dd1b8b10a40f6ba6e230f0b408916365c1f
drm/i915/pmu: rearrange hrtimer pointer chasing

Do the logical step of first getting from struct hrtimer to struct
i915_pmu, and then from struct i915_pmu to struct drm_i915_private,
instead of hrtimer->i915->pmu.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231023150256.438331-3-jani.nikula@intel.com
drivers/gpu/drm/i915/i915_pmu.c