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/amdgpu_mode.h | |
parent | 3a05dc000ab2665837403364b11e9503d2c94c54 (diff) |
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/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index 54f06c959340..1b51612c9f1d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |||
@@ -666,11 +666,11 @@ void amdgpu_print_display_setup(struct drm_device *dev); | |||
666 | int amdgpu_modeset_create_props(struct amdgpu_device *adev); | 666 | int amdgpu_modeset_create_props(struct amdgpu_device *adev); |
667 | int amdgpu_crtc_set_config(struct drm_mode_set *set, | 667 | int amdgpu_crtc_set_config(struct drm_mode_set *set, |
668 | struct drm_modeset_acquire_ctx *ctx); | 668 | struct drm_modeset_acquire_ctx *ctx); |
669 | int amdgpu_crtc_page_flip_target(struct drm_crtc *crtc, | 669 | int amdgpu_display_crtc_page_flip_target(struct drm_crtc *crtc, |
670 | struct drm_framebuffer *fb, | 670 | struct drm_framebuffer *fb, |
671 | struct drm_pending_vblank_event *event, | 671 | struct drm_pending_vblank_event *event, |
672 | uint32_t page_flip_flags, uint32_t target, | 672 | uint32_t page_flip_flags, uint32_t target, |
673 | struct drm_modeset_acquire_ctx *ctx); | 673 | struct drm_modeset_acquire_ctx *ctx); |
674 | extern const struct drm_mode_config_funcs amdgpu_mode_funcs; | 674 | extern const struct drm_mode_config_funcs amdgpu_mode_funcs; |
675 | 675 | ||
676 | #endif | 676 | #endif |