Home
last modified time | relevance | path

Searched refs:raster_config (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dgfx_v6_0.c1360 u32 raster_config, unsigned rb_mask, in gfx_v6_0_write_harvested_raster_configs() argument
1380 unsigned raster_config_se = raster_config; in gfx_v6_0_write_harvested_raster_configs()
1453 u32 raster_config = 0; in gfx_v6_0_setup_rb() local
1477 gfx_v6_0_raster_config(adev, &raster_config); in gfx_v6_0_setup_rb()
1481 WREG32(mmPA_SC_RASTER_CONFIG, raster_config); in gfx_v6_0_setup_rb()
1483 gfx_v6_0_write_harvested_raster_configs(adev, raster_config, in gfx_v6_0_setup_rb()
1495 adev->gfx.config.rb_config[i][j].raster_config = in gfx_v6_0_setup_rb()
2871 buffer[count++] = cpu_to_le32(adev->gfx.config.rb_config[0][0].raster_config); in gfx_v6_0_get_csb_buffer()
H A Dgfx_v7_0.c1636 u32 raster_config, u32 raster_config_1, in gfx_v7_0_write_harvested_raster_configs() argument
1669 unsigned raster_config_se = raster_config; in gfx_v7_0_write_harvested_raster_configs()
1754 u32 raster_config = 0, raster_config_1 = 0; in gfx_v7_0_setup_rb() local
1777 gfx_v7_0_raster_config(adev, &raster_config, &raster_config_1); in gfx_v7_0_setup_rb()
1781 WREG32(mmPA_SC_RASTER_CONFIG, raster_config); in gfx_v7_0_setup_rb()
1784 gfx_v7_0_write_harvested_raster_configs(adev, raster_config, raster_config_1, in gfx_v7_0_setup_rb()
1797 adev->gfx.config.rb_config[i][j].raster_config = in gfx_v7_0_setup_rb()
2499 amdgpu_ring_write(ring, adev->gfx.config.rb_config[0][0].raster_config); in gfx_v7_0_cp_gfx_start()
H A Damdgpu_gfx.h173 uint32_t raster_config; member
H A Dgfx_v8_0.c1247 buffer[count++] = cpu_to_le32(adev->gfx.config.rb_config[0][0].raster_config); in gfx_v8_0_get_csb_buffer()
3485 u32 raster_config, u32 raster_config_1, in gfx_v8_0_write_harvested_raster_configs() argument
3518 unsigned raster_config_se = raster_config; in gfx_v8_0_write_harvested_raster_configs()
3596 u32 raster_config = 0, raster_config_1 = 0; in gfx_v8_0_setup_rb() local
3619 gfx_v8_0_raster_config(adev, &raster_config, &raster_config_1); in gfx_v8_0_setup_rb()
3623 WREG32(mmPA_SC_RASTER_CONFIG, raster_config); in gfx_v8_0_setup_rb()
3626 gfx_v8_0_write_harvested_raster_configs(adev, raster_config, raster_config_1, in gfx_v8_0_setup_rb()
3639 adev->gfx.config.rb_config[i][j].raster_config = in gfx_v8_0_setup_rb()
4184 amdgpu_ring_write(ring, adev->gfx.config.rb_config[0][0].raster_config); in gfx_v8_0_cp_gfx_start()
H A Damdgpu_cik.c1137 return adev->gfx.config.rb_config[se_idx][sh_idx].raster_config; in cik_get_register_value()
H A Dvi.c760 return adev->gfx.config.rb_config[se_idx][sh_idx].raster_config; in vi_get_register_value()
H A Damdgpu_si.c1179 return adev->gfx.config.rb_config[se_idx][sh_idx].raster_config; in si_get_register_value()