[Intel-gfx] [patch 07/11] drm/i915/pmu: Use hrtimer_forward_now()
Tvrtko Ursulin
tvrtko.ursulin at linux.intel.com
Fri Sep 24 09:03:52 UTC 2021
On 23/09/2021 17:04, Thomas Gleixner wrote:
> hrtimer_forward() is about to be removed from the public
> interfaces. Replace it with hrtimer_forward_now() which provides the same
> functionality.
>
> Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
> Cc: David Airlie <airlied at linux.ie>
> Cc: intel-gfx at lists.freedesktop.org
> Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
> Cc: Jani Nikula <jani.nikula at linux.intel.com>
> Cc: dri-devel at lists.freedesktop.org
> Cc: Daniel Vetter <daniel at ffwll.ch>
> Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
> ---
> drivers/gpu/drm/i915/i915_pmu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/gpu/drm/i915/i915_pmu.c
> +++ b/drivers/gpu/drm/i915/i915_pmu.c
> @@ -439,7 +439,7 @@ static enum hrtimer_restart i915_sample(
> engines_sample(gt, period_ns);
> frequency_sample(gt, period_ns);
>
> - hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD));
> + hrtimer_forward_now(hrtimer, ns_to_ktime(PERIOD));
>
> return HRTIMER_RESTART;
> }
>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Regards,
Tvrtko
More information about the dri-devel
mailing list