Searched refs:spi_config_cntl (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_sqtt.c342 uint32_t spi_config_cntl = local in function:radv_emit_spi_config_cntl
347 spi_config_cntl |= S_031100_PS_PKR_PRIORITY_CNTL(3);
349 radeon_set_uconfig_reg(cs, R_031100_SPI_CONFIG_CNTL, spi_config_cntl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_sqtt.c756 uint32_t spi_config_cntl = S_031100_GPR_WRITE_PRIORITY(0x2c688) | local in function:si_emit_spi_config_cntl
762 spi_config_cntl |= S_031100_PS_PKR_PRIORITY_CNTL(3);
764 radeon_set_uconfig_reg(R_031100_SPI_CONFIG_CNTL, spi_config_cntl);

Completed in 4 milliseconds