Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_client.h169 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_client_modeset.c913 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation() function
985 EXPORT_SYMBOL(drm_client_rotation);
1030 if (drm_client_rotation(mode_set, &rotation)) { in drm_client_modeset_commit_atomic()
H A Ddrm_fb_helper.c1804 if (drm_client_rotation(modeset, &rotation)) in drm_setup_crtcs_fb()