Home
last modified time | relevance | path

Searched refs:gfx_info (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.c105 struct amdgpu_gfx_config *gfx_info = &mm->dev->adev->gfx.config; in mqd_symmetrically_map_cu_mask() local
122 if (gfx_info->max_shader_engines > KFD_MAX_NUM_SE) { in mqd_symmetrically_map_cu_mask()
125 gfx_info->max_shader_engines); in mqd_symmetrically_map_cu_mask()
128 if (gfx_info->max_sh_per_se > KFD_MAX_NUM_SH_PER_SE) { in mqd_symmetrically_map_cu_mask()
131 gfx_info->max_sh_per_se * gfx_info->max_shader_engines); in mqd_symmetrically_map_cu_mask()
149 for (se = 0; se < gfx_info->max_shader_engines; se++) in mqd_symmetrically_map_cu_mask()
150 for (sh = 0; sh < gfx_info->max_sh_per_se; sh++) in mqd_symmetrically_map_cu_mask()
191 for (i = 0; i < gfx_info->max_shader_engines; i++) in mqd_symmetrically_map_cu_mask()
196 for (sh = 0; sh < gfx_info->max_sh_per_se; sh++) { in mqd_symmetrically_map_cu_mask()
197 for (se = 0; se < gfx_info->max_shader_engines; se++) { in mqd_symmetrically_map_cu_mask()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c571 static struct gfx_sysfs_info gfx_info[GFX_MAX]; variable
5365 p->gfx_rc6_ms = gfx_info[GFX_rc6].val_ull; in get_counters()
5368 p->gfx_mhz = gfx_info[GFX_MHz].val; in get_counters()
5371 p->gfx_act_mhz = gfx_info[GFX_ACTMHz].val; in get_counters()
5374 p->sam_mc6_ms = gfx_info[SAM_mc6].val_ull; in get_counters()
5377 p->sam_mhz = gfx_info[SAM_MHz].val; in get_counters()
5380 p->sam_act_mhz = gfx_info[SAM_ACTMHz].val; in get_counters()
6530 rewind(gfx_info[idx].fp); in snapshot_graphics()
6531 fflush(gfx_info[idx].fp); in snapshot_graphics()
6536 retval = fscanf(gfx_info[idx].fp, "%lld", &gfx_info[idx].val_ull); in snapshot_graphics()
[all …]
/linux/arch/mips/include/asm/sn/
H A Dklconfig.h735 klinfo_t gfx_info; member