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:
09ef237
)
drm/amdgpu/dce_virtual: remove error message for vega10
author
Xiangliang.Yu
<
[email protected]
>
Tue, 25 Jul 2017 09:34:54 +0000
(17:34 +0800)
committer
Alex Deucher
<
[email protected]
>
Tue, 15 Aug 2017 18:45:43 +0000
(14:45 -0400)
Vega10 also support virtual display, remove the error message.
Signed-off-by: Xiangliang.Yu <
[email protected]
>
Reviewed-by: Christian König <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/dce_virtual.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
index 5ed919e453511dc1b1031061a74d2e6992adaec8..b9ee9073cb0dc2df7a0f28790282aa5c68a969fa 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/dce_virtual.c
+++ b/
drivers/gpu/drm/amd/amdgpu/dce_virtual.c
@@
-479,6
+479,8
@@
static int dce_virtual_hw_init(void *handle)
#endif
/* no DCE */
break;
+ case CHIP_VEGA10:
+ break;
default:
DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type);
}