drm/i915: Remove warning from the rps worker
authorTejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
Tue, 14 Sep 2021 09:04:12 +0000 (14:34 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 24 Sep 2021 14:54:19 +0000 (07:54 -0700)
commita837a0686308d95ad9c48d32b4dfe86a17dc98c2
tree9053bdf9499c7b825a0bb71842f5b3b9e4d4c709
parent6341eb6f39bb76018676dc85e01596bf32a592f6
drm/i915: Remove warning from the rps worker

In commit 4e5c8a99e1cb ("drm/i915: Drop i915_request.lock requirement
for intel_rps_boost()"), we decoupled the rps worker from the pm so
that we could avoid the synchronization penalty which makes the
assertion liable to run too early. Which makes warning invalid hence
removed.

Fixes: 4e5c8a99e1cb ("drm/i915: Drop i915_request.lock requirement for intel_rps_boost()")

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210914090412.1393498-1-tejaskumarx.surendrakumar.upadhyay@intel.com
drivers/gpu/drm/i915/gt/intel_rps.c