Searched refs:raster_config_1 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v8_0.c | 1239 buffer[count++] = cpu_to_le32(adev->gfx.config.rb_config[0][0].raster_config_1); in gfx_v8_0_get_csb_buffer() 3488 u32 raster_config, u32 raster_config_1, in gfx_v8_0_write_harvested_raster_configs() argument 3509 raster_config_1 &= ~SE_PAIR_MAP_MASK; in gfx_v8_0_write_harvested_raster_configs() 3512 raster_config_1 |= in gfx_v8_0_write_harvested_raster_configs() 3515 raster_config_1 |= in gfx_v8_0_write_harvested_raster_configs() 3588 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v8_0_write_harvested_raster_configs() 3599 u32 raster_config = 0, raster_config_1 = 0; in gfx_v8_0_setup_rb() local 3622 gfx_v8_0_raster_config(adev, &raster_config, &raster_config_1); in gfx_v8_0_setup_rb() 3627 WREG32(mmPA_SC_RASTER_CONFIG_1, raster_config_1); in gfx_v8_0_setup_rb() 3629 gfx_v8_0_write_harvested_raster_configs(adev, raster_config, raster_config_1, in gfx_v8_0_setup_rb() [all …]
|