summaryrefslogtreecommitdiff
path: root/src/driver.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-10-10 13:36:06 +0100
committerDave Airlie <airlied@redhat.com>2011-10-10 13:36:06 +0100
commit15d5d6f3543aa9d02835ec0306d0e6af262a5901 (patch)
tree5392b3174a91f6091d9deb641f136256608c4e55 /src/driver.h
parentd019ff571fa4ae27ac523dd44fce169cde696401 (diff)
add blockhandler for drv port
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/driver.h b/src/driver.h
index 4a91409..4424932 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -70,6 +70,8 @@ typedef struct _modesettingRec
CreateScreenResourcesProcPtr createScreenResources;
ScreenBlockHandlerProcPtr BlockHandler;
+
+ DrvScreenBlockHandlerProcPtr DrvBlockHandler;
void *driver;
drmmode_rec drmmode;