diff options
author | Dave Airlie <airlied@optimus.(none)> | 2007-10-17 16:35:29 +1000 |
---|---|---|
committer | Dave Airlie <airlied@optimus.(none)> | 2007-10-17 16:35:29 +1000 |
commit | c824c45e72908b5b3fa832fec91c7b47f305180c (patch) | |
tree | 2be4e53c4aad91ffa44117f49d9a219be31e4321 /src/i830_video.h | |
parent | aa88d23e615e7f154cf850927a0a7bb9fbb0d2f9 (diff) |
intel: make block handler hook happen no matter what video is in use
This shouldn't make a difference now, but for upcoming EXA/batch changes it
will be more useful
Diffstat (limited to 'src/i830_video.h')
-rw-r--r-- | src/i830_video.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_video.h b/src/i830_video.h index 23954e15..e67831d8 100644 --- a/src/i830_video.h +++ b/src/i830_video.h @@ -90,3 +90,6 @@ void I965DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, short src_w, short src_h, short drw_w, short drw_h, PixmapPtr pPixmap); + +void I830VideoBlockHandler(int i, pointer blockData, pointer pTimeout, + pointer pReadmask); |