Home
last modified time | relevance | path

Searched refs:max_cu_per_sh (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_atomfirmware.c644 adev->gfx.config.max_cu_per_sh = gfx_info->v24.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info()
662 adev->gfx.config.max_cu_per_sh = gfx_info->v27.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info()
A Dgfx_v6_0.c1538 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v6_0_get_cu_enabled()
1588 adev->gfx.config.max_cu_per_sh = 8; in gfx_v6_0_constants_init()
1605 adev->gfx.config.max_cu_per_sh = 5; in gfx_v6_0_constants_init()
1622 adev->gfx.config.max_cu_per_sh = 5; in gfx_v6_0_constants_init()
1639 adev->gfx.config.max_cu_per_sh = 6; in gfx_v6_0_constants_init()
1656 adev->gfx.config.max_cu_per_sh = 5; in gfx_v6_0_constants_init()
3601 ao_cu_num = adev->gfx.config.max_cu_per_sh; in gfx_v6_0_get_cu_info()
3620 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k++) { in gfx_v6_0_get_cu_info()
A Damdgpu_gfx.h149 unsigned max_cu_per_sh; member
A Dgfx_v7_0.c3849 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v7_0_get_cu_active_bitmap()
4289 adev->gfx.config.max_cu_per_sh = 7; in gfx_v7_0_gpu_early_init()
4306 adev->gfx.config.max_cu_per_sh = 11; in gfx_v7_0_gpu_early_init()
4323 adev->gfx.config.max_cu_per_sh = 8; in gfx_v7_0_gpu_early_init()
4342 adev->gfx.config.max_cu_per_sh = 2; in gfx_v7_0_gpu_early_init()
5176 ao_cu_num = adev->gfx.config.max_cu_per_sh; in gfx_v7_0_get_cu_info()
5195 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k ++) { in gfx_v7_0_get_cu_info()
A Damdgpu_discovery.c550 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()
570 adev->gfx.config.max_cu_per_sh = le32_to_cpu(gc_info->v2.gc_num_cu_per_sh); in amdgpu_discovery_get_gfx_info()
A Dgfx_v8_0.c1705 adev->gfx.config.max_cu_per_sh = 6; in gfx_v8_0_gpu_early_init()
1722 adev->gfx.config.max_cu_per_sh = 16; in gfx_v8_0_gpu_early_init()
1769 adev->gfx.config.max_cu_per_sh = 8; in gfx_v8_0_gpu_early_init()
1788 adev->gfx.config.max_cu_per_sh = 8; in gfx_v8_0_gpu_early_init()
1805 adev->gfx.config.max_cu_per_sh = 3; in gfx_v8_0_gpu_early_init()
1820 adev->gfx.config.max_cu_per_sh = 2; in gfx_v8_0_gpu_early_init()
7132 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v8_0_get_cu_active_bitmap()
7150 ao_cu_num = adev->gfx.config.max_cu_per_sh; in gfx_v8_0_get_cu_info()
7167 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k ++) { in gfx_v8_0_get_cu_info()
A Damdgpu_amdkfd.c468 cu_info->num_cu_per_sh = adev->gfx.config.max_cu_per_sh; in amdgpu_amdkfd_get_cu_info()
A Damdgpu_atombios.c727 adev->gfx.config.max_cu_per_sh = gfx_info->info.max_cu_per_sh; in amdgpu_atombios_get_gfx_info()
A Dgfx_v9_4_2.c1889 cu_idx < adev->gfx.config.max_cu_per_sh; in gfx_v9_4_2_query_sq_timeout_status()
1922 cu_idx < adev->gfx.config.max_cu_per_sh; in gfx_v9_4_2_reset_sq_timeout_status()
A Dgfx_v9_0.c1819 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k ++) { in gfx_v9_0_init_always_on_cu_mask()
4604 adev->gfx.config.max_cu_per_sh * in gfx_v9_0_do_edc_gpr_workarounds()
7168 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v9_0_get_cu_active_bitmap()
7219 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k ++) { in gfx_v9_0_get_cu_info()
7221 if (counter < adev->gfx.config.max_cu_per_sh) in gfx_v9_0_get_cu_info()
A Damdgpu_debugfs.c734 config[no_regs++] = adev->gfx.config.max_cu_per_sh; in amdgpu_debugfs_gca_config_read()
A Damdgpu_kms.c871 dev_info->num_cu_per_sh = adev->gfx.config.max_cu_per_sh; in amdgpu_info_ioctl()
A Damdgpu_device.c2011 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()
3681 adev->gfx.config.max_cu_per_sh, in amdgpu_device_init()
A Dgfx_v10_0.c5161 int max_wgp_per_sh = adev->gfx.config.max_cu_per_sh >> 1; in gfx_v10_0_tcp_harvest()
9558 unsigned total_cu = adev->gfx.config.max_cu_per_sh * in gfx_v10_0_set_gds_init()
9585 ~amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh >> 1); in gfx_v10_0_get_wgp_active_bitmap_per_sh()
9650 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k++) { in gfx_v10_0_get_cu_info()
9652 if (counter < adev->gfx.config.max_cu_per_sh) in gfx_v10_0_get_cu_info()
/linux/drivers/gpu/drm/radeon/
A Dradeon_kms.c427 *value = rdev->config.cik.max_cu_per_sh; in radeon_info_ioctl()
429 *value = rdev->config.si.max_cu_per_sh; in radeon_info_ioctl()
A Dsi.c3101 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()
5309 for (i = 0; i < rdev->config.si.max_cu_per_sh; i ++) { in si_get_cu_active_bitmap()
5328 for (k = 0; k < rdev->config.si.max_cu_per_sh; k++) { in si_init_ao_cu_mask()
A Dcik.c3180 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()
A Dradeon.h2162 unsigned max_cu_per_sh; member
2193 unsigned max_cu_per_sh; member
/linux/drivers/gpu/drm/amd/include/
A Datomfirmware.h1561 uint8_t max_cu_per_sh; member
1581 uint8_t max_cu_per_sh; member
1606 uint8_t max_cu_per_sh; member
1641 uint8_t max_cu_per_sh; member
A Datombios.h5654 UCHAR max_cu_per_sh; member
5667 UCHAR max_cu_per_sh; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dvangogh_ppt.c2010 uint32_t total_cu = adev->gfx.config.max_cu_per_sh * in vangogh_post_smu_init()

Completed in 218 milliseconds