Series is: Reviewed-by: Alex Deucher <[email protected]> I'll pull them in today.
Thanks! On Mon, Jan 19, 2026 at 3:36 PM Timur Kristóf <[email protected]> wrote: > > Previously only Van Gogh supported this, but that is not true > anymore since: > commit f9005c8896f8 ("drm/amd/pm: Expose ppt1 limit for gc_v9_5_0") > > Update the comment to reflect that. > > Signed-off-by: Timur Kristóf <[email protected]> > --- > drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c > b/drivers/gpu/drm/amd/pm/amdgpu_pm.c > index 4c152df3fdfa..1ea0f073706d 100644 > --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c > +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c > @@ -3879,7 +3879,7 @@ static umode_t hwmon_attributes_visible(struct kobject > *kobj, > attr == &sensor_dev_attr_temp3_emergency.dev_attr.attr)) > return 0; > > - /* only Vangogh has fast PPT limit and power labels */ > + /* only a few GPUs have fast PPT limit and power labels */ > if ((attr == &sensor_dev_attr_power2_cap_max.dev_attr.attr || > attr == &sensor_dev_attr_power2_cap_min.dev_attr.attr || > attr == &sensor_dev_attr_power2_cap.dev_attr.attr || > -- > 2.52.0 >
