Searched refs:nps_desc (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gmc.c | 1245 static const char *nps_desc[] = { variable 1264 size += sysfs_emit_at(buf, size, "%s%s", sep, nps_desc[mode]); in available_memory_partition_show() 1284 if (!strncasecmp(nps_desc[i], buf, strlen(nps_desc[i]))) { in current_memory_partition_store() 1330 if ((mode >= ARRAY_SIZE(nps_desc)) || in current_memory_partition_show() 1334 return sysfs_emit(buf, "%s\n", nps_desc[mode]); in current_memory_partition_show()
|
| H A D | amdgpu_xcp.c | 737 static const char *nps_desc[] = { variable 827 size += sysfs_emit_at(buf, size, "%s%s", sep, nps_desc[mode]); in supported_nps_configs_show()
|