Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/
Ddrm_client_modeset.c946 unsigned int sum_rot, sum_rest; in drm_client_rotation() local
950 sum_rot = (panel_rot + cmdline_rot) % 4; in drm_client_rotation()
956 *rotation = (1 << sum_rot) | sum_rest; in drm_client_rotation()