summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-06 10:07:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-06 10:22:18 +0200
commit3ac911f69b9b65ad8d6bde9643826450b9eebd27 (patch)
tree66104d3185dbb8e3163ddca483159857d14bb524
parent905ddbb3b0708ec5d0277b698a357f84c840d9d9 (diff)
downloadweston-3ac911f69b9b65ad8d6bde9643826450b9eebd27.tar.gz
drm: remove duplicate function declarations
These functions are all declared twice in the same file. Remove on of the two declarations. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--libweston/backend-drm/drm-internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libweston/backend-drm/drm-internal.h b/libweston/backend-drm/drm-internal.h
index 49ce7ce0..03c6f40b 100644
--- a/libweston/backend-drm/drm-internal.h
+++ b/libweston/backend-drm/drm-internal.h
@@ -668,16 +668,6 @@ drm_output_update_complete(struct drm_output *output, uint32_t flags,
int
on_drm_input(int fd, uint32_t mask, void *data);
-struct drm_plane_state *
-drm_output_state_get_existing_plane(struct drm_output_state *state_output,
- struct drm_plane *plane);
-void
-drm_plane_state_free(struct drm_plane_state *state, bool force);
-void
-drm_output_state_free(struct drm_output_state *state);
-void
-drm_pending_state_free(struct drm_pending_state *pending_state);
-
struct drm_fb *
drm_fb_ref(struct drm_fb *fb);
void