mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 14:23:03 +00:00
Check for vebox support before testing
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=63941
This commit is contained in:
@@ -47,6 +47,7 @@ int drm_open_any_master(void);
|
||||
void gem_quiescent_gpu(int fd);
|
||||
|
||||
/* ioctl wrappers and similar stuff for bare metal testing */
|
||||
int gem_has_vebox(int fd);
|
||||
void gem_set_tiling(int fd, uint32_t handle, int tiling, int stride);
|
||||
int gem_has_cacheing(int fd);
|
||||
void gem_set_cacheing(int fd, uint32_t handle, int cacheing);
|
||||
|
||||
Reference in New Issue
Block a user