Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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_PRE_VEGA
  11. bool "DC support for Polaris and older ASICs"
  12. default n
  13. help
  14. Choose this option to enable the new DC support for older asics
  15. by default. This includes Polaris, Carrizo, Tonga, Bonaire,
  16. and Hawaii.
  17. config DRM_AMD_DC_FBC
  18. bool "AMD FBC - Enable Frame Buffer Compression"
  19. depends on DRM_AMD_DC
  20. help
  21. Choose this option if you want to use frame buffer compression
  22. support.
  23. This is a power optimisation feature, check its availability
  24. on your hardware before enabling this option.
  25. config DRM_AMD_DC_DCN1_0
  26. bool "DCN 1.0 Raven family"
  27. depends on DRM_AMD_DC && X86
  28. help
  29. Choose this option if you want to have
  30. RV family for display engine
  31. config DEBUG_KERNEL_DC
  32. bool "Enable kgdb break in DC"
  33. depends on DRM_AMD_DC
  34. help
  35. Choose this option
  36. if you want to hit
  37. kdgb_break in assert.
  38. endmenu