Home
last modified time | relevance | path

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

/linux-6.15/include/drm/
H A Ddrm_client.h218 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
/linux-6.15/drivers/gpu/drm/
H A Ddrm_client_modeset.c935 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation() function
1007 EXPORT_SYMBOL(drm_client_rotation);
1052 if (drm_client_rotation(mode_set, &rotation)) { in drm_client_modeset_commit_atomic()
H A Ddrm_fb_helper.c1773 if (drm_client_rotation(modeset, &rotation)) in drm_setup_crtcs_fb()