btm_cmd           799 drivers/gpu/drm/sti/sti_hqvdp.c 	struct sti_hqvdp_cmd *btm_cmd, *top_cmd;
btm_cmd           823 drivers/gpu/drm/sti/sti_hqvdp.c 		btm_cmd = hqvdp->hqvdp_cmd + btm_cmd_offset;
btm_cmd           826 drivers/gpu/drm/sti/sti_hqvdp.c 		memcpy(btm_cmd, top_cmd, sizeof(*btm_cmd));
btm_cmd           828 drivers/gpu/drm/sti/sti_hqvdp.c 		btm_cmd->top.config = TOP_CONFIG_INTER_BTM;
btm_cmd           829 drivers/gpu/drm/sti/sti_hqvdp.c 		btm_cmd->top.current_luma +=
btm_cmd           830 drivers/gpu/drm/sti/sti_hqvdp.c 				btm_cmd->top.luma_src_pitch / 2;
btm_cmd           831 drivers/gpu/drm/sti/sti_hqvdp.c 		btm_cmd->top.current_chroma +=
btm_cmd           832 drivers/gpu/drm/sti/sti_hqvdp.c 				btm_cmd->top.chroma_src_pitch / 2;