From: Timur Kristóf Date: Fri, 26 Sep 2025 18:02:03 +0000 (+0200) Subject: drm/amdgpu: Use DC by default for Bonaire X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f44aad39b662eb9058dc5123168d2502d31d0ab3;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: Use DC by default for Bonaire Now that DC supports analog connectors, there is nothing stopping us from using it by default on Bonaire. Signed-off-by: Timur Kristóf Reviewed-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index b8d91247f51a3..b92234d635629 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -4215,7 +4215,6 @@ bool amdgpu_device_asic_has_dc_support(struct pci_dev *pdev, #else return false; #endif - case CHIP_BONAIRE: case CHIP_KAVERI: case CHIP_KABINI: case CHIP_MULLINS: