Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

drm/amdgpu: bump the DRM version for new allowed mem-mapped registers



Used by mesa, etc. for profiling.

Reviewed-by: default avatarMichel Dänzer <michel.daenzer@amd.com>
Signed-off-by: default avatarMarek Olšák <marek.olsak@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent aaba6448
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;