commit | a36b7dcc05bc4c4580f11cf78e95edfefa86b8a6 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Mon Apr 21 16:27:24 2008 +1000 |
committer | Dave Airlie <airlied@linux.ie> | Sat Apr 26 17:48:47 2008 +1000 |
tree | 568d3d5931ee7f83d2ee6862bb9f18feca91f772 | |
parent | f1c3e67eb73a4a1db31e235883156ac098e29ff6 [diff] |
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>