~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to hw/xfree86/common/xf86VGAarbiter.h

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
/* allow a driver to remove itself from arbiter - really should be
42
42
 * done in the kernel though */
43
 
extern _X_EXPORT void xf86VGAarbiterDeviceDecodes(ScrnInfoPtr pScrn);
 
43
extern _X_EXPORT void xf86VGAarbiterDeviceDecodes(ScrnInfoPtr pScrn, int rsrc);
44
44
/* DRI and arbiter are really not possible together,
45
45
 * you really want to remove the card from arbitration if you can */
46
46
extern _X_EXPORT Bool xf86VGAarbiterAllowDRI(ScreenPtr pScreen);