]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Use DC by default on CIK APUs
authorTimur Kristóf <timur.kristof@gmail.com>
Mon, 26 Jan 2026 21:08:37 +0000 (22:08 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:28:32 +0000 (14:28 -0500)
commitc81f35cdbab210cb8581a0502ba7355d14570abc
tree10a56ae2d889b51917efc27a0edf683c01d55b5c
parent213f95dca44e196269958a2580eda5e597d66437
drm/amdgpu: Use DC by default on CIK APUs

Now that DC supports external DP bridge encoders,
it has reached feature parity with the legacy non-DC display
driver on CIK APUs: Kaveri, Kabini, Mullins.

Use the DC display driver by default on SI APUs, unless it is
explicitly disabled using the amdgpu.dc=0 module parameter.

DC brings proper support for DP/HDMI audio, DP MST, VRR,
10-bit colors, some HDR features, atomic modesetting, etc.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c