drm/i915: Only wait one vblank when disabling crc if the pipe is on
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 6 Jun 2014 06:22:08 +0000 (08:22 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 13 Jun 2014 13:17:15 +0000 (15:17 +0200)
commita33d7105c4e905c895c41d8caf6bd8f85b2e3ce7
tree9d23f73784c8a4d85adda088e32823ec64537114
parenta211b497eb95b0bd5a55d472600532c8437f0a75
drm/i915: Only wait one vblank when disabling crc if the pipe is on

Otherwise we incur an unsightly WARNING. The mutex locking is a bit
overkill, but it curbs races and eventially we might grow a locking
check in the vblank wait code to make sure the right crtc lock is
held.

This is fallout from

commit 9393707190194eb8b42e412b444a03331db6862f
Author:     Jesse Barnes <jbarnes@virtuousgeek.org>
AuthorDate: Fri Apr 4 16:12:09 2014 -0700

    drm/i915: warn when a vblank wait times out

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=79612
Tested-by: Guo Jinxian <jinxianx.guo@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
[danvet: Rebase on top of drm core ww locking changes.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c
This page took 0.025303 seconds and 5 git commands to generate.