Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c1252 static const char *nps_desc[] = { variable
1271 size += sysfs_emit_at(buf, size, "%s%s", sep, nps_desc[mode]); in available_memory_partition_show()
1291 if (!strncasecmp(nps_desc[i], buf, strlen(nps_desc[i]))) { in current_memory_partition_store()
1337 if ((mode >= ARRAY_SIZE(nps_desc)) || in current_memory_partition_show()
1341 return sysfs_emit(buf, "%s\n", nps_desc[mode]); in current_memory_partition_show()