Home | History | Annotate | Download | only in drm

Lines Matching defs:plane

894  * This function checks if the primary plane in @modeset can hw rotate
900 * True if the plane can do the rotation, false otherwise.
905 struct drm_plane *plane = modeset->crtc->primary;
963 !plane->rotation_property)
966 for (i = 0; i < plane->rotation_property->num_values; i++)
967 valid_mask |= (1ULL << plane->rotation_property->values[i]);
979 struct drm_plane *plane;
995 drm_for_each_plane(plane, dev) {
998 plane_state = drm_atomic_get_plane_state(state, plane);
1007 if (plane->type == DRM_PLANE_TYPE_PRIMARY)
1010 ret = __drm_atomic_helper_disable_plane(plane, plane_state);
1022 /* Cannot fail as we've already gotten the plane state above */
1067 struct drm_plane *plane;
1071 drm_for_each_plane(plane, dev) {
1072 if (plane->type != DRM_PLANE_TYPE_PRIMARY)
1073 drm_plane_force_disable(plane);
1075 if (plane->rotation_property)
1076 drm_mode_plane_set_obj_prop(plane,
1077 plane->rotation_property,