diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-07-25 10:01:22 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-08-08 14:49:29 +0200 |
commit | 16fece0153d5b6573c3fcb8cfbe483f83ca8eb01 (patch) | |
tree | db0badef9f2ccfd1e3e2d0cdcf97314864c7ede5 /include/drm | |
parent | 7d902c05b480cc44033dcb56e12e51b082656b42 (diff) | |
download | linux-stable-16fece0153d5b6573c3fcb8cfbe483f83ca8eb01.tar.gz linux-stable-16fece0153d5b6573c3fcb8cfbe483f83ca8eb01.tar.bz2 linux-stable-16fece0153d5b6573c3fcb8cfbe483f83ca8eb01.zip |
drm: Nuke drm_atomic_legacy_backoff
Finally all users are gone!
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20170725080122.20548-9-daniel.vetter@ffwll.ch
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_atomic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h index 711617fdf032..8a5808eb5628 100644 --- a/include/drm/drm_atomic.h +++ b/include/drm/drm_atomic.h @@ -545,8 +545,6 @@ int __must_check drm_atomic_add_affected_planes(struct drm_atomic_state *state, struct drm_crtc *crtc); -void drm_atomic_legacy_backoff(struct drm_atomic_state *state); - void drm_atomic_clean_old_fb(struct drm_device *dev, unsigned plane_mask, int ret); |