From: Christian König Date: Thu, 14 Jul 2016 12:34:17 +0000 (+0200) Subject: drm/amdgpu: increment driver minor X-Git-Tag: v4.8-rc1~62^2~2^2~29 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d347ce66771582bac8d98e268e1db4a1d7e94e1b;p=karo-tx-linux.git drm/amdgpu: increment driver minor We need to check on Polaris if UVD session context is allowed or not. Signed-off-by: Christian König Reviewed-by: Alex Deucher 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 015f1f4aae53..9aa533cf4ad1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -52,9 +52,10 @@ * - 3.1.0 - allow reading more status registers (GRBM, SRBM, SDMA, CP) * - 3.2.0 - GFX8: Uses EOP_TC_WB_ACTION_EN, so UMDs don't have to do the same * at the end of IBs. + * - 3.3.0 - Add VM support for UVD on supported hardware. */ #define KMS_DRIVER_MAJOR 3 -#define KMS_DRIVER_MINOR 2 +#define KMS_DRIVER_MINOR 3 #define KMS_DRIVER_PATCHLEVEL 0 int amdgpu_vram_limit = 0;