Home | History | Annotate | Download | only in src

Lines Matching refs:overlayId

228 static void I830SwitchPipe(VADriverContextP ctx , int overlayId, int pipeId)
232 I830OverlayRegPtr overlay = (I830OverlayRegPtr)(pPriv->regmap[overlayId]);
236 if ((overlayId == OVERLAY_A) && pPriv->overlayA_enabled)
238 else if ((overlayId == OVERLAY_C) && pPriv->overlayC_enabled)
243 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Overlay %d switch to pipe %d\n", overlayId, pipeId);
416 unsigned int flags, int overlayId, int pipeId)
425 unsigned int offset = wsbmBOOffsetHint(pPriv->wsbo[overlayId]) & 0x0FFFFFFF;
426 I830OverlayRegPtr overlay = (I830OverlayRegPtr)(pPriv->regmap[overlayId]);
432 if ((overlayId == OVERLAY_A) && !pPriv->overlayA_enabled) {
778 switch (overlayId) {
800 regs.overlay.buffer_handle = wsbmKBufHandle(wsbmKBuf(pPriv->wsbo[overlayId]));
934 int __maybe_unused overlayId,
1026 int overlayId,
1220 drw_w, drw_h, flags, overlayId, pipeId);
1448 int overlayId,
1456 if ((overlayId == OVERLAY_A) && (pPriv->overlayA_pipeId != pipeId)) {
1460 } else if ((overlayId == OVERLAY_C) && (pPriv->overlayC_pipeId != pipeId)) {
1468 VA_FOURCC_NV12, flags, overlayId, pipeId);