diff options
author | 2021-05-19 12:57:17 -0400 | |
---|---|---|
committer | 2021-06-04 16:39:19 -0400 | |
commit | c8b73f7fdbb117bc839559a8e8f495b700f043af (patch) | |
tree | 6389373ec44b04fbfd7167bd1c6f1a41123a2b48 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | drm/amd/display: Add DC DCN3.1 support to Kconfig (diff) | |
download | linux-dev-c8b73f7fdbb117bc839559a8e8f495b700f043af.tar.xz linux-dev-c8b73f7fdbb117bc839559a8e8f495b700f043af.zip |
drm/amdgpu: Add DC support and display block for Yellow Carp
To enable output on real display instead of virtual.
Acked-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index c3bdfed7023c..861dd5f79d7f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -3154,6 +3154,7 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type) case CHIP_DIMGREY_CAVEFISH: case CHIP_BEIGE_GOBY: case CHIP_VANGOGH: + case CHIP_YELLOW_CARP: #endif return amdgpu_dc != 0; #endif |