Commit 0d6fbccb authored by Alex Deucher's avatar Alex Deucher Committed by Alex Deucher
Browse files

drm/amdgpu: add DCE8 APUs to dc_supported check

parent cd4b356f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1980,6 +1980,9 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
#if defined(CONFIG_DRM_AMD_DC)
	case CHIP_BONAIRE:
	case CHIP_HAWAII:
	case CHIP_KAVERI:
	case CHIP_KABINI:
	case CHIP_MULLINS:
	case CHIP_CARRIZO:
	case CHIP_STONEY:
	case CHIP_POLARIS11: