Searched refs:vc4_use_bo (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_render_cl.c | 421 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_msaa_surface_setup() 457 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_surface_setup() 562 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_render_config_surface_setup()
|
H A D | vc4_validate.c | 106 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() function 131 return vc4_use_bo(exec, exec->bo_index[gem_handles_packet_index]); in vc4_use_handle() 583 tex = vc4_use_bo(exec, texture_handle_index); in reloc_tex() 806 bo[i] = vc4_use_bo(exec, src_handles[i]); in validate_gl_shader_rec()
|
H A D | vc4_drv.h | 958 struct drm_gem_cma_object *vc4_use_bo(struct vc4_exec_info *exec,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_validate.c | 106 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() function 135 return vc4_use_bo(exec, exec->bo_index[gem_handles_packet_index]); in vc4_use_handle() 595 tex = vc4_use_bo(exec, texture_handle_index); in reloc_tex() 818 bo[i] = vc4_use_bo(exec, src_handles[i]); in validate_gl_shader_rec()
|
H A D | vc4_render_cl.c | 421 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_msaa_surface_setup() 457 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_surface_setup() 562 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_render_config_surface_setup()
|
H A D | vc4_drv.h | 1051 struct drm_gem_dma_object *vc4_use_bo(struct vc4_exec_info *exec,
|
Completed in 8 milliseconds