mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
lima: remove definition of lima_is_scanout
There is no implementation of this function. Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3755>
This commit is contained in:
parent
0c4a70b64d
commit
c8b53d8020
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue