Searched defs:vc4_bo (Results 1 – 2 of 2) sorted by relevance
211 struct vc4_bo { struct212 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
108 struct vc4_bo *vc4_bo = to_vc4_bo(kernel_state->bo[i]); in vc4_get_hang_state_ioctl() local