History log of /external/mesa3d/src/gallium/drivers/radeon/r600_test_dma.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bf4d102ea3419ade6759bf9c3ad9d40c7f9b3c27 26-Oct-2016 Marek Olšák <marek.olsak@amd.com> gallium/radeon: add radeon_surf::is_linear

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/r600_test_dma.c
2a2e53757796b3fed3119cb033e5cf5144843850 23-Oct-2016 Marek Olšák <marek.olsak@amd.com> gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignment

these names were misleading.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/r600_test_dma.c
877c00c653ac782f8867a3fee24f16707b1d568c 18-May-2016 Jakob Sinclair <sinclair.jakob@openmailbox.org> gallium/radeon: fixed division by zero

Coverity is getting a false positive that a division by zero can occur
here. This change will silence the Coverity warnings as a division by zero
cannot occur in this case.

Signed-off-by: Jakob Sinclair <sinclair.jakob@openmailbox.org>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/r600_test_dma.c
3af28e558fb9cf71edd83e8cc9c3ddc33373cc93 05-Sep-2014 Marek Olšák <marek.olsak@amd.com> gallium/radeon: implement randomized SDMA texture copy testing (v2)

v2: - adjustments for exercising all important SDMA code paths
- decrease the probability of getting huge sizes (faster testing)
- increase the probability of getting power-of-two dimensions
- change the memory cap to 128MB (faster testing)
- better detect which engine has been used

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/r600_test_dma.c