Searched defs:vc4_bo (Results 1 – 2 of 2) sorted by relevance
236 struct vc4_bo { struct237 struct drm_gem_cma_object base;240 uint64_t seqno;247 uint64_t write_seqno;249 bool t_format;254 struct list_head unref_head;257 unsigned long free_time;283 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