Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.h238 struct vc4_bo { struct
239 struct drm_gem_dma_object base;
242 uint64_t seqno;
249 uint64_t write_seqno;
251 bool t_format;
256 struct list_head unref_head;
259 unsigned long free_time;
285 #define to_vc4_bo(_bo) \ argument
286 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