Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_client_modeset.c951 unsigned int sum_rot, sum_rest; in drm_client_rotation() local
955 sum_rot = (panel_rot + cmdline_rot) % 4; in drm_client_rotation()
961 *rotation = (1 << sum_rot) | sum_rest; in drm_client_rotation()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_client_modeset.c948 unsigned int sum_rot, sum_rest; in drm_client_rotation() local
952 sum_rot = (panel_rot + cmdline_rot) % 4; in drm_client_rotation()
958 *rotation = (1 << sum_rot) | sum_rest; in drm_client_rotation()

Completed in 4 milliseconds