diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-05-09 13:58:37 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-02 08:32:11 +0100 |
commit | d27c948a4382c4024ce5e76f1ea82103fc8e9d66 (patch) | |
tree | 53b7c10a2f59d69e288d62c3117904694c02ce1e /src/intel_driver.h | |
parent | 8a02886a24c8699374a39a9363e72bec0e7bbe30 (diff) |
intel: Add common routines and configure probing for DRI3
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r-- | src/intel_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_driver.h b/src/intel_driver.h index 182a30eb..3dc640cf 100644 --- a/src/intel_driver.h +++ b/src/intel_driver.h @@ -127,6 +127,7 @@ int intel_open_device(int entity_num, struct xf86_platform_device *dev); int intel_get_device(ScrnInfoPtr scrn); const char *intel_get_client_name(ScrnInfoPtr scrn); +int intel_get_client_fd(ScrnInfoPtr scrn); int intel_get_device_id(ScrnInfoPtr scrn); int intel_get_master(ScrnInfoPtr scrn); int intel_put_master(ScrnInfoPtr scrn); |