forked from Minki/linux
drm/amdgpu: hide another #warning
An earlier patch of mine disabled some #warning statements that get in the way of build testing, but then another instance was added around the same time. Remove that as well. Fixes:b5203d16ae
("drm/amd/amdgpu: hide #warning for missing DC config") Fixes:e1c14c4339
("drm/amdgpu: Enable DC on Renoir") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
ec3e5c0f0c
commit
29174a4310
@ -773,8 +773,6 @@ int soc15_set_ip_blocks(struct amdgpu_device *adev)
|
||||
#if defined(CONFIG_DRM_AMD_DC)
|
||||
else if (amdgpu_device_has_dc_support(adev))
|
||||
amdgpu_device_ip_block_add(adev, &dm_ip_block);
|
||||
#else
|
||||
# warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15."
|
||||
#endif
|
||||
amdgpu_device_ip_block_add(adev, &vcn_v2_0_ip_block);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user