Searched refs:gfx_info (Results 1 – 3 of 3) sorted by relevance
105 struct amdgpu_gfx_config *gfx_info = &mm->dev->adev->gfx.config; in mqd_symmetrically_map_cu_mask() local122 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()
571 static struct gfx_sysfs_info gfx_info[GFX_MAX]; variable5365 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 …]
735 klinfo_t gfx_info; member