[PATCH] drm/amdgpu: add version bump for raster config programming
Christian König
deathsimple at vodafone.de
Tue Sep 27 07:13:38 UTC 2016
Am 26.09.2016 um 22:46 schrieb Alex Deucher:
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com>.
BTW: I've never been a fan of bumping only once per cycle. We are not
short on numbers and it really sucks to bump only once when you want to
bisect something.
Regards,
Christian.
> ---
> 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 2be20b4..28c6ea8 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -57,9 +57,10 @@
> * - 3.5.0 - Add support for new UVD_NO_OP register.
> * - 3.6.0 - kmd involves use CONTEXT_CONTROL in ring buffer.
> * - 3.7.0 - Add support for VCE clock list packet
> + * - 3.8.0 - Add support raster config init in the kernel
> */
> #define KMS_DRIVER_MAJOR 3
> -#define KMS_DRIVER_MINOR 7
> +#define KMS_DRIVER_MINOR 8
> #define KMS_DRIVER_PATCHLEVEL 0
>
> int amdgpu_vram_limit = 0;
More information about the amd-gfx
mailing list