Re: [2/3] drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTL

2023-10-02 Thread Alex Deucher
On Mon, Oct 2, 2023 at 3:46 PM Mario Limonciello wrote: > > On 10/2/2023 13:49, Alex Deucher wrote: > > For backwards compatibility with userspace. > > > > Fixes: 47f1724db4fe ("drm/amd: Introduce > > `AMDGPU_PP_SENSOR_GPU_INPUT_POWER`") > > Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2

Re: [2/3] drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTL

2023-10-02 Thread Mario Limonciello
On 10/2/2023 13:49, Alex Deucher wrote: For backwards compatibility with userspace. Fixes: 47f1724db4fe ("drm/amd: Introduce `AMDGPU_PP_SENSOR_GPU_INPUT_POWER`") Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2897 Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c