Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_client_modeset.c954 unsigned int sum_rot, sum_rest; in drm_client_rotation() local
962 sum_rest = panel_rest ^ cmdline_rest; in drm_client_rotation()
964 *rotation = (1 << sum_rot) | sum_rest; in drm_client_rotation()