diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2016-11-04 08:20:36 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-11-07 05:05:01 +0100 |
commit | e1ef6b42d9014079e5ab71acd8669d39808c3c73 (patch) | |
tree | 654642467925a33cfe0be71f420e2fb68a05e565 /drivers/gpu/drm/nouveau/nv50_display.h | |
parent | drm/nouveau/kms/nv50: remove code to support non-atomic connector properties (diff) | |
download | linux-e1ef6b42d9014079e5ab71acd8669d39808c3c73.tar.xz linux-e1ef6b42d9014079e5ab71acd8669d39808c3c73.zip |
drm/nouveau/kms/nv50: remove code to support non-atomic page flips
Made completely unreachable (and broken) by atomic commits.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_display.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv50_display.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_display.h b/drivers/gpu/drm/nouveau/nv50_display.h index 70da347aa8c5..918187cee84b 100644 --- a/drivers/gpu/drm/nouveau/nv50_display.h +++ b/drivers/gpu/drm/nouveau/nv50_display.h @@ -35,11 +35,4 @@ int nv50_display_create(struct drm_device *); void nv50_display_destroy(struct drm_device *); int nv50_display_init(struct drm_device *); void nv50_display_fini(struct drm_device *); - -void nv50_display_flip_stop(struct drm_crtc *); -int nv50_display_flip_next(struct drm_crtc *, struct drm_framebuffer *, - struct nouveau_channel *, u32 swap_interval); - -struct nouveau_bo *nv50_display_crtc_sema(struct drm_device *, int head); - #endif /* __NV50_DISPLAY_H__ */ |