Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-common.c204 u32 r90, vf, hf; in ipu_degrees_to_rot_mode() local
208 vf = hf = r90 = 0; in ipu_degrees_to_rot_mode()
212 r90 = 1; in ipu_degrees_to_rot_mode()
216 r90 = 0; in ipu_degrees_to_rot_mode()
219 vf = hf = r90 = 1; in ipu_degrees_to_rot_mode()
228 *mode = (enum ipu_rotate_mode)((r90 << 2) | (hf << 1) | vf); in ipu_degrees_to_rot_mode()
236 u32 r90, vf, hf; in ipu_rot_mode_to_degrees() local
238 r90 = ((u32)mode >> 2) & 0x1; in ipu_rot_mode_to_degrees()
244 switch ((enum ipu_rotate_mode)((r90 << 2) | (hf << 1) | vf)) { in ipu_rot_mode_to_degrees()
/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline_state.c898 bool r90 = drm_rotation_90_or_270(dflow->rot); in komeda_split_data_flow() local
929 if (r90) { in komeda_split_data_flow()
997 if (r90) { in komeda_split_data_flow()