Home
last modified time | relevance | path

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

/linux-6.6.21/include/drm/
Ddrm_client.h169 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
/linux-6.6.21/drivers/gpu/drm/
Ddrm_client_modeset.c907 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation() function
979 EXPORT_SYMBOL(drm_client_rotation);
1024 if (drm_client_rotation(mode_set, &rotation)) { in drm_client_modeset_commit_atomic()
Ddrm_fb_helper.c1790 if (drm_client_rotation(modeset, &rotation)) in drm_setup_crtcs_fb()