Home
last modified time | relevance | path

Searched defs:vc4_bo (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_drv.h211 struct vc4_bo { struct
212 struct drm_gem_cma_object base;
215 uint64_t seqno;
222 uint64_t write_seqno;
224 bool t_format;
229 struct list_head unref_head;
232 unsigned long free_time;
235 struct list_head size_head;
262 static inline struct vc4_bo * argument
Dvc4_gem.c108 struct vc4_bo *vc4_bo = to_vc4_bo(kernel_state->bo[i]); in vc4_get_hang_state_ioctl() local