Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: add DCE8 APUs to dc_supported check

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Alex Deucher and committed by
Alex Deucher
0d6fbccb cd4b356f

+3
+3
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
··· 1980 1980 #if defined(CONFIG_DRM_AMD_DC) 1981 1981 case CHIP_BONAIRE: 1982 1982 case CHIP_HAWAII: 1983 + case CHIP_KAVERI: 1984 + case CHIP_KABINI: 1985 + case CHIP_MULLINS: 1983 1986 case CHIP_CARRIZO: 1984 1987 case CHIP_STONEY: 1985 1988 case CHIP_POLARIS11: