commit | 253a281727d552200c4cddb0cc08cb2e95939603 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Feb 06 14:31:37 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 08 11:27:40 2018 +0000 |
tree | f927baf3a517fa26d7ba042200d13a83658e3335 | |
parent | 020580ff8edd50e64ae1bf47e560c61e5e2f29fc [diff] |
drm/i915: Remove superfluous worker wakeups when RPS is already boosted We only need to wake up the RPS worker once when initially enabling the client boost, it remains in effect then until the last client no longer requires the boost. References: https://bugs.freedesktop.org/show_bug.cgi?id=102250 References: 7b92c1bd0540 ("drm/i915: Avoid keeping waitboost active for signaling threads") Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Michał Winiarski <michal.winiarski@intel.com> Reviewed-by: Michał Winiarski <michal.winiarski@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180206143137.15509-1-chris@chris-wilson.co.uk