diff options
author | Samuel Li <Samuel.Li@amd.com> | 2018-01-19 11:22:59 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-02-19 14:18:23 -0500 |
commit | 0cd119323697b8068c2c9997901e7709c8d231aa (patch) | |
tree | 26d9a4b8411cf596e63370a8319d6e686da9dc60 /drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | |
parent | 3a05dc000ab2665837403364b11e9503d2c94c54 (diff) | |
download | blackbird-op-linux-0cd119323697b8068c2c9997901e7709c8d231aa.tar.gz blackbird-op-linux-0cd119323697b8068c2c9997901e7709c8d231aa.zip |
drm/amdgpu: rename amdgpu_crtc_page_flip_target
Add display to the name 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_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 c02308c7e3da..0988751bfc8c 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c @@ -2423,7 +2423,7 @@ static const struct drm_crtc_funcs dce_v8_0_crtc_funcs = { .gamma_set = dce_v8_0_crtc_gamma_set, .set_config = amdgpu_crtc_set_config, .destroy = dce_v8_0_crtc_destroy, - .page_flip_target = amdgpu_crtc_page_flip_target, + .page_flip_target = amdgpu_display_crtc_page_flip_target, }; static void dce_v8_0_crtc_dpms(struct drm_crtc *crtc, int mode) |