]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gt: Ratelimit display power w/a
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 18 Dec 2019 09:35:04 +0000 (09:35 +0000)
committerJani Nikula <jani.nikula@intel.com>
Mon, 23 Dec 2019 12:25:27 +0000 (14:25 +0200)
commit1f0be432ec76bffc888d3f8b4793b12ad619ed83
tree6cda9f626ce88ab83b01f54093d955e32ad6f466
parentd29d755661bb1f93aced88f8307e08794e84dc5d
drm/i915/gt: Ratelimit display power w/a

For very light workloads that frequently park, acquiring the display
power well (required to prevent the dmc from trashing the system) takes
longer than the execution. A good example is the igt_coherency selftest,
which is slowed down by an order of magnitude in the worst case with
powerwell cycling. To prevent frequent cycling, while keeping our fast
soft-rc6, use a timer to delay release of the display powerwell.

Fixes: fee3e9f60b02 ("drm/i915/gt: Schedule request retirement when timeline idles")
References: https://gitlab.freedesktop.org/drm/intel/issues/848
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191218093504.3477048-1-chris@chris-wilson.co.uk
(cherry picked from commit 81ff52b705775433a955b2746d37b87bdc89a3d0)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/gt/intel_gt_pm.c