diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 82b9f85f922b..c73a544abc91 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -107,9 +107,10 @@   * - 3.49.0 - Add gang submit into CS IOCTL   * - 3.50.0 - Update AMDGPU_INFO_DEV_INFO IOCTL for minimum engine and memory clock   *            Update AMDGPU_INFO_SENSOR IOCTL for PEAK_PSTATE engine and memory clock + *   3.51.0 - Return the PCIe gen and lanes from the INFO ioctl   */  #define KMS_DRIVER_MAJOR	3 -#define KMS_DRIVER_MINOR	50 +#define KMS_DRIVER_MINOR	51  #define KMS_DRIVER_PATCHLEVEL	0  unsigned int amdgpu_vram_limit = UINT_MAX; | 
