tests/pm_rpm: factor out drm_open_any_master

Signed-off-by: Imre Deak <imre.deak@intel.com>
This commit is contained in:
Imre Deak
2014-09-18 18:25:37 +03:00
parent 781a0485ac
commit bfda78cd33
3 changed files with 21 additions and 5 deletions
+1
View File
@@ -72,6 +72,7 @@ static inline void *igt_mmap64(void *addr, size_t length, int prot, int flags,
int drm_get_card(void);
int drm_open_any(void);
int drm_open_any_master(void);
int drm_open_any_render(void);
void gem_quiescent_gpu(int fd);