Searched refs:gfx_info (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.c103 struct amdgpu_gfx_config *gfx_info = &mm->dev->adev->gfx.config; local
120 if (gfx_info->max_shader_engines > KFD_MAX_NUM_SE) {
122 gfx_info->max_shader_engines);
125 if (gfx_info->max_sh_per_se > KFD_MAX_NUM_SH_PER_SE) {
127 gfx_info->max_sh_per_se * gfx_info->max_shader_engines);
145 for (se = 0; se < gfx_info->max_shader_engines; se++)
146 for (sh = 0; sh < gfx_info->max_sh_per_se; sh++)
187 for (i = 0; i < gfx_info->max_shader_engines; i++)
192 for (sh = 0; sh < gfx_info
[all...]
H A Dkfd_topology.c1604 struct amdgpu_gfx_config *gfx_info,
1664 for (i = 0; i < gfx_info->max_shader_engines; i++) {
1665 for (j = 0; j < gfx_info->max_sh_per_se; j++) {
1698 struct amdgpu_gfx_config *gfx_info = &kdev->adev->gfx.config; local
1732 for (i = 0; i < gfx_info->max_shader_engines; i++) {
1733 for (j = 0; j < gfx_info->max_sh_per_se; j++) {
1734 for (k = 0; k < gfx_info->max_cu_per_sh; k += pcache_info[ct].num_cu_shared) {
1750 gfx_info->max_cu_per_sh) ?
1752 (gfx_info->max_cu_per_sh - k);
1760 cu_info, gfx_info, c
1601 fill_in_l2_l3_pcache(struct kfd_cache_properties **props_ext, struct kfd_gpu_cache_info *pcache_info, struct amdgpu_cu_info *cu_info, struct amdgpu_gfx_config *gfx_info, int cache_type, unsigned int cu_processor_id, struct kfd_node *knode) argument
1942 struct amdgpu_gfx_config *gfx_info = &gpu->adev->gfx.config; local
[all...]
H A Dkfd_crat.c2195 struct amdgpu_gfx_config *gfx_info = &kdev->adev->gfx.config; local
2250 cu->array_count = gfx_info->max_sh_per_se *
2251 gfx_info->max_shader_engines;
2252 total_num_of_cu = (cu->array_count * gfx_info->max_cu_per_sh);
2254 cu->num_cu_per_array = gfx_info->max_cu_per_sh;
2256 cu->num_banks = gfx_info->max_shader_engines;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c649 union gfx_info { union
734 * from vbios gfx_info table */
737 gfx_info);
740 union gfx_info *gfx_info = (union gfx_info *) local
744 spll->reference_freq = le32_to_cpu(gfx_info->v30.golden_tsc_count_lower_refclk);
749 spll->reference_freq = le32_to_cpu(gfx_info->v22.rlc_gpu_timer_refclk);
768 gfx_info);
771 union gfx_info *gfx_inf local
[all...]
H A Damdgpu_atombios.c708 union gfx_info { union
722 union gfx_info *gfx_info = (union gfx_info *) local
725 adev->gfx.config.max_shader_engines = gfx_info->info.max_shader_engines;
726 adev->gfx.config.max_tile_pipes = gfx_info->info.max_tile_pipes;
727 adev->gfx.config.max_cu_per_sh = gfx_info->info.max_cu_per_sh;
728 adev->gfx.config.max_sh_per_se = gfx_info->info.max_sh_per_se;
729 adev->gfx.config.max_backends_per_se = gfx_info->info.max_backends_per_se;
731 gfx_info
[all...]
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c299 static struct gfx_sysfs_info gfx_info[GFX_MAX]; variable in typeref:struct:gfx_sysfs_info
3638 p->gfx_rc6_ms = gfx_info[GFX_rc6].val_ull;
3641 p->gfx_mhz = gfx_info[GFX_MHz].val;
3644 p->gfx_act_mhz = gfx_info[GFX_ACTMHz].val;
3647 p->sam_mc6_ms = gfx_info[SAM_mc6].val_ull;
3650 p->sam_mhz = gfx_info[SAM_MHz].val;
3653 p->sam_act_mhz = gfx_info[SAM_ACTMHz].val;
4705 fp = fopen_or_die(gfx_info[idx].path, "r");
4706 retval = fscanf(fp, "%lld", &gfx_info[idx].val_ull);
4715 if (gfx_info[id
[all...]
/linux-master/arch/mips/include/asm/sn/
H A Dklconfig.h735 klinfo_t gfx_info; member in struct:klgfx_s
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h404 uint16_t gfx_info; member in struct:atom_master_list_of_data_tables_v2_1
1736 Data Table gfx_info structure

Completed in 252 milliseconds