* [PATCH v2 3/5] lib: remove support for deprecated drm_open_any*() calls
@ 2015-08-11 15:56 Micah Fedke
0 siblings, 0 replies; only message in thread
From: Micah Fedke @ 2015-08-11 15:56 UTC (permalink / raw)
To: intel-gfx, Daniel Vetter, chris, Daniel Stone
Signed-off-by: Micah Fedke <micah.fedke@collabora.co.uk>
---
lib/drmtest.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/lib/drmtest.h b/lib/drmtest.h
index dcb0c34..41ddbe7 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -41,12 +41,6 @@
#define OPEN_ANY_GPU 0x1
#define DRIVER_INTEL (0x1 << 1)
-/* provide the deprecated drm_open_any*() calls */
-#define drm_open_any() drm_open_driver(OPEN_ANY_GPU)
-#define drm_open_any_master() drm_open_driver_master(OPEN_ANY_GPU)
-#define drm_open_any_render() drm_open_driver_render(OPEN_ANY_GPU)
-#define __drm_open_any() __drm_open_driver(OPEN_ANY_GPU)
-
#ifdef ANDROID
#ifndef HAVE_MMAP64
--
2.5.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-11 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11 15:56 [PATCH v2 3/5] lib: remove support for deprecated drm_open_any*() calls Micah Fedke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox