Home
last modified time | relevance | path

Searched refs:raster_config_1 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgfx_v7_0.c1670 u32 raster_config, u32 raster_config_1, in gfx_v7_0_write_harvested_raster_configs() argument
1691 raster_config_1 &= ~SE_PAIR_MAP_MASK; in gfx_v7_0_write_harvested_raster_configs()
1694 raster_config_1 |= in gfx_v7_0_write_harvested_raster_configs()
1697 raster_config_1 |= in gfx_v7_0_write_harvested_raster_configs()
1770 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v7_0_write_harvested_raster_configs()
1790 u32 raster_config = 0, raster_config_1 = 0; in gfx_v7_0_setup_rb() local
1813 gfx_v7_0_raster_config(adev, &raster_config, &raster_config_1); in gfx_v7_0_setup_rb()
1818 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v7_0_setup_rb()
1820 gfx_v7_0_write_harvested_raster_configs(adev, raster_config, raster_config_1, in gfx_v7_0_setup_rb()
1835 adev->gfx.config.rb_config[i][j].raster_config_1 = in gfx_v7_0_setup_rb()
[all …]
Dgfx_v8_0.c1295 buffer[count++] = cpu_to_le32(adev->gfx.config.rb_config[0][0].raster_config_1); in gfx_v8_0_get_csb_buffer()
3635 u32 raster_config, u32 raster_config_1, in gfx_v8_0_write_harvested_raster_configs() argument
3656 raster_config_1 &= ~SE_PAIR_MAP_MASK; in gfx_v8_0_write_harvested_raster_configs()
3659 raster_config_1 |= in gfx_v8_0_write_harvested_raster_configs()
3662 raster_config_1 |= in gfx_v8_0_write_harvested_raster_configs()
3735 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v8_0_write_harvested_raster_configs()
3746 u32 raster_config = 0, raster_config_1 = 0; in gfx_v8_0_setup_rb() local
3769 gfx_v8_0_raster_config(adev, &raster_config, &raster_config_1); in gfx_v8_0_setup_rb()
3774 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v8_0_setup_rb()
3776 gfx_v8_0_write_harvested_raster_configs(adev, raster_config, raster_config_1, in gfx_v8_0_setup_rb()
[all …]
Dcik.c1043 return adev->gfx.config.rb_config[se_idx][sh_idx].raster_config_1; in cik_get_register_value()
Dvi.c567 return adev->gfx.config.rb_config[se_idx][sh_idx].raster_config_1; in vi_get_register_value()
Damdgpu.h793 uint32_t raster_config_1; member