diff options
| author | Leo Li <[email protected]> | 2019-07-16 22:12:13 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-08-02 15:30:41 +0000 |
| commit | 078655d982c5fcf03a3120b52383482b3dc04ab1 (patch) | |
| tree | 091019c75e40b68085b7bdd86e3065fdb40c3850 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | drm/amd/display: Add ASICREV_IS_NAVI macros (diff) | |
| download | kernel-078655d982c5fcf03a3120b52383482b3dc04ab1.tar.gz kernel-078655d982c5fcf03a3120b52383482b3dc04ab1.zip | |
drm/amdgpu: Add nv12 DC ip block
Load DC and amdgpu display manager
Signed-off-by: Leo Li <[email protected]>
Reviewed-by: Xiaojie Yuan <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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 b3ad96add13c..f9fabbc4181f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -2545,6 +2545,7 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type) #if defined(CONFIG_DRM_AMD_DC_DCN2_0) case CHIP_NAVI10: case CHIP_NAVI14: + case CHIP_NAVI12: #endif return amdgpu_dc != 0; #endif |
