]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gen9: Fix PCODE polling during SAGV disabling
authorImre Deak <imre.deak@intel.com>
Mon, 5 Dec 2016 16:27:38 +0000 (18:27 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 20 Dec 2016 14:29:04 +0000 (16:29 +0200)
commit063f3b41077fce20f3dab316aa48a76fda203fe7
tree476fb878f6c5e265df9ad40dd11237ab262c19f4
parent115ca98e56b744f946d56f9519fe3b8461c368fa
drm/i915/gen9: Fix PCODE polling during SAGV disabling

According to the previous patch, it's possible atm that we call
intel_do_sagv_disable() only once during the 1ms period and time out if
that call fails. As opposed to this the spec says that we need to keep
retrying this request for a 1ms duration, so let's do this similarly to
the CDCLK change notification request.

v4-5:
- Rebased on the reply_mask, reply change.
v6:
- Remove w/s change. (Lyude)
- Rebased on the timeout_base argument change.

Cc: Lyude <cpaul@redhat.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Fixes: c2dd51729b1a ("drm/i915/skl: Add support for the SAGV, fix underrun hangs")
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Lyude <lyude@redhat.com> (v4)
Link: http://patchwork.freedesktop.org/patch/msgid/1480955258-26311-2-git-send-email-imre.deak@intel.com
(cherry picked from commit b3b8e99984a4eace91bc097e8f8cec71441cae16)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_pm.c