anv: Add stub for anv_gem_get_tiling() for Android

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6112>
This commit is contained in:
Kristian H. Kristensen 2020-07-29 12:51:07 -07:00 committed by Marge Bot
parent ff0dbf2096
commit 6b3f56f099

View file

@ -103,6 +103,12 @@ anv_gem_set_tiling(struct anv_device *device,
return 0;
}
int
anv_gem_get_tiling(struct anv_device *device, uint32_t gem_handle)
{
return 0;
}
int
anv_gem_set_caching(struct anv_device *device, uint32_t gem_handle,
uint32_t caching)