Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Evan Quan and committed by
Alex Deucher
cf5cf349 88347fa1

+4 -2
+4 -2
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
··· 105 105 * - 3.46.0 - To enable hot plug amdgpu tests in libdrm 106 106 * - 3.47.0 - Add AMDGPU_GEM_CREATE_DISCARDABLE and AMDGPU_VM_NOALLOC flags 107 107 * - 3.48.0 - Add IP discovery version info to HW INFO 108 - * 3.49.0 - Add gang submit into CS IOCTL 108 + * - 3.49.0 - Add gang submit into CS IOCTL 109 + * - 3.50.0 - Update AMDGPU_INFO_DEV_INFO IOCTL for minimum engine and memory clock 110 + * Update AMDGPU_INFO_SENSOR IOCTL for PEAK_PSTATE engine and memory clock 109 111 */ 110 112 #define KMS_DRIVER_MAJOR 3 111 - #define KMS_DRIVER_MINOR 49 113 + #define KMS_DRIVER_MINOR 50 112 114 #define KMS_DRIVER_PATCHLEVEL 0 113 115 114 116 int amdgpu_vram_limit;