[PATCH] drm/amdgpu: bump the DRM version for new allowed mem-mapped registers
Michel Dänzer
michel at daenzer.net
Tue Aug 18 20:59:51 PDT 2015
On 19.08.2015 06:58, Marek Olšák wrote:
> From: Marek Olšák <marek.olsak at amd.com>
>
> Signed-off-by: Marek Olšák <marek.olsak at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> index e6fa278..0fcc0bd 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -49,9 +49,10 @@
> /*
> * KMS wrapper.
> * - 3.0.0 - initial driver
> + * - 3.1.0 - allow reading more status registers (GRBM, SRBM, SDMA, CP)
> */
> #define KMS_DRIVER_MAJOR 3
> -#define KMS_DRIVER_MINOR 0
> +#define KMS_DRIVER_MINOR 1
> #define KMS_DRIVER_PATCHLEVEL 0
>
> int amdgpu_vram_limit = 0;
>
Reviewed-by: Michel Dänzer <michel.daenzer at amd.com>
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Mesa and X developer
More information about the dri-devel
mailing list