Searched refs:raster_config_1 (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v7_0.c | 1671 u32 raster_config, u32 raster_config_1, in gfx_v7_0_write_harvested_raster_configs() argument 1692 raster_config_1 &= ~SE_PAIR_MAP_MASK; in gfx_v7_0_write_harvested_raster_configs() 1695 raster_config_1 |= in gfx_v7_0_write_harvested_raster_configs() 1698 raster_config_1 |= in gfx_v7_0_write_harvested_raster_configs() 1771 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v7_0_write_harvested_raster_configs() 1791 u32 raster_config = 0, raster_config_1 = 0; in gfx_v7_0_setup_rb() local 1814 gfx_v7_0_raster_config(adev, &raster_config, &raster_config_1); in gfx_v7_0_setup_rb() 1819 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v7_0_setup_rb() 1821 gfx_v7_0_write_harvested_raster_configs(adev, raster_config, raster_config_1, in gfx_v7_0_setup_rb() 1836 adev->gfx.config.rb_config[i][j].raster_config_1 = in gfx_v7_0_setup_rb() [all …]
|
D | amdgpu_gfx.h | 127 uint32_t raster_config_1; member
|
D | gfx_v8_0.c | 1281 buffer[count++] = cpu_to_le32(adev->gfx.config.rb_config[0][0].raster_config_1); in gfx_v8_0_get_csb_buffer() 3518 u32 raster_config, u32 raster_config_1, in gfx_v8_0_write_harvested_raster_configs() argument 3539 raster_config_1 &= ~SE_PAIR_MAP_MASK; in gfx_v8_0_write_harvested_raster_configs() 3542 raster_config_1 |= in gfx_v8_0_write_harvested_raster_configs() 3545 raster_config_1 |= in gfx_v8_0_write_harvested_raster_configs() 3618 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v8_0_write_harvested_raster_configs() 3629 u32 raster_config = 0, raster_config_1 = 0; in gfx_v8_0_setup_rb() local 3652 gfx_v8_0_raster_config(adev, &raster_config, &raster_config_1); in gfx_v8_0_setup_rb() 3657 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v8_0_setup_rb() 3659 gfx_v8_0_write_harvested_raster_configs(adev, raster_config, raster_config_1, in gfx_v8_0_setup_rb() [all …]
|
D | cik.c | 1063 return adev->gfx.config.rb_config[se_idx][sh_idx].raster_config_1; in cik_get_register_value()
|
D | vi.c | 554 return adev->gfx.config.rb_config[se_idx][sh_idx].raster_config_1; in vi_get_register_value()
|