Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_kms.c454 *value = rdev->config.cik.max_cu_per_sh; in radeon_info_ioctl()
456 *value = rdev->config.si.max_cu_per_sh; in radeon_info_ioctl()
H A Dsi.c3092 rdev->config.si.max_cu_per_sh = 8; in si_gpu_init()
3109 rdev->config.si.max_cu_per_sh = 5; in si_gpu_init()
3127 rdev->config.si.max_cu_per_sh = 5; in si_gpu_init()
3144 rdev->config.si.max_cu_per_sh = 6; in si_gpu_init()
3161 rdev->config.si.max_cu_per_sh = 5; in si_gpu_init()
3284 rdev->config.si.max_cu_per_sh); in si_gpu_init()
5300 for (i = 0; i < rdev->config.si.max_cu_per_sh; i ++) { in si_get_cu_active_bitmap()
5319 for (k = 0; k < rdev->config.si.max_cu_per_sh; k++) { in si_init_ao_cu_mask()
H A Dcik.c3213 rdev->config.cik.max_cu_per_sh = 7; in cik_gpu_init()
3230 rdev->config.cik.max_cu_per_sh = 11; in cik_gpu_init()
3247 rdev->config.cik.max_cu_per_sh = 8; in cik_gpu_init()
3266 rdev->config.cik.max_cu_per_sh = 2; in cik_gpu_init()
6587 for (i = 0; i < rdev->config.cik.max_cu_per_sh; i ++) { in cik_get_cu_active_bitmap()
6606 for (k = 0; k < rdev->config.cik.max_cu_per_sh; k ++) { in cik_init_ao_cu_mask()
H A Dradeon.h2142 unsigned max_cu_per_sh; member
2173 unsigned max_cu_per_sh; member
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c346 adev->gfx.config.max_cu_per_sh = gfx_info->v24.gc_num_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info()
H A Damdgpu_amdkfd.c432 cu_info->num_cu_per_sh = adev->gfx.config.max_cu_per_sh; in get_cu_info()
H A Dgfx_v8_0.c1795 adev->gfx.config.max_cu_per_sh = 6; in gfx_v8_0_gpu_early_init()
1812 adev->gfx.config.max_cu_per_sh = 16; in gfx_v8_0_gpu_early_init()
1859 adev->gfx.config.max_cu_per_sh = 8; in gfx_v8_0_gpu_early_init()
1878 adev->gfx.config.max_cu_per_sh = 8; in gfx_v8_0_gpu_early_init()
1895 adev->gfx.config.max_cu_per_sh = 3; in gfx_v8_0_gpu_early_init()
1910 adev->gfx.config.max_cu_per_sh = 2; in gfx_v8_0_gpu_early_init()
7381 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v8_0_get_cu_active_bitmap()
7399 ao_cu_num = adev->gfx.config.max_cu_per_sh; in gfx_v8_0_get_cu_info()
7416 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k ++) { in gfx_v8_0_get_cu_info()
H A Damdgpu_debugfs.c487 config[no_regs++] = adev->gfx.config.max_cu_per_sh; in amdgpu_debugfs_gca_config_read()
H A Damdgpu_atombios.c726 adev->gfx.config.max_cu_per_sh = gfx_info->info.max_cu_per_sh; in amdgpu_atombios_get_gfx_info()
H A Damdgpu_kms.c645 dev_info.num_cu_per_sh = adev->gfx.config.max_cu_per_sh; in amdgpu_info_ioctl()
H A Dgfx_v9_0.c4851 mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh); in gfx_v9_0_get_cu_active_bitmap()
4881 for (k = 0; k < adev->gfx.config.max_cu_per_sh; k ++) { in gfx_v9_0_get_cu_info()
4883 if (counter < adev->gfx.config.max_cu_per_sh) in gfx_v9_0_get_cu_info()
H A Damdgpu.h813 unsigned max_cu_per_sh; member
H A Damdgpu_device.c1438 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()
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h1191 uint8_t max_cu_per_sh; member
1211 uint8_t max_cu_per_sh; member
H A Datombios.h5652 UCHAR max_cu_per_sh; member