]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/pm: Return -EOPNOTSUPP when can't read power limit
authorTimur Kristóf <timur.kristof@gmail.com>
Mon, 19 Jan 2026 20:36:25 +0000 (21:36 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Jan 2026 19:22:11 +0000 (14:22 -0500)
commite53dcefe30df4f317161f36e8bc11926e7dd7a2e
treefc5f4ad9b5ff96a58a508f6294cc892e33d21aca
parent966d70f1e160bdfdecaf7ff2b3f22ad088516e9f
drm/amd/pm: Return -EOPNOTSUPP when can't read power limit

So that hwmon_attributes_visible() will see that the power2_cap
attributes should not be visible on GPUs that don't support
the get_power_limit() function.

This fixes an error when running the "sensors" command on SI.

Fixes: 12c958d1db36 ("drm/amd/pm: Expose ppt1 limit for gc_v9_5_0")
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>
drivers/gpu/drm/amd/pm/amdgpu_dpm.c