Searched refs:new_rotation (Results 1 – 1 of 1) sorted by relevance
251 int new_rotation = rotation % 360; in exynos_gsc_set_rotation() local253 if (new_rotation % 90 != 0) { in exynos_gsc_set_rotation()259 if(new_rotation < 0) in exynos_gsc_set_rotation()260 new_rotation = -new_rotation; in exynos_gsc_set_rotation()262 gsc->dst_info.rotation = new_rotation; in exynos_gsc_set_rotation()