Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/
Ddrm_client.h166 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
/linux-6.1.9/drivers/gpu/drm/
Ddrm_client_modeset.c905 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation() function
977 EXPORT_SYMBOL(drm_client_rotation);
1022 if (drm_client_rotation(mode_set, &rotation)) { in drm_client_modeset_commit_atomic()
Ddrm_fb_helper.c1873 if (drm_client_rotation(modeset, &rotation)) in drm_setup_crtcs_fb()