diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 06aede194bf8..529500c94675 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |||
@@ -69,9 +69,10 @@ | |||
69 | * - 3.24.0 - Add high priority compute support for gfx9 | 69 | * - 3.24.0 - Add high priority compute support for gfx9 |
70 | * - 3.25.0 - Add support for sensor query info (stable pstate sclk/mclk). | 70 | * - 3.25.0 - Add support for sensor query info (stable pstate sclk/mclk). |
71 | * - 3.26.0 - GFX9: Process AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATE. | 71 | * - 3.26.0 - GFX9: Process AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATE. |
72 | * - 3.27.0 - Add new chunk to to AMDGPU_CS to enable BO_LIST creation. | ||
72 | */ | 73 | */ |
73 | #define KMS_DRIVER_MAJOR 3 | 74 | #define KMS_DRIVER_MAJOR 3 |
74 | #define KMS_DRIVER_MINOR 26 | 75 | #define KMS_DRIVER_MINOR 27 |
75 | #define KMS_DRIVER_PATCHLEVEL 0 | 76 | #define KMS_DRIVER_PATCHLEVEL 0 |
76 | 77 | ||
77 | int amdgpu_vram_limit = 0; | 78 | int amdgpu_vram_limit = 0; |