mesa/src/broadcom/compiler
Iago Toral Quiroga 1e28f2a6f2 broadcom/compiler: track pending ldtmu count with each TMU lookup
And use this information when scheduling QPU to avoid merging
a new TMU request into a previous ldtmu instruction when doing
so may cause TMU output fifo overflow due to a stalling ldtmu.

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22044>
2023-03-21 11:29:05 +00:00
..
meson.build broadcom/compiler: rename v3d_nir_lower_robust_buffer_access.c 2022-09-27 09:08:29 +00:00
nir_to_vir.c broadcom/compiler: track pending ldtmu count with each TMU lookup 2023-03-21 11:29:05 +00:00
qpu_schedule.c broadcom/compiler: track pending ldtmu count with each TMU lookup 2023-03-21 11:29:05 +00:00
qpu_validate.c
v3d33_tex.c
v3d33_vpm_setup.c
v3d40_tex.c broadcom/compiler: track pending ldtmu count with each TMU lookup 2023-03-21 11:29:05 +00:00
v3d_compiler.h broadcom/compiler: track pending ldtmu count with each TMU lookup 2023-03-21 11:29:05 +00:00
v3d_nir_lower_image_load_store.c broadcom/compiler: fix indentation at v3d_nir_lower_image_load_store 2023-01-30 21:57:45 +00:00
v3d_nir_lower_io.c broadcom/compiler: make several passes to return a progress 2022-07-20 11:35:25 +00:00
v3d_nir_lower_line_smooth.c broadcom/compiler: make several passes to return a progress 2022-07-20 11:35:25 +00:00
v3d_nir_lower_load_store_bitsize.c broadcom/compiler: drop unused v3d_compile parameter for nir pass 2022-11-04 09:58:10 +00:00
v3d_nir_lower_logic_ops.c broadcom/compiler: make several passes to return a progress 2022-07-20 11:35:25 +00:00
v3d_nir_lower_robust_access.c v3dv: implement VK_EXT_pipeline_robustness 2022-10-27 08:17:11 +00:00
v3d_nir_lower_scratch.c broadcom/compiler: make several passes to return a progress 2022-07-20 11:35:25 +00:00
v3d_nir_lower_txf_ms.c broadcom/compiler: v3d_nir_lower_txf_ms doesn't need v3d_compile 2023-01-18 13:09:57 +00:00
vir.c v3d/v3dv: use shader_info->var_copies_lowered 2023-02-06 22:11:34 +00:00
vir_dump.c
vir_live_variables.c
vir_opt_constant_alu.c
vir_opt_copy_propagate.c
vir_opt_dead_code.c
vir_opt_redundant_flags.c
vir_opt_small_immediates.c
vir_register_allocate.c broadcom/compiler: track pending ldtmu count with each TMU lookup 2023-03-21 11:29:05 +00:00
vir_to_qpu.c v3d: introduce V3D_DBG() macro to make V3D_DEBUG checks consistent 2022-08-24 23:03:57 +00:00