From: Christian König Date: Tue, 29 Aug 2017 14:14:32 +0000 (+0200) Subject: drm/amdgpu: bump version for support of local BOs X-Git-Tag: v4.15-rc1~56^2~28^2~177 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fd8bf087dffc0bce047c5aea2afcb8f821e48db1;p=linux.git drm/amdgpu: bump version for support of local BOs Signed-off-by: Christian König Reviewed-by: Felix Kuehling 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 0f16986ec5bc..792b11795a81 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -69,9 +69,10 @@ * - 3.17.0 - Add AMDGPU_NUM_VRAM_CPU_PAGE_FAULTS. * - 3.18.0 - Export gpu always on cu bitmap * - 3.19.0 - Add support for UVD MJPEG decode + * - 3.20.0 - Add support for local BOs */ #define KMS_DRIVER_MAJOR 3 -#define KMS_DRIVER_MINOR 19 +#define KMS_DRIVER_MINOR 20 #define KMS_DRIVER_PATCHLEVEL 0 int amdgpu_vram_limit = 0;