diff options
author | Samuel Li <Samuel.Li@amd.com> | 2018-01-19 15:28:27 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-02-19 14:18:27 -0500 |
commit | 166140fb24638da93013aa909c0268d2a7b9e759 (patch) | |
tree | 3e1038c40c8033aef692ab1da301fc5a798ac2bf /drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | |
parent | 3dc9b1ce8030d45c6d97b87cf2cf3196c8501556 (diff) |
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/dce_v11_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c index 1ae67650b285..dbf9d75d0491 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | |||
@@ -1229,7 +1229,7 @@ static void dce_v11_0_bandwidth_update(struct amdgpu_device *adev) | |||
1229 | u32 num_heads = 0, lb_size; | 1229 | u32 num_heads = 0, lb_size; |
1230 | int i; | 1230 | int i; |
1231 | 1231 | ||
1232 | amdgpu_update_display_priority(adev); | 1232 | amdgpu_display_update_priority(adev); |
1233 | 1233 | ||
1234 | for (i = 0; i < adev->mode_info.num_crtc; i++) { | 1234 | for (i = 0; i < adev->mode_info.num_crtc; i++) { |
1235 | if (adev->mode_info.crtcs[i]->base.enabled) | 1235 | if (adev->mode_info.crtcs[i]->base.enabled) |