Home
last modified time | relevance | path

Searched refs:rotation_property (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_client_modeset.c962 !plane->rotation_property) in drm_client_rotation()
965 for (i = 0; i < plane->rotation_property->num_values; i++) in drm_client_rotation()
966 valid_mask |= (1ULL << plane->rotation_property->values[i]); in drm_client_rotation()
1077 if (plane->rotation_property) in drm_client_modeset_commit_legacy()
1079 plane->rotation_property, in drm_client_modeset_commit_legacy()
A Ddrm_blend.c301 plane->rotation_property = prop; in drm_plane_create_rotation_property()
A Ddrm_atomic_uapi.c551 } else if (property == plane->rotation_property) { in drm_atomic_plane_set_property()
623 } else if (property == plane->rotation_property) { in drm_atomic_plane_get_property()
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/
A Domap_plane.c389 if (!plane->rotation_property) in omap_plane_install_properties()
397 if (plane->rotation_property && obj != &plane->base) in omap_plane_install_properties()
398 drm_object_attach_property(obj, plane->rotation_property, in omap_plane_install_properties()
A Domap_crtc.c681 if (property == crtc->primary->rotation_property) in omap_crtc_atomic_set_property()
699 if (property == crtc->primary->rotation_property) in omap_crtc_atomic_get_property()
/linux-6.3-rc2/include/drm/
A Ddrm_plane.h719 struct drm_property *rotation_property; member

Completed in 16 milliseconds