asahi: Add renderonly to device

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19606>
This commit is contained in:
Asahi Lina 2022-11-08 10:06:23 -05:00 committed by Marge Bot
parent 69ee201733
commit 7c59e75481

View file

@ -56,6 +56,7 @@ struct agx_device {
#else
int fd;
#endif
struct renderonly *ro;
pthread_mutex_t bo_map_lock;
struct util_sparse_array bo_map;