mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 23:10:23 +01:00
radv/sqtt: update SPI_CONFIG_CNTL.EXP_PRIORITY_ORDER value
It should be 3. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4018>
This commit is contained in:
parent
36768eee9a
commit
fedbc4c929
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ radv_emit_spi_config_cntl(struct radeon_cmdbuf *cs, bool enable)
|
|||
{
|
||||
radeon_set_uconfig_reg(cs, R_031100_SPI_CONFIG_CNTL,
|
||||
S_031100_GPR_WRITE_PRIORITY(0x2c688) |
|
||||
S_031100_EXP_PRIORITY_ORDER(6) |
|
||||
S_031100_EXP_PRIORITY_ORDER(3) |
|
||||
S_031100_ENABLE_SQG_TOP_EVENTS(enable) |
|
||||
S_031100_ENABLE_SQG_BOP_EVENTS(enable));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue