mesa/src/gallium/drivers/radeonsi
Nicolai Hähnle 0d58dcc3cf radeonsi: don't set RAW_WAIT for CP DMA clears
There is never a read-after-write hazard because the command doesn't read.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2018-12-19 12:01:34 +01:00
..
glsl_tests radeonsi: update copyrights 2018-04-05 15:34:58 -04:00
.dir-locals.el Fix setting indent-tabs-mode in the Emacs .dir-locals.el files 2018-10-17 19:03:08 +02:00
.editorconfig
.gitignore radeonsi: create .gitignore 2018-05-16 21:48:17 -04:00
Android.mk Android: fix a missing nir_intrinsics.h error 2018-07-21 08:50:23 +02:00
Automake.inc radeonsi: don't build libradeon.la separately 2018-04-05 15:34:58 -04:00
Makefile.am configure: allow building with python3 2018-10-31 19:15:50 +00:00
Makefile.sources radeon/vcn: add jpeg decode implementation 2018-10-23 08:50:02 -04:00
cik_sdma.c radeonsi: merge SI and CI dma_clear_buffer and remove the callback 2018-09-10 15:19:56 -04:00
driinfo_radeonsi.h radeonsi: add radeonsi_zerovram driconfig option 2018-08-30 07:57:38 +10:00
meson.build radeon/vcn: add jpeg decode implementation 2018-10-23 08:50:02 -04:00
si_blit.c radeonsi: split si_copy_buffer 2018-09-10 15:19:56 -04:00
si_buffer.c radeonsi: use copy_buffer in buffer_do_flush_region directly 2018-10-16 17:23:25 -04:00
si_build_pm4.h radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when available 2018-12-19 12:01:32 +01:00
si_clear.c radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2 2018-11-09 14:55:04 -05:00
si_compute.c ac: correct PKT3_COPY_DATA definitions 2018-10-06 21:50:09 -04:00
si_compute.h radeonsi: Bump number of allowed global buffers to 32 2018-10-18 16:02:42 -04:00
si_compute_blit.c radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IB 2018-11-28 20:20:27 -05:00
si_cp_dma.c radeonsi: don't set RAW_WAIT for CP DMA clears 2018-12-19 12:01:34 +01:00
si_debug.c radeonsi: rework RADEON_PRIO flags to be <= 31 2018-07-16 13:32:33 -04:00
si_descriptors.c amd: remove support for LLVM 6.0 2018-12-06 14:02:56 +01:00
si_dma.c radeonsi: merge SI and CI dma_clear_buffer and remove the callback 2018-09-10 15:19:56 -04:00
si_dma_cs.c radeonsi: merge SI and CI dma_clear_buffer and remove the callback 2018-09-10 15:19:56 -04:00
si_fence.c radeonsi: don't send data after write-confirm with BOTTOM_OF_PIPE_TS 2018-11-20 21:18:46 -05:00
si_get.c amd: remove support for LLVM 6.0 2018-12-06 14:02:56 +01:00
si_gfx_cs.c radeonsi: move emission of PA_SU_VTX_CNTL into emit_guardband 2018-10-16 15:28:22 -04:00
si_gpu_load.c radeonsi: move r600_gpu_load.c to si_gpu_load.c 2018-04-05 15:34:58 -04:00
si_perfcounter.c radeonsi: don't send data after write-confirm with BOTTOM_OF_PIPE_TS 2018-11-20 21:18:46 -05:00
si_pipe.c radeonsi: add si_init_draw_functions and make some functions static 2018-12-19 12:01:30 +01:00
si_pipe.h radeonsi: add memory management stress tests for GDS 2018-11-28 20:20:27 -05:00
si_pm4.c radeonsi: optimizing SET_CONTEXT_REG for shaders ES 2018-10-05 17:53:52 -04:00
si_pm4.h radeonsi: optimizing SET_CONTEXT_REG for shaders ES 2018-10-05 17:53:52 -04:00
si_public.h radeonsi: update copyrights 2018-04-05 15:34:58 -04:00
si_query.c radeonsi: go back to using bottom-of-pipe for beginning of TIME_ELAPSED 2018-11-20 21:18:48 -05:00
si_query.h radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA_SI for measuring DMA on SI 2018-08-29 15:31:42 -04:00
si_shader.c radeonsi: extract declare_vs_blit_inputs 2018-12-19 12:01:27 +01:00
si_shader.h amd: remove support for LLVM 6.0 2018-12-06 14:02:56 +01:00
si_shader_internal.h radeonsi: fix GPU hangs with bindless textures and LLVM 7.0 2018-09-10 15:19:56 -04:00
si_shader_nir.c nir/opt_peephole_select: Don't peephole_select expensive math instructions 2018-12-17 13:47:06 -08:00
si_shader_tgsi_alu.c amd: remove support for LLVM 6.0 2018-12-06 14:02:56 +01:00
si_shader_tgsi_mem.c radeonsi: fix is_oneway_access_only for bindless images 2018-11-28 20:20:27 -05:00
si_shader_tgsi_setup.c radeonsi: fix regression in indirect input swizzles. 2018-08-31 06:08:24 +01:00
si_shaderlib_tgsi.c radeonsi: add a thorough clear/copy_buffer benchmark 2018-08-29 15:31:42 -04:00
si_state.c radeonsi: add si_init_draw_functions and make some functions static 2018-12-19 12:01:30 +01:00
si_state.h radeonsi: add si_init_draw_functions and make some functions static 2018-12-19 12:01:30 +01:00
si_state_binning.c radeonsi: add support for Raven2 (v2) 2018-10-30 16:03:02 -04:00
si_state_draw.c radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when available 2018-12-19 12:01:32 +01:00
si_state_msaa.c radeonsi: fix an out-of-bounds read reported by ASAN 2018-11-19 11:16:35 +01:00
si_state_shaders.c amd: remove support for LLVM 6.0 2018-12-06 14:02:56 +01:00
si_state_streamout.c radeonsi: update a comment about cache behavior 2018-07-26 01:45:47 -04:00
si_state_viewport.c radeonsi: fix a typo in a comment in emit_guardband 2018-10-18 18:01:22 -04:00
si_test_dma.c radeonsi: use compute shaders for clear_buffer & copy_buffer 2018-10-16 17:23:25 -04:00
si_test_dma_perf.c radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IB 2018-11-28 20:20:27 -05:00
si_texture.c winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handle 2018-11-28 20:20:27 -05:00
si_uvd.c radeonsi: fix video APIs on Raven2 2018-11-14 17:08:34 -05:00