From: Jesse Barnes Date: Wed, 20 Jun 2012 17:53:11 +0000 (-0700) Subject: drm/i915: support page flipping on ValleyView X-Git-Tag: v3.6-rc1~83^2~42^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31acc7f59aac34477423a7dde654ae998b48d666;p=pandora-kernel.git drm/i915: support page flipping on ValleyView And restructure the IRQ handling a little. We can use pipestat for most things, and make sure we don't affect pipe events when enabling and disabling vblank interupts. We can leave vblank interrupts masked but enabled so we're not dependent on the first client to toggle the disable timer. We can also mask all render based interrupts, since the ring code will handle unmasking them for us. v2: roll in vblank masking, remove unneeded variable (Daniel) Signed-off-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed