projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaba644
)
drm/amdgpu: bump the DRM version for new allowed mem-mapped registers
author
Marek Olšák
<marek.olsak@amd.com>
Tue, 18 Aug 2015 21:58:47 +0000
(23:58 +0200)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 20 Aug 2015 20:22:51 +0000
(16:22 -0400)
Used by mesa, etc. for profiling.
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index e6fa278052077e2ad86994826069920eb22f85b9..0fcc0bd1622cf3e60ce47c8dfcd83db633dc4214 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@
-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;