diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_v8_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c index 6fb31aa76567..1386424e6bcd 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | |||
@@ -2741,7 +2741,7 @@ static int dce_v8_0_sw_init(void *handle) | |||
2741 | } | 2741 | } |
2742 | 2742 | ||
2743 | if (amdgpu_atombios_get_connector_info_from_object_table(adev)) | 2743 | if (amdgpu_atombios_get_connector_info_from_object_table(adev)) |
2744 | amdgpu_print_display_setup(adev->ddev); | 2744 | amdgpu_display_print_display_setup(adev->ddev); |
2745 | else | 2745 | else |
2746 | return -EINVAL; | 2746 | return -EINVAL; |
2747 | 2747 | ||