Skip to content

Commit 44eb8c1

Browse files
Junwei Zhangalexdeucher
authored andcommitted
drm/amdgpu: bump version for exporting gpu info for gfx9
Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 408bfe7 commit 44eb8c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@
6464
* - 3.12.0 - Add query for double offchip LDS buffers
6565
* - 3.13.0 - Add PRT support
6666
* - 3.14.0 - Fix race in amdgpu_ctx_get_fence() and note new functionality
67+
* - 3.15.0 - Export more gpu info for gfx9
6768
*/
6869
#define KMS_DRIVER_MAJOR 3
69-
#define KMS_DRIVER_MINOR 14
70+
#define KMS_DRIVER_MINOR 15
7071
#define KMS_DRIVER_PATCHLEVEL 0
7172

7273
int amdgpu_vram_limit = 0;

0 commit comments

Comments
 (0)