ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Acked-by: Dave Airlie <airlied@redhat.com> We already use GFX9 and I don't want us to have confusing naming in the driver. GFXn naming is better from the driver perspective, because it's the real version of the gfx portion of the hw. Also, CIK means Bonaire-Kaveri-Kabini, it doesn't mean CI. It shouldn't confuse our SDMA, UVD, VCE etc. code much. Those have nothing to do with GFXn and they have their own version numbers.
This commit is contained in:
@@ -131,7 +131,7 @@ radv_dump_debug_registers(struct radv_device *device, FILE *f)
|
||||
radv_dump_mmapped_reg(device, f, R_00803C_GRBM_STATUS_SE3);
|
||||
radv_dump_mmapped_reg(device, f, R_00D034_SDMA0_STATUS_REG);
|
||||
radv_dump_mmapped_reg(device, f, R_00D834_SDMA1_STATUS_REG);
|
||||
if (info->chip_class <= VI) {
|
||||
if (info->chip_class <= GFX8) {
|
||||
radv_dump_mmapped_reg(device, f, R_000E50_SRBM_STATUS);
|
||||
radv_dump_mmapped_reg(device, f, R_000E4C_SRBM_STATUS2);
|
||||
radv_dump_mmapped_reg(device, f, R_000E54_SRBM_STATUS3);
|
||||
|
Reference in New Issue
Block a user