mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
21 lines
451 B
Text
21 lines
451 B
Text
![]() |
menu "Display Engine Configuration"
|
||
|
depends on DRM && DRM_AMDGPU
|
||
|
|
||
|
config DRM_AMD_DC
|
||
|
bool "AMD DC - Enable new display engine"
|
||
|
default y
|
||
|
help
|
||
|
Choose this option if you want to use the new display engine
|
||
|
support for AMDGPU. This adds required support for Vega and
|
||
|
Raven ASICs.
|
||
|
|
||
|
config DEBUG_KERNEL_DC
|
||
|
bool "Enable kgdb break in DC"
|
||
|
depends on DRM_AMD_DC
|
||
|
help
|
||
|
Choose this option
|
||
|
if you want to hit
|
||
|
kdgb_break in assert.
|
||
|
|
||
|
endmenu
|