From: Mitchell Augustin Date: Wed, 25 May 2022 19:09:14 +0000 (-0500) Subject: amdgpu: amdgpu_device.c: Removed trailing whitespace X-Git-Tag: v6.0-rc1~138^2~16^2~306 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f74e78ca90bd21b47746b90c439709007681f44c;p=thirdparty%2Fkernel%2Flinux.git amdgpu: amdgpu_device.c: Removed trailing whitespace Removed trailing whitespace from end of line in amdgpu_device.c Signed-off-by: Mitchell Augustin 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 ce2293e92db62..e9155dc1c30c9 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -3343,7 +3343,7 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type) */ bool amdgpu_device_has_dc_support(struct amdgpu_device *adev) { - if (amdgpu_sriov_vf(adev) || + if (amdgpu_sriov_vf(adev) || adev->enable_virtual_display || (adev->harvest_ip_mask & AMD_HARVEST_IP_DMU_MASK)) return false;