diff options
author | Dave Airlie <airlied@linux.ie> | 2006-11-09 09:30:33 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-11-09 09:30:33 +1100 |
commit | fd91630b73100e9d77ccb492c52807448bc772a5 (patch) | |
tree | 44892b9943ff32d18960488fe39265fbba9b8f0c /hw/xfree86/dri/dri.h | |
parent | 0409e1627a167db2efc1355f292d3c02a6989ffc (diff) |
make X server use system libdrm - this requires libdrm >= 2.3.0
This patch blacklists the load "drm" line, moves some functions in dri module
links dri module against libdrm, and removes the X copy of libdrm
Diffstat (limited to 'hw/xfree86/dri/dri.h')
-rw-r--r-- | hw/xfree86/dri/dri.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/dri/dri.h b/hw/xfree86/dri/dri.h index b49c426eb..dca0edde8 100644 --- a/hw/xfree86/dri/dri.h +++ b/hw/xfree86/dri/dri.h @@ -339,6 +339,8 @@ extern void DRIMoveBuffersHelper(ScreenPtr pScreen, extern char *DRICreatePCIBusID(pciVideoPtr PciInfo); +extern int drmInstallSIGIOHandler(int fd, void (*f)(int, void *, void *)); +extern int drmRemoveSIGIOHandler(int fd); #define _DRI_H_ #endif |