bdk: vic: expose idle wait

This commit is contained in:
CTCaer
2026-02-22 02:27:08 +02:00
committed by NaGa
parent 1319984285
commit 58064bda34
2 changed files with 7 additions and 6 deletions

View File

@@ -59,6 +59,7 @@ typedef struct _vic_surface_t
} vic_surface_t;
void vic_set_surface(const vic_surface_t *sfc);
int vic_wait_idle();
int vic_compose();
int vic_init();
void vic_end();