From: Francisco Jerez Date: Sun, 24 Oct 2010 12:15:58 +0000 (+0200) Subject: drm/nv50: Keep track of the head a channel is vsync'ing to. X-Git-Tag: v2.6.38-rc1~419^2~37^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6d2de2c539df6fe52ad2187191a9dfe10c7233;p=pandora-kernel.git drm/nv50: Keep track of the head a channel is vsync'ing to. In a multihead setup vblank interrupts may end up enabled in both heads. In that case we want to ignore the vblank interrupts coming from the wrong CRTC to avoid tearing and unbalanced calls to drm_vblank_get/put (fdo bug 31074). Reported-by: Felix Leimbach Signed-off-by: Francisco Jerez Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed