OSDN Git Service

drm/i915: Don't allow overuse of __intel_wait_for_register_fw()
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 10 Apr 2017 12:17:47 +0000 (12:17 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 10 Apr 2017 14:24:52 +0000 (15:24 +0100)
commit6976e74b5fa12430b36c3b0f8afd7e8e695be0ab
tree1946989cff548bbacab98eb1f850da75c33f4085
parent3fc7d86b3268af92181b517ca832258809b2d771
drm/i915: Don't allow overuse of __intel_wait_for_register_fw()

This function should not be called with long timeouts in atomic context.
Annotate it as might_sleep if timeout is longer than 10us.

v2: fix comment (Michal)

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20170410121747.209200-1-michal.wajdeczko@intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_uncore.c