D | vbva_base.c | 108 struct gen_pool *ctx, s32 screen, bool enable) in vbva_inform_host() argument 120 if (screen >= 0) { in vbva_inform_host() 122 p->screen_id = screen; in vbva_inform_host() 138 struct vbva_buffer *vbva, s32 screen) in vbva_enable() argument 147 ret = vbva_inform_host(vbva_ctx, ctx, screen, true); in vbva_enable() 149 vbva_disable(vbva_ctx, ctx, screen); in vbva_enable() 155 s32 screen) in vbva_disable() argument 161 vbva_inform_host(vbva_ctx, ctx, screen, false); in vbva_disable()
|