summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-10-09 16:28:16 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-10-19 15:26:49 -0400
commitb285f1db6b3d7bf1c088c3700ffc54b8e676bcea (patch)
tree1351e132c85779581446844b3d1cc189159f289e /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
parent8bc4c256f4995d315eb9cce6e47b4885c79ff661 (diff)
downloadop-kernel-dev-b285f1db6b3d7bf1c088c3700ffc54b8e676bcea.zip
op-kernel-dev-b285f1db6b3d7bf1c088c3700ffc54b8e676bcea.tar.gz
drm/amdgpu: bump version for new AMDGPU_SCHED ioctl
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
-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 ad02d3f..b9a3258 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -71,9 +71,10 @@
* - 3.19.0 - Add support for UVD MJPEG decode
* - 3.20.0 - Add support for local BOs
* - 3.21.0 - Add DRM_AMDGPU_FENCE_TO_HANDLE ioctl
+ * - 3.22.0 - Add DRM_AMDGPU_SCHED ioctl
*/
#define KMS_DRIVER_MAJOR 3
-#define KMS_DRIVER_MINOR 21
+#define KMS_DRIVER_MINOR 22
#define KMS_DRIVER_PATCHLEVEL 0
int amdgpu_vram_limit = 0;
OpenPOWER on IntegriCloud