Kconfig 910 B

12345678910111213141516171819202122232425262728293031323334353637
  1. menu "Display Engine Configuration"
  2. depends on DRM && DRM_AMDGPU
  3. config DRM_AMD_DC
  4. bool "AMD DC - Enable new display engine"
  5. default y
  6. help
  7. Choose this option if you want to use the new display engine
  8. support for AMDGPU. This adds required support for Vega and
  9. Raven ASICs.
  10. config DRM_AMD_DC_FBC
  11. bool "AMD FBC - Enable Frame Buffer Compression"
  12. depends on DRM_AMD_DC
  13. help
  14. Choose this option if you want to use frame buffer compression
  15. support.
  16. This is a power optimisation feature, check its availability
  17. on your hardware before enabling this option.
  18. config DRM_AMD_DC_DCN1_0
  19. bool "DCN 1.0 Raven family"
  20. depends on DRM_AMD_DC && X86
  21. help
  22. Choose this option if you want to have
  23. RV family for display engine
  24. config DEBUG_KERNEL_DC
  25. bool "Enable kgdb break in DC"
  26. depends on DRM_AMD_DC
  27. help
  28. Choose this option
  29. if you want to hit
  30. kdgb_break in assert.
  31. endmenu