aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_v6_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_v6_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
index 9d4eeebcb5ab..91b91a6e320e 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
@@ -2711,7 +2711,7 @@ static int dce_v6_0_sw_init(void *handle)
2711 2711
2712 ret = amdgpu_atombios_get_connector_info_from_object_table(adev); 2712 ret = amdgpu_atombios_get_connector_info_from_object_table(adev);
2713 if (ret) 2713 if (ret)
2714 amdgpu_print_display_setup(adev->ddev); 2714 amdgpu_display_print_display_setup(adev->ddev);
2715 else 2715 else
2716 return -EINVAL; 2716 return -EINVAL;
2717 2717