Searched refs:rotation_property (Results 1 – 4 of 4) sorted by relevance
390 if (!plane->rotation_property) in omap_plane_install_properties()398 if (plane->rotation_property && obj != &plane->base) in omap_plane_install_properties()399 drm_object_attach_property(obj, plane->rotation_property, in omap_plane_install_properties()
682 if (property == crtc->primary->rotation_property) in omap_crtc_atomic_set_property()700 if (property == crtc->primary->rotation_property) in omap_crtc_atomic_get_property()
1021 !plane->rotation_property) in drm_client_rotation()1024 for (i = 0; i < plane->rotation_property->num_values; i++) in drm_client_rotation()1025 valid_mask |= (1ULL << plane->rotation_property->values[i]); in drm_client_rotation()1136 if (plane->rotation_property) in drm_client_modeset_commit_legacy()1138 plane->rotation_property, in drm_client_modeset_commit_legacy()
767 struct drm_property *rotation_property; member