projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f30a39
)
drm/amdgpu: increment driver minor
author
Christian König
<
[email protected]
>
Thu, 14 Jul 2016 12:34:17 +0000
(14:34 +0200)
committer
Alex Deucher
<
[email protected]
>
Fri, 29 Jul 2016 18:36:57 +0000
(14:36 -0400)
We need to check on Polaris if UVD session context is allowed or not.
Signed-off-by: Christian König <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
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 015f1f4aae53263a66b008aeb49b43c0fdc2ce7c..9aa533cf4ad10f79535172eaa5edafb097da0154 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@
-52,9
+52,10
@@
* - 3.1.0 - allow reading more status registers (GRBM, SRBM, SDMA, CP)
* - 3.2.0 - GFX8: Uses EOP_TC_WB_ACTION_EN, so UMDs don't have to do the same
* at the end of IBs.
+ * - 3.3.0 - Add VM support for UVD on supported hardware.
*/
#define KMS_DRIVER_MAJOR 3
-#define KMS_DRIVER_MINOR
2
+#define KMS_DRIVER_MINOR
3
#define KMS_DRIVER_PATCHLEVEL 0
int amdgpu_vram_limit = 0;