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 broadcom/compiler: don't check for GFXH-1633 on V3D 4.2.x 2021-02-12 08:24:21 +00:00
v3d33_tex.c broadcom/compiler: support pipelining of tex instructions 2021-02-04 10:33:10 +00:00
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 broadcom/compiler: use signed pointers for packed condition 2021-04-12 15:22:05 +00:00
vir_live_variables.c broadcom/compiler: Fix qpu.flags.muf typo. 2021-08-24 08:30:59 +00:00
vir_opt_constant_alu.c v3dv/v3d: Fix copyright holder to Raspberry Pi Ltd 2022-02-18 11:50:07 +01:00
vir_opt_copy_propagate.c broadcom/compiler: make opt passes set current block 2021-11-02 11:17:01 +00:00
vir_opt_dead_code.c broadcom/compiler: make opt passes set current block 2021-11-02 11:17:01 +00:00
vir_opt_redundant_flags.c broadcom/compiler: make opt passes set current block 2021-11-02 11:17:01 +00:00
vir_opt_small_immediates.c v3d: Use ldunif instructions for uniforms. 2019-03-05 12:57:39 -08:00
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