|
@@ -666,11 +666,11 @@ void amdgpu_print_display_setup(struct drm_device *dev);
|
|
|
int amdgpu_modeset_create_props(struct amdgpu_device *adev);
|
|
|
int amdgpu_crtc_set_config(struct drm_mode_set *set,
|
|
|
struct drm_modeset_acquire_ctx *ctx);
|
|
|
-int amdgpu_crtc_page_flip_target(struct drm_crtc *crtc,
|
|
|
- struct drm_framebuffer *fb,
|
|
|
- struct drm_pending_vblank_event *event,
|
|
|
- uint32_t page_flip_flags, uint32_t target,
|
|
|
- struct drm_modeset_acquire_ctx *ctx);
|
|
|
+int amdgpu_display_crtc_page_flip_target(struct drm_crtc *crtc,
|
|
|
+ struct drm_framebuffer *fb,
|
|
|
+ struct drm_pending_vblank_event *event,
|
|
|
+ uint32_t page_flip_flags, uint32_t target,
|
|
|
+ struct drm_modeset_acquire_ctx *ctx);
|
|
|
extern const struct drm_mode_config_funcs amdgpu_mode_funcs;
|
|
|
|
|
|
#endif
|