Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_client.h158 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
/Linux-v5.4/drivers/gpu/drm/
Ddrm_client_modeset.c824 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation() function
895 EXPORT_SYMBOL(drm_client_rotation);
940 if (drm_client_rotation(mode_set, &rotation)) { in drm_client_modeset_commit_atomic()
Ddrm_fb_helper.c1746 if (drm_client_rotation(modeset, &rotation)) in drm_setup_crtcs_fb()