From: Andres Rodriguez Date: Thu, 4 Jan 2018 17:48:07 +0000 (-0500) Subject: drm/amdgpu: bump version for gfx9 high priority compute X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f8e3e0ee8f2928a58b3f7512e326a70e25b82f53;p=linux.git drm/amdgpu: bump version for gfx9 high priority compute Reviewed-by: Alex Deucher Signed-off-by: Andres Rodriguez Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 50afcf65181a4..d96f9ac9e5fde 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -73,9 +73,10 @@ * - 3.21.0 - Add DRM_AMDGPU_FENCE_TO_HANDLE ioctl * - 3.22.0 - Add DRM_AMDGPU_SCHED ioctl * - 3.23.0 - Add query for VRAM lost counter + * - 3.24.0 - Add high priority compute support for gfx9 */ #define KMS_DRIVER_MAJOR 3 -#define KMS_DRIVER_MINOR 23 +#define KMS_DRIVER_MINOR 24 #define KMS_DRIVER_PATCHLEVEL 0 int amdgpu_vram_limit = 0;