From: Daniel Vetter Date: Thu, 9 Apr 2015 14:44:16 +0000 (+0200) Subject: drm/i915: Don't cancel DRRS worker synchronously for flush/invalidate X-Git-Tag: omap-for-v4.1/fixes-rc1~82^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f933a8b03474ebcd16935d3620e5c10b557f6f;p=pandora-kernel.git drm/i915: Don't cancel DRRS worker synchronously for flush/invalidate It's not needed since the worker rechecks that it didn't race. We only need to cancel synchronously after disabling drrs to make sure the worker really is gone (e.g. for driver unload). But for normal operation the stall is just wasted time. Reported-by: Chris Wilson Cc: Chris Wilson Cc: Ville Syrjälä Cc: Ramalingam C Cc: Rodrigo Vivi Cc: Vandana Kannan Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter Signed-off-by: Jani Nikula --- Reading git-diff-tree failed