mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
linux5.5: fix navi patch not applying
This commit is contained in:
parent
49024ebc05
commit
2b2c2c8caa
1 changed files with 6 additions and 6 deletions
|
@ -224,12 +224,12 @@ index 71991a2..72e5a08 100644
|
||||||
@@ -28,7 +28,7 @@ config DRM_AMD_DC_DCN2_0
|
@@ -28,7 +28,7 @@ config DRM_AMD_DC_DCN2_0
|
||||||
|
|
||||||
config DRM_AMD_DC_DCN2_1
|
config DRM_AMD_DC_DCN2_1
|
||||||
bool "DCN 2.1 family"
|
bool "DCN 2.1 family"
|
||||||
- depends on DRM_AMD_DC && X86
|
- depends on DRM_AMD_DC && X86
|
||||||
+ depends on DRM_AMD_DC && (X86 || PPC64)
|
+ depends on DRM_AMD_DC && (X86 || PPC64)
|
||||||
depends on DRM_AMD_DC_DCN2_0
|
depends on DRM_AMD_DC_DCN2_0
|
||||||
help
|
help
|
||||||
Choose this option if you want to have
|
Choose this option if you want to have
|
||||||
@@ -37,7 +37,7 @@ config DRM_AMD_DC_DCN2_1
|
@@ -37,7 +37,7 @@ config DRM_AMD_DC_DCN2_1
|
||||||
config DRM_AMD_DC_DSC_SUPPORT
|
config DRM_AMD_DC_DSC_SUPPORT
|
||||||
bool "DSC support"
|
bool "DSC support"
|
||||||
|
|
Loading…
Add table
Reference in a new issue