Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/ipu-v3/
Dipu-common.c139 u32 r90, vf, hf; in ipu_degrees_to_rot_mode() local
143 vf = hf = r90 = 0; in ipu_degrees_to_rot_mode()
147 r90 = 1; in ipu_degrees_to_rot_mode()
151 r90 = 0; in ipu_degrees_to_rot_mode()
154 vf = hf = r90 = 1; in ipu_degrees_to_rot_mode()
163 *mode = (enum ipu_rotate_mode)((r90 << 2) | (hf << 1) | vf); in ipu_degrees_to_rot_mode()
171 u32 r90, vf, hf; in ipu_rot_mode_to_degrees() local
173 r90 = ((u32)mode >> 2) & 0x1; in ipu_rot_mode_to_degrees()
179 switch ((enum ipu_rotate_mode)((r90 << 2) | (hf << 1) | vf)) { in ipu_rot_mode_to_degrees()
/linux-6.1.9/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline_state.c950 bool r90 = drm_rotation_90_or_270(dflow->rot); in komeda_split_data_flow() local
981 if (r90) { in komeda_split_data_flow()
1049 if (r90) { in komeda_split_data_flow()