aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-10-12 16:26:34 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-10-19 15:27:09 -0400
commitc057c11403e461185a24d7f5dc2fbd059bbd1502 (patch)
treebb5a7c7a25a3bd7b10af08edbe5c7a74d40d240c /drivers/gpu/drm/amd/amdgpu
parentc5795c555bbaca51192ffc6164bb85845ecdf717 (diff)
drm/amdgpu: bump version for vram lost counter query (v2)
v2: vram -> VRAM in comment Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c3
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 b9a32585f58d..dd2f060d62a8 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -72,9 +72,10 @@
72 * - 3.20.0 - Add support for local BOs 72 * - 3.20.0 - Add support for local BOs
73 * - 3.21.0 - Add DRM_AMDGPU_FENCE_TO_HANDLE ioctl 73 * - 3.21.0 - Add DRM_AMDGPU_FENCE_TO_HANDLE ioctl
74 * - 3.22.0 - Add DRM_AMDGPU_SCHED ioctl 74 * - 3.22.0 - Add DRM_AMDGPU_SCHED ioctl
75 * - 3.23.0 - Add query for VRAM lost counter
75 */ 76 */
76#define KMS_DRIVER_MAJOR 3 77#define KMS_DRIVER_MAJOR 3
77#define KMS_DRIVER_MINOR 22 78#define KMS_DRIVER_MINOR 23
78#define KMS_DRIVER_PATCHLEVEL 0 79#define KMS_DRIVER_PATCHLEVEL 0
79 80
80int amdgpu_vram_limit = 0; 81int amdgpu_vram_limit = 0;