Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/
Ddrm_client_modeset.c947 unsigned int cmdline_rot, panel_rot; in drm_client_rotation() local
950 panel_rot = ilog2(*rotation & DRM_MODE_ROTATE_MASK); in drm_client_rotation()
952 sum_rot = (panel_rot + cmdline_rot) % 4; in drm_client_rotation()