Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.h247 struct vc4_bo { struct
248 struct drm_gem_dma_object base;
251 uint64_t seqno;
258 uint64_t write_seqno;
260 bool t_format;
265 struct list_head unref_head;
268 unsigned long free_time;
294 #define to_vc4_bo(_bo) \ argument
295 container_of_const(to_drm_gem_dma_obj(_bo), struct vc4_bo, base) argument
H A Dvc4_gem.c118 struct vc4_bo *vc4_bo = to_vc4_bo(kernel_state->bo[i]); in vc4_get_hang_state_ioctl() local