Commit 635e2c5f authored by Marek Olšák's avatar Marek Olšák Committed by Alex Deucher
Browse files

drm/amdgpu: bump the DRM version for GDS ENOMEM fixes



So userspace knows when this fix is available.

Signed-off-by: default avatarMarek Olšák <marek.olsak@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0079f82e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -76,9 +76,10 @@
 * - 3.30.0 - Add AMDGPU_SCHED_OP_CONTEXT_PRIORITY_OVERRIDE.
 * - 3.31.0 - Add support for per-flip tiling attribute changes with DC
 * - 3.32.0 - Add syncobj timeline support to AMDGPU_CS.
 * - 3.33.0 - Fixes for GDS ENOMEM failures in AMDGPU_CS.
 */
#define KMS_DRIVER_MAJOR	3
#define KMS_DRIVER_MINOR	32
#define KMS_DRIVER_MINOR	33
#define KMS_DRIVER_PATCHLEVEL	0

#define AMDGPU_MAX_TIMEOUT_PARAM_LENTH	256