mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
drm/amdgpu: Bump driver version for sensor pstate clk
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
60bbade2a6
commit
7b158d1691
1 changed files with 2 additions and 1 deletions
|
@ -74,9 +74,10 @@
|
||||||
* - 3.22.0 - Add DRM_AMDGPU_SCHED ioctl
|
* - 3.22.0 - Add DRM_AMDGPU_SCHED ioctl
|
||||||
* - 3.23.0 - Add query for VRAM lost counter
|
* - 3.23.0 - Add query for VRAM lost counter
|
||||||
* - 3.24.0 - Add high priority compute support for gfx9
|
* - 3.24.0 - Add high priority compute support for gfx9
|
||||||
|
* - 3.25.0 - Add support for sensor query info (stable pstate sclk/mclk).
|
||||||
*/
|
*/
|
||||||
#define KMS_DRIVER_MAJOR 3
|
#define KMS_DRIVER_MAJOR 3
|
||||||
#define KMS_DRIVER_MINOR 24
|
#define KMS_DRIVER_MINOR 25
|
||||||
#define KMS_DRIVER_PATCHLEVEL 0
|
#define KMS_DRIVER_PATCHLEVEL 0
|
||||||
|
|
||||||
int amdgpu_vram_limit = 0;
|
int amdgpu_vram_limit = 0;
|
||||||
|
|
Loading…
Reference in a new issue