Home
last modified time | relevance | path

Searched refs:_bo (Results 1 – 4 of 4) sorted by relevance

/linux/include/drm/ttm/
H A Dttm_bo.h540 #define ttm_bo_lru_for_each_reserved_guarded(_cursor, _man, _arg, _bo) \ argument
542 for ((_bo) = ttm_bo_lru_cursor_first(_cursor); \
543 !IS_ERR_OR_NULL(_bo); \
544 (_bo) = ttm_bo_lru_cursor_next(_cursor))
/linux/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c259 struct qxl_bo **_bo) in qxl_alloc_bo_reserved() argument
274 *_bo = bo; in qxl_alloc_bo_reserved()
H A Dqxl_drv.h388 struct qxl_bo **_bo);
/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.h279 #define to_vc4_bo(_bo) \ argument
280 container_of_const(to_drm_gem_dma_obj(_bo), struct vc4_bo, base)