Searched refs:deblock_msg (Results 1 – 1 of 1) sorted by relevance
652 FW_VA_DEBLOCK_MSG *deblock_msg; in psb_context_submit_hw_deblock() local657 deblock_msg = (FW_VA_DEBLOCK_MSG *)msg; in psb_context_submit_hw_deblock()659 deblock_msg->header.bits.msg_size = FW_DEVA_DEBLOCK_SIZE; in psb_context_submit_hw_deblock()661 deblock_msg->header.bits.msg_type = VA_MSGID_OOLD_MFLD; in psb_context_submit_hw_deblock()663 deblock_msg->header.bits.msg_type = VA_MSGID_DEBLOCK_MFLD; in psb_context_submit_hw_deblock()664 …deblock_msg->flags.bits.flags = FW_VA_RENDER_HOST_INT | FW_VA_RENDER_IS_LAST_SLICE | FW_DEVA_DEBLO… in psb_context_submit_hw_deblock()665 deblock_msg->flags.bits.slice_type = field_type; in psb_context_submit_hw_deblock()666 deblock_msg->operating_mode = obj_context->operating_mode; in psb_context_submit_hw_deblock()667 deblock_msg->mmu_context.bits.context = (uint8_t)(obj_context->msvdx_context); in psb_context_submit_hw_deblock()668 deblock_msg->pic_size.bits.frame_height_mb = (uint16_t)frame_height_mb; in psb_context_submit_hw_deblock()[all …]