Searched defs:vc4_bo (Results 1 – 2 of 2) sorted by relevance
241 struct vc4_bo { struct242 struct drm_gem_cma_object base;245 uint64_t seqno;252 uint64_t write_seqno;254 bool t_format;259 struct list_head unref_head;262 unsigned long free_time;288 static inline struct vc4_bo * argument
115 struct vc4_bo *vc4_bo = to_vc4_bo(kernel_state->bo[i]); in vc4_get_hang_state_ioctl() local