diff options
author | Samuel Pitoiset <[email protected]> | 2019-08-19 15:01:21 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2019-08-20 12:13:44 +0200 |
commit | 83a63a5b12323b733cf4ebf5b9892cd7c8718578 (patch) | |
tree | 208487bfffc13a42309e3e714df57e1b51a48e42 /src | |
parent | 2ca8629fa9b303e24783b76a7b3b0c2513e32fbd (diff) |
radv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE twice
CLEAR_STATE emits it for us.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/amd/vulkan/si_cmd_buffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/amd/vulkan/si_cmd_buffer.c b/src/amd/vulkan/si_cmd_buffer.c index 42c7010ca87..e37b9498a71 100644 --- a/src/amd/vulkan/si_cmd_buffer.c +++ b/src/amd/vulkan/si_cmd_buffer.c @@ -366,8 +366,6 @@ si_emit_graphics(struct radv_physical_device *physical_device, radeon_set_context_reg(cs, R_028C50_PA_SC_NGG_MODE_CNTL, S_028C50_MAX_DEALLOCS_IN_WAVE(512)); radeon_set_context_reg(cs, R_028C58_VGT_VERTEX_REUSE_BLOCK_CNTL, 14); - radeon_set_context_reg(cs, R_02835C_PA_SC_TILE_STEERING_OVERRIDE, - physical_device->rad_info.pa_sc_tile_steering_override); radeon_set_context_reg(cs, R_02807C_DB_RMI_L2_CACHE_CONTROL, S_02807C_Z_WR_POLICY(V_02807C_CACHE_STREAM_WR) | S_02807C_S_WR_POLICY(V_02807C_CACHE_STREAM_WR) | |