Skip to content

Commit cf81870

Browse files
Timur Kristófalexdeucher
authored andcommitted
drm/amd/pm: Correct comment above power2_cap attributes
Previously only Van Gogh supported this, but that is not true anymore since: commit 12c958d ("drm/amd/pm: Expose ppt1 limit for gc_v9_5_0") Update the comment to reflect that. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent e53dcef commit cf81870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/pm/amdgpu_pm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3878,7 +3878,7 @@ static umode_t hwmon_attributes_visible(struct kobject *kobj,
38783878
attr == &sensor_dev_attr_temp3_emergency.dev_attr.attr))
38793879
return 0;
38803880

3881-
/* only Vangogh has fast PPT limit and power labels */
3881+
/* only a few GPUs have fast PPT limit and power labels */
38823882
if ((attr == &sensor_dev_attr_power2_cap_max.dev_attr.attr ||
38833883
attr == &sensor_dev_attr_power2_cap_min.dev_attr.attr ||
38843884
attr == &sensor_dev_attr_power2_cap.dev_attr.attr ||

0 commit comments

Comments
 (0)