Commit b285f1db authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: bump version for new AMDGPU_SCHED ioctl

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8bc4c256
...@@ -71,9 +71,10 @@ ...@@ -71,9 +71,10 @@
* - 3.19.0 - Add support for UVD MJPEG decode * - 3.19.0 - Add support for UVD MJPEG decode
* - 3.20.0 - Add support for local BOs * - 3.20.0 - Add support for local BOs
* - 3.21.0 - Add DRM_AMDGPU_FENCE_TO_HANDLE ioctl * - 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_MAJOR 3
#define KMS_DRIVER_MINOR 21 #define KMS_DRIVER_MINOR 22
#define KMS_DRIVER_PATCHLEVEL 0 #define KMS_DRIVER_PATCHLEVEL 0
int amdgpu_vram_limit = 0; int amdgpu_vram_limit = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment