Searched refs:raster_config_1 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v7_0.c | 1639 u32 raster_config, u32 raster_config_1, in gfx_v7_0_write_harvested_raster_configs() argument 1660 raster_config_1 &= ~SE_PAIR_MAP_MASK; in gfx_v7_0_write_harvested_raster_configs() 1663 raster_config_1 |= in gfx_v7_0_write_harvested_raster_configs() 1666 raster_config_1 |= in gfx_v7_0_write_harvested_raster_configs() 1739 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v7_0_write_harvested_raster_configs() 1757 u32 raster_config = 0, raster_config_1 = 0; in gfx_v7_0_setup_rb() local 1780 gfx_v7_0_raster_config(adev, &raster_config, &raster_config_1); in gfx_v7_0_setup_rb() 1785 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v7_0_setup_rb() 1787 gfx_v7_0_write_harvested_raster_configs(adev, raster_config, raster_config_1, in gfx_v7_0_setup_rb() 1802 adev->gfx.config.rb_config[i][j].raster_config_1 = in gfx_v7_0_setup_rb() [all …]
|
| H A D | gfx_v8_0.c | 3497 u32 raster_config, u32 raster_config_1, in gfx_v8_0_write_harvested_raster_configs() argument 3518 raster_config_1 &= ~SE_PAIR_MAP_MASK; in gfx_v8_0_write_harvested_raster_configs() 3521 raster_config_1 |= in gfx_v8_0_write_harvested_raster_configs() 3524 raster_config_1 |= in gfx_v8_0_write_harvested_raster_configs() 3597 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v8_0_write_harvested_raster_configs() 3608 u32 raster_config = 0, raster_config_1 = 0; in gfx_v8_0_setup_rb() local 3631 gfx_v8_0_raster_config(adev, &raster_config, &raster_config_1); in gfx_v8_0_setup_rb() 3636 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v8_0_setup_rb() 3638 gfx_v8_0_write_harvested_raster_configs(adev, raster_config, raster_config_1, in gfx_v8_0_setup_rb() 3653 adev->gfx.config.rb_config[i][j].raster_config_1 = in gfx_v8_0_setup_rb() [all …]
|
| H A D | amdgpu_gfx.h | 177 uint32_t raster_config_1; member
|
| H A D | cik.c | 1139 return adev->gfx.config.rb_config[se_idx][sh_idx].raster_config_1; in cik_get_register_value()
|
| H A D | vi.c | 762 return adev->gfx.config.rb_config[se_idx][sh_idx].raster_config_1; in vi_get_register_value()
|