diff options
Diffstat (limited to 'lib/drmtest.h')
-rw-r--r-- | lib/drmtest.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/drmtest.h b/lib/drmtest.h index afa0df4a..02138dca 100644 --- a/lib/drmtest.h +++ b/lib/drmtest.h @@ -35,3 +35,6 @@ int drm_open_any(void); int drm_open_any_master(void); + + +void gem_set_tiling(int fd, uint32_t handle, int tiling, int stride); |