Searched refs:img_pos (Results 1 – 2 of 2) sorted by relevance
630 struct drm_exynos_pos img_pos = *pos; in fimc_src_set_size() local646 img_pos.w = pos->h; in fimc_src_set_size()647 img_pos.h = pos->w; in fimc_src_set_size()656 cfg |= (EXYNOS_CIREAL_ISIZE_WIDTH(img_pos.w) | in fimc_src_set_size()657 EXYNOS_CIREAL_ISIZE_HEIGHT(img_pos.h)); in fimc_src_set_size()670 cfg = (EXYNOS_CIIYOFF_HORIZONTAL(img_pos.x) | in fimc_src_set_size()671 EXYNOS_CIIYOFF_VERTICAL(img_pos.y)); in fimc_src_set_size()673 cfg = (EXYNOS_CIICBOFF_HORIZONTAL(img_pos.x) | in fimc_src_set_size()674 EXYNOS_CIICBOFF_VERTICAL(img_pos.y)); in fimc_src_set_size()676 cfg = (EXYNOS_CIICROFF_HORIZONTAL(img_pos.x) | in fimc_src_set_size()[all …]
614 struct drm_exynos_pos img_pos = *pos; in gsc_src_set_size() local622 img_pos.w = pos->h; in gsc_src_set_size()623 img_pos.h = pos->w; in gsc_src_set_size()627 cfg = (GSC_SRCIMG_OFFSET_X(img_pos.x) | in gsc_src_set_size()628 GSC_SRCIMG_OFFSET_Y(img_pos.y)); in gsc_src_set_size()632 cfg = (GSC_CROPPED_WIDTH(img_pos.w) | in gsc_src_set_size()633 GSC_CROPPED_HEIGHT(img_pos.h)); in gsc_src_set_size()1040 struct drm_exynos_pos img_pos = *pos; in gsc_dst_set_size() local1048 img_pos.w = pos->h; in gsc_dst_set_size()1049 img_pos.h = pos->w; in gsc_dst_set_size()[all …]