amd/common/gfx10: add register JSON

A small number of fields now need new disambiguation.

Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
Nicolai Hähnle
2019-05-07 02:37:19 +02:00
committed by Marek Olšák
parent 536782b0b7
commit 74a26af913
11 changed files with 22383 additions and 29 deletions

View File

@@ -3094,7 +3094,7 @@ radv_pipeline_generate_hw_hs(struct radeon_cmdbuf *cs,
radeon_set_sh_reg_seq(cs, R_00B428_SPI_SHADER_PGM_RSRC1_HS, 2);
radeon_emit(cs, shader->rsrc1);
radeon_emit(cs, shader->rsrc2 |
S_00B42C_LDS_SIZE(tess->lds_size));
S_00B42C_LDS_SIZE_GFX9(tess->lds_size));
} else {
radeon_set_sh_reg_seq(cs, R_00B420_SPI_SHADER_PGM_LO_HS, 4);
radeon_emit(cs, va >> 8);