radeonsi: don't use the SPI barrier management bug workaround
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
@@ -7971,6 +7971,11 @@ static bool si_shader_select_ps_parts(struct si_screen *sscreen,
|
|||||||
void si_multiwave_lds_size_workaround(struct si_screen *sscreen,
|
void si_multiwave_lds_size_workaround(struct si_screen *sscreen,
|
||||||
unsigned *lds_size)
|
unsigned *lds_size)
|
||||||
{
|
{
|
||||||
|
/* If tessellation is all offchip and on-chip GS isn't used, this
|
||||||
|
* workaround is not needed.
|
||||||
|
*/
|
||||||
|
return;
|
||||||
|
|
||||||
/* SPI barrier management bug:
|
/* SPI barrier management bug:
|
||||||
* Make sure we have at least 4k of LDS in use to avoid the bug.
|
* Make sure we have at least 4k of LDS in use to avoid the bug.
|
||||||
* It applies to workgroup sizes of more than one wavefront.
|
* It applies to workgroup sizes of more than one wavefront.
|
||||||
|
Reference in New Issue
Block a user