Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_plane.c162 if (!plane->rotation_property) in omap_plane_install_properties()
170 if (plane->rotation_property && obj != &plane->base) in omap_plane_install_properties()
171 drm_object_attach_property(obj, plane->rotation_property, in omap_plane_install_properties()
Domap_crtc.c670 if (property == crtc->primary->rotation_property) in omap_crtc_atomic_set_property()
688 if (property == crtc->primary->rotation_property) in omap_crtc_atomic_get_property()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_client_modeset.c884 !plane->rotation_property) in drm_client_rotation()
887 for (i = 0; i < plane->rotation_property->num_values; i++) in drm_client_rotation()
888 valid_mask |= (1ULL << plane->rotation_property->values[i]); in drm_client_rotation()
996 if (plane->rotation_property) in drm_client_modeset_commit_legacy()
998 plane->rotation_property, in drm_client_modeset_commit_legacy()
Ddrm_blend.c281 plane->rotation_property = prop; in drm_plane_create_rotation_property()
Ddrm_atomic_uapi.c565 } else if (property == plane->rotation_property) { in drm_atomic_plane_set_property()
633 } else if (property == plane->rotation_property) { in drm_atomic_plane_get_property()
/Linux-v5.4/include/drm/
Ddrm_plane.h682 struct drm_property *rotation_property; member