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:
ec87634
)
drm/amd/display: enable DSC support by default
author
Hawking Zhang
<Hawking.Zhang@amd.com>
Thu, 14 Mar 2019 15:46:51 +0000
(23:46 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Sat, 22 Jun 2019 14:34:08 +0000
(09:34 -0500)
Enable DSC (display stream compression) by default.
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/Kconfig
b/drivers/gpu/drm/amd/display/Kconfig
index 27afdb5db626d184c1e7a37d4afac05020bbc3e0..7073cfcf04e858c8f1ad5bde51188a8eec7abae0 100644
(file)
--- a/
drivers/gpu/drm/amd/display/Kconfig
+++ b/
drivers/gpu/drm/amd/display/Kconfig
@@
-27,7
+27,7
@@
config DRM_AMD_DC_DCN2_0
config DRM_AMD_DC_DSC_SUPPORT
bool "DSC support"
- default
n
+ default
y
depends on DRM_AMD_DC && X86
depends on DRM_AMD_DC_DCN1_0
depends on DRM_AMD_DC_DCN2_0