drm/amdgpu: bump minor version number for DEV_INFO and SENSOR IOCTLs update
authorEvan Quan <evan.quan@amd.com>
Fri, 9 Dec 2022 02:58:14 +0000 (10:58 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Dec 2022 17:19:07 +0000 (12:19 -0500)
commitcf5cf3498356810fa211d3598ecb1a884b9db095
treed778a78d6d00556737a3d3fec7a8e5a0e69a683c
parent88347fa18bead86949c45229faaa2c66177c62fb
drm/amdgpu: bump minor version number for DEV_INFO and SENSOR IOCTLs update

Update AMDGPU_INFO_DEV_INFO IOCTL for minimum engine and memory clock.
And update AMDGPU_INFO_SENSOR IOCTL for PEAK_PSTATE engine and memory clock.
User applications can better utilize these IOCTLs to get needed informations.

Increase the minor version number to indicate that the new flags are
available.

Proposed mesa patch:
https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/278

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c