Home
last modified time | relevance | path

Searched refs:btm_cmd (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c801 struct sti_hqvdp_cmd *btm_cmd, *top_cmd; in sti_hqvdp_vtg_cb() local
825 btm_cmd = hqvdp->hqvdp_cmd + btm_cmd_offset; in sti_hqvdp_vtg_cb()
828 memcpy(btm_cmd, top_cmd, sizeof(*btm_cmd)); in sti_hqvdp_vtg_cb()
830 btm_cmd->top.config = TOP_CONFIG_INTER_BTM; in sti_hqvdp_vtg_cb()
831 btm_cmd->top.current_luma += in sti_hqvdp_vtg_cb()
832 btm_cmd->top.luma_src_pitch / 2; in sti_hqvdp_vtg_cb()
833 btm_cmd->top.current_chroma += in sti_hqvdp_vtg_cb()
834 btm_cmd->top.chroma_src_pitch / 2; in sti_hqvdp_vtg_cb()