]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
drm/i965: On I965, use correct 3DSTATE_DRAWING_RECTANGLE command in vblank
authorKeith Packard <keithp@keithp.com>
Mon, 21 Apr 2008 06:27:24 +0000 (16:27 +1000)
committerDave Airlie <airlied@linux.ie>
Sat, 26 Apr 2008 07:48:47 +0000 (17:48 +1000)
commita36b7dcc05bc4c4580f11cf78e95edfefa86b8a6
tree568d3d5931ee7f83d2ee6862bb9f18feca91f772
parentf1c3e67eb73a4a1db31e235883156ac098e29ff6
drm/i965: On I965, use correct 3DSTATE_DRAWING_RECTANGLE command in vblank

The batchbuffer submission paths were fixed to use the 965-specific command,
but the vblank tasklet was not. When the older version is sent, the 965 will
lock up.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/char/drm/i915_irq.c