summaryrefslogtreecommitdiff
path: root/src/intel_driver.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-03-18 15:52:19 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2014-03-18 15:52:19 +0000
commit4a6e09c6cdb13773bca5f6831f9f5164008699c9 (patch)
tree4a7869b77753e1c95f727c8ff0e7e50a15b5f638 /src/intel_driver.h
parentdc66e663a06f2ce7685eba1fdf9fad01786bcb4f (diff)
uxa: Add support for server managed fds (via intel_device)
Based on the patch by Hans de Goede, this removes the handling of drmOpen() and DRM_MASTER from within uxa and instead uses the common routines. This reduces the duplicate code from within uxa, and enables new features such as server managed fds. Cc: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r--src/intel_driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel_driver.h b/src/intel_driver.h
index b2cb1b9f..182a30eb 100644
--- a/src/intel_driver.h
+++ b/src/intel_driver.h
@@ -132,8 +132,6 @@ int intel_get_master(ScrnInfoPtr scrn);
int intel_put_master(ScrnInfoPtr scrn);
void intel_put_device(ScrnInfoPtr scrn);
-void __intel_uxa_release_device(ScrnInfoPtr scrn);
-
#define hosted() (0)
#endif /* INTEL_DRIVER_H */