aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_context.h
diff options
context:
space:
mode:
authorQiang Yu <[email protected]>2020-02-06 20:20:28 +0800
committerMarge Bot <[email protected]>2020-02-17 02:54:15 +0000
commitc8b53d802086f398e50762762227b9ac4c5c6293 (patch)
treec5dce080767cd7756c446fb24094f7fd6e1577b1 /src/gallium/drivers/lima/lima_context.h
parent0c4a70b64d6f916ecdf9055b52078bf4f63e7a97 (diff)
lima: remove definition of lima_is_scanout
There is no implementation of this function. Reviewed-by: Vasily Khoruzhick <[email protected]> Signed-off-by: Qiang Yu <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3755>
Diffstat (limited to 'src/gallium/drivers/lima/lima_context.h')
-rw-r--r--src/gallium/drivers/lima/lima_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/lima/lima_context.h b/src/gallium/drivers/lima/lima_context.h
index 375437d92b0..e61605faacf 100644
--- a/src/gallium/drivers/lima/lima_context.h
+++ b/src/gallium/drivers/lima/lima_context.h
@@ -299,6 +299,5 @@ lima_context_create(struct pipe_screen *pscreen, void *priv, unsigned flags);
void lima_flush(struct lima_context *ctx);
bool lima_need_flush(struct lima_context *ctx, struct lima_bo *bo, bool write);
-bool lima_is_scanout(struct lima_context *ctx);
#endif