/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_atomfirmware.c | 792 adev->gfx.config.max_cu_per_sh = gfx_info->v24.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info() 810 adev->gfx.config.max_cu_per_sh = gfx_info->v27.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info() 831 adev->gfx.config.max_cu_per_sh = gfx_info->v30.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info()
|
H A D | gfx_v6_0.c | 1524 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v6_0_get_cu_enabled() 1574 adev->gfx.config.max_cu_per_sh = 8; in gfx_v6_0_constants_init() 1591 adev->gfx.config.max_cu_per_sh = 5; in gfx_v6_0_constants_init() 1608 adev->gfx.config.max_cu_per_sh = 5; in gfx_v6_0_constants_init() 1625 adev->gfx.config.max_cu_per_sh = 6; in gfx_v6_0_constants_init() 1642 adev->gfx.config.max_cu_per_sh = 5; in gfx_v6_0_constants_init() 3563 ao_cu_num = adev->gfx.config.max_cu_per_sh; in gfx_v6_0_get_cu_info() 3582 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k++) { in gfx_v6_0_get_cu_info()
|
H A D | gfx_v7_0.c | 3778 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v7_0_get_cu_active_bitmap() 4219 adev->gfx.config.max_cu_per_sh = 7; in gfx_v7_0_gpu_early_init() 4236 adev->gfx.config.max_cu_per_sh = 11; in gfx_v7_0_gpu_early_init() 4253 adev->gfx.config.max_cu_per_sh = 8; in gfx_v7_0_gpu_early_init() 4272 adev->gfx.config.max_cu_per_sh = 2; in gfx_v7_0_gpu_early_init() 5105 ao_cu_num = adev->gfx.config.max_cu_per_sh; in gfx_v7_0_get_cu_info() 5124 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k++) { in gfx_v7_0_get_cu_info()
|
H A D | amdgpu_gfx.h | 190 unsigned max_cu_per_sh; member
|
H A D | gfx_v8_0.c | 1664 adev->gfx.config.max_cu_per_sh = 6; in gfx_v8_0_gpu_early_init() 1681 adev->gfx.config.max_cu_per_sh = 16; in gfx_v8_0_gpu_early_init() 1728 adev->gfx.config.max_cu_per_sh = 8; in gfx_v8_0_gpu_early_init() 1747 adev->gfx.config.max_cu_per_sh = 8; in gfx_v8_0_gpu_early_init() 1764 adev->gfx.config.max_cu_per_sh = 3; in gfx_v8_0_gpu_early_init() 1779 adev->gfx.config.max_cu_per_sh = 2; in gfx_v8_0_gpu_early_init() 7091 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v8_0_get_cu_active_bitmap() 7109 ao_cu_num = adev->gfx.config.max_cu_per_sh; in gfx_v8_0_get_cu_info() 7126 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k ++) { in gfx_v8_0_get_cu_info()
|
H A D | amdgpu_amdkfd.c | 489 cu_info->num_cu_per_sh = adev->gfx.config.max_cu_per_sh; in amdgpu_amdkfd_get_cu_info()
|
H A D | gfx_v9_4_3.c | 3954 for (cu_idx = 0; cu_idx < adev->gfx.config.max_cu_per_sh; cu_idx++) { in gfx_v9_4_3_inst_query_sq_timeout_status() 4023 for (cu_idx = 0; cu_idx < adev->gfx.config.max_cu_per_sh; cu_idx++) { in gfx_v9_4_3_inst_reset_sq_timeout_status() 4285 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v9_4_3_get_cu_active_bitmap() 4329 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k++) { in gfx_v9_4_3_get_cu_info() 4331 if (counter < adev->gfx.config.max_cu_per_sh) in gfx_v9_4_3_get_cu_info()
|
H A D | amdgpu_atombios.c | 727 adev->gfx.config.max_cu_per_sh = gfx_info->info.max_cu_per_sh; in amdgpu_atombios_get_gfx_info()
|
H A D | gfx_v9_4_2.c | 1869 cu_idx < adev->gfx.config.max_cu_per_sh; in gfx_v9_4_2_query_sq_timeout_status() 1902 cu_idx < adev->gfx.config.max_cu_per_sh; in gfx_v9_4_2_reset_sq_timeout_status()
|
H A D | amdgpu_discovery.c | 1454 adev->gfx.config.max_cu_per_sh = 2 * (le32_to_cpu(gc_info->v1.gc_num_wgp0_per_sa) + in amdgpu_discovery_get_gfx_info() 1489 adev->gfx.config.max_cu_per_sh = le32_to_cpu(gc_info->v2.gc_num_cu_per_sh); in amdgpu_discovery_get_gfx_info()
|
H A D | gfx_v9_0.c | 1505 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k ++) { in gfx_v9_0_init_always_on_cu_mask() 4356 adev->gfx.config.max_cu_per_sh * in gfx_v9_0_do_edc_gpr_workarounds() 7199 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v9_0_get_cu_active_bitmap() 7250 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k ++) { in gfx_v9_0_get_cu_info() 7252 if (counter < adev->gfx.config.max_cu_per_sh) in gfx_v9_0_get_cu_info()
|
H A D | amdgpu_kms.c | 869 dev_info->num_cu_per_sh = adev->gfx.config.max_cu_per_sh; in amdgpu_info_ioctl()
|
H A D | amdgpu_debugfs.c | 890 config[no_regs++] = adev->gfx.config.max_cu_per_sh; in amdgpu_debugfs_gca_config_read()
|
H A D | gfx_v10_0.c | 4889 int max_wgp_per_sh = adev->gfx.config.max_cu_per_sh >> 1; in gfx_v10_0_tcp_harvest() 9335 unsigned int total_cu = adev->gfx.config.max_cu_per_sh * in gfx_v10_0_set_gds_init() 9376 ~amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh >> 1); in gfx_v10_0_get_wgp_active_bitmap_per_sh() 9443 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k++) { in gfx_v10_0_get_cu_info() 9445 if (counter < adev->gfx.config.max_cu_per_sh) in gfx_v10_0_get_cu_info()
|
H A D | gfx_v11_0.c | 6264 unsigned total_cu = adev->gfx.config.max_cu_per_sh * in gfx_v11_0_set_gds_init() 6312 amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh >> 1); in gfx_v11_0_get_wgp_active_bitmap_per_sh() 6378 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k++) { in gfx_v11_0_get_cu_info()
|
H A D | amdgpu_device.c | 1979 adev->gfx.config.max_cu_per_sh = le32_to_cpu(gpu_info_fw->gc_num_cu_per_sh); in amdgpu_device_parse_gpu_info_fw() 3861 adev->gfx.config.max_cu_per_sh, in amdgpu_device_init()
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | radeon_kms.c | 433 *value = rdev->config.cik.max_cu_per_sh; in radeon_info_ioctl() 435 *value = rdev->config.si.max_cu_per_sh; in radeon_info_ioctl()
|
H A D | si.c | 3101 rdev->config.si.max_cu_per_sh = 8; in si_gpu_init() 3118 rdev->config.si.max_cu_per_sh = 5; in si_gpu_init() 3136 rdev->config.si.max_cu_per_sh = 5; in si_gpu_init() 3153 rdev->config.si.max_cu_per_sh = 6; in si_gpu_init() 3170 rdev->config.si.max_cu_per_sh = 5; in si_gpu_init() 3293 rdev->config.si.max_cu_per_sh); in si_gpu_init() 5313 for (i = 0; i < rdev->config.si.max_cu_per_sh; i ++) { in si_get_cu_active_bitmap() 5332 for (k = 0; k < rdev->config.si.max_cu_per_sh; k++) { in si_init_ao_cu_mask()
|
H A D | cik.c | 3180 rdev->config.cik.max_cu_per_sh = 7; in cik_gpu_init() 3197 rdev->config.cik.max_cu_per_sh = 11; in cik_gpu_init() 3214 rdev->config.cik.max_cu_per_sh = 8; in cik_gpu_init() 3233 rdev->config.cik.max_cu_per_sh = 2; in cik_gpu_init() 6539 for (i = 0; i < rdev->config.cik.max_cu_per_sh; i ++) { in cik_get_cu_active_bitmap() 6558 for (k = 0; k < rdev->config.cik.max_cu_per_sh; k ++) { in cik_init_ao_cu_mask()
|
H A D | radeon.h | 2141 unsigned max_cu_per_sh; member 2172 unsigned max_cu_per_sh; member
|
/openbsd/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_crat.c | 1381 pcache_info[i].num_cu_shared = adev->gfx.config.max_cu_per_sh; in kfd_fill_gpu_cache_info_from_gfx_config() 1391 pcache_info[i].num_cu_shared = adev->gfx.config.max_cu_per_sh; in kfd_fill_gpu_cache_info_from_gfx_config() 1401 pcache_info[i].num_cu_shared = adev->gfx.config.max_cu_per_sh; in kfd_fill_gpu_cache_info_from_gfx_config()
|
/openbsd/sys/dev/pci/drm/amd/include/ |
H A D | atomfirmware.h | 1758 uint8_t max_cu_per_sh; member 1778 uint8_t max_cu_per_sh; member 1803 uint8_t max_cu_per_sh; member 1838 uint8_t max_cu_per_sh; member 1879 uint8_t max_cu_per_sh; member
|
H A D | atombios.h | 5654 UCHAR max_cu_per_sh; member 5667 UCHAR max_cu_per_sh; member
|
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu11/ |
H A D | vangogh_ppt.c | 2276 uint32_t total_cu = adev->gfx.config.max_cu_per_sh * in vangogh_post_smu_init()
|