aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
diff options
context:
space:
mode:
authorSamuel Li <[email protected]>2018-01-19 17:02:45 +0000
committerAlex Deucher <[email protected]>2018-02-19 19:18:24 +0000
commit50af9193b39c47686b64bb59156b8821e2c44beb (patch)
tree4069b3ebd1eeddb2a75492eb91a8f5d61dbdc14a /drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
parentdrm/amdgpu: rename amdgpu_crtc_set_config (diff)
downloadkernel-50af9193b39c47686b64bb59156b8821e2c44beb.tar.gz
kernel-50af9193b39c47686b64bb59156b8821e2c44beb.zip
drm/amdgpu: rename amdgpu_print_display_setup
Add display to the name for consistency. Signed-off-by: Samuel Li <[email protected]> Acked-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_v8_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_v8_0.c2
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)
}
if (amdgpu_atombios_get_connector_info_from_object_table(adev))
- amdgpu_print_display_setup(adev->ddev);
+ amdgpu_display_print_display_setup(adev->ddev);
else
return -EINVAL;