Lines Matching refs:top

307 	struct sti_hqvdp_top top;  member
592 btm_cmd->top.config = TOP_CONFIG_INTER_BTM; in sti_hqvdp_vtg_cb()
593 btm_cmd->top.current_luma += in sti_hqvdp_vtg_cb()
594 btm_cmd->top.luma_src_pitch / 2; in sti_hqvdp_vtg_cb()
595 btm_cmd->top.current_chroma += in sti_hqvdp_vtg_cb()
596 btm_cmd->top.chroma_src_pitch / 2; in sti_hqvdp_vtg_cb()
826 cmd->top.config = TOP_CONFIG_PROGRESSIVE; in sti_hqvdp_atomic_update()
827 cmd->top.mem_format = TOP_MEM_FORMAT_DFLT; in sti_hqvdp_atomic_update()
849 cmd->top.current_luma = (u32)cma_obj->paddr + fb->offsets[0]; in sti_hqvdp_atomic_update()
850 cmd->top.current_chroma = (u32)cma_obj->paddr + fb->offsets[1]; in sti_hqvdp_atomic_update()
853 cmd->top.luma_processed_pitch = fb->pitches[0]; in sti_hqvdp_atomic_update()
854 cmd->top.luma_src_pitch = fb->pitches[0]; in sti_hqvdp_atomic_update()
855 cmd->top.chroma_processed_pitch = fb->pitches[1]; in sti_hqvdp_atomic_update()
856 cmd->top.chroma_src_pitch = fb->pitches[1]; in sti_hqvdp_atomic_update()
873 cmd->top.input_viewport_size = src_h << 16 | src_w; in sti_hqvdp_atomic_update()
874 cmd->top.input_frame_size = src_h << 16 | src_w; in sti_hqvdp_atomic_update()
876 cmd->top.input_viewport_ori = src_y << 16 | src_x; in sti_hqvdp_atomic_update()
881 cmd->top.config = TOP_CONFIG_INTER_TOP; in sti_hqvdp_atomic_update()
884 cmd->top.input_frame_size = (src_h / 2) << 16 | src_w; in sti_hqvdp_atomic_update()
885 cmd->top.luma_processed_pitch *= 2; in sti_hqvdp_atomic_update()
886 cmd->top.luma_src_pitch *= 2; in sti_hqvdp_atomic_update()
887 cmd->top.chroma_processed_pitch *= 2; in sti_hqvdp_atomic_update()
888 cmd->top.chroma_src_pitch *= 2; in sti_hqvdp_atomic_update()