summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
diff options
context:
space:
mode:
authorSamuel Li <Samuel.Li@amd.com>2018-01-19 15:28:27 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:18:27 -0500
commit166140fb24638da93013aa909c0268d2a7b9e759 (patch)
tree3e1038c40c8033aef692ab1da301fc5a798ac2bf /drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
parent3dc9b1ce8030d45c6d97b87cf2cf3196c8501556 (diff)
downloadlinux-0-day-166140fb24638da93013aa909c0268d2a7b9e759.tar.gz
linux-0-day-166140fb24638da93013aa909c0268d2a7b9e759.tar.xz
drm/amdgpu: rename amdgpu_update_display_priority
Rename as amdgpu_display_update_priority for consistency. Signed-off-by: Samuel Li <Samuel.Li@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
index a0a7b94a64960..3470e9cf673be 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
@@ -646,7 +646,7 @@ int amdgpu_display_modeset_create_props(struct amdgpu_device *adev)
return 0;
}
-void amdgpu_update_display_priority(struct amdgpu_device *adev)
+void amdgpu_display_update_priority(struct amdgpu_device *adev)
{
/* adjustment options for the display watermarks */
if ((amdgpu_disp_priority == 0) || (amdgpu_disp_priority > 2))