Home
last modified time | relevance | path

Searched refs:rotation_property (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A 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()
H A Domap_crtc.c671 if (property == crtc->primary->rotation_property) in omap_crtc_atomic_set_property()
689 if (property == crtc->primary->rotation_property) in omap_crtc_atomic_get_property()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_client_modeset.c971 !plane->rotation_property) in drm_client_rotation()
974 for (i = 0; i < plane->rotation_property->num_values; i++) in drm_client_rotation()
975 valid_mask |= (1ULL << plane->rotation_property->values[i]); in drm_client_rotation()
1086 if (plane->rotation_property) in drm_client_modeset_commit_legacy()
1088 plane->rotation_property, in drm_client_modeset_commit_legacy()
H A Ddrm_blend.c294 plane->rotation_property = prop; in drm_plane_create_rotation_property()
H A Ddrm_atomic_uapi.c569 } else if (property == plane->rotation_property) { in drm_atomic_plane_set_property()
637 } else if (property == plane->rotation_property) { in drm_atomic_plane_get_property()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_client_modeset.c968 !plane->rotation_property) in drm_client_rotation()
971 for (i = 0; i < plane->rotation_property->num_values; i++) in drm_client_rotation()
972 valid_mask |= (1ULL << plane->rotation_property->values[i]); in drm_client_rotation()
1083 if (plane->rotation_property) in drm_client_modeset_commit_legacy()
1085 plane->rotation_property, in drm_client_modeset_commit_legacy()
H A Ddrm_blend.c301 plane->rotation_property = prop; in drm_plane_create_rotation_property()
H A Ddrm_atomic_uapi.c569 } else if (property == plane->rotation_property) { in drm_atomic_plane_set_property()
641 } else if (property == plane->rotation_property) { in drm_atomic_plane_get_property()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H 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()
H 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()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_plane.h697 * @rotation_property:
701 struct drm_property *rotation_property; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_plane.h725 * @rotation_property:
729 struct drm_property *rotation_property; member

Completed in 14 milliseconds