On Tue, Sep 20, 2022 at 8:55 AM Christian König <ckoenig.leichtzumerken@xxxxxxxxx> wrote: > > Since that has now landed bump the minor to let userspace know about it. > > Signed-off-by: Christian König <christian.koenig@xxxxxxx> Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > 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 81b22c1bd8df..16f6a313335e 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > @@ -102,9 +102,10 @@ > * - 3.46.0 - To enable hot plug amdgpu tests in libdrm > * - 3.47.0 - Add AMDGPU_GEM_CREATE_DISCARDABLE and AMDGPU_VM_NOALLOC flags > * - 3.48.0 - Add IP discovery version info to HW INFO > + * 3.49.0 - Add gang submit into CS IOCTL > */ > #define KMS_DRIVER_MAJOR 3 > -#define KMS_DRIVER_MINOR 48 > +#define KMS_DRIVER_MINOR 49 > #define KMS_DRIVER_PATCHLEVEL 0 > > int amdgpu_vram_limit; > -- > 2.25.1 >