rotation_property  565 drivers/gpu/drm/drm_atomic_uapi.c 	} else if (property == plane->rotation_property) {
rotation_property  633 drivers/gpu/drm/drm_atomic_uapi.c 	} else if (property == plane->rotation_property) {
rotation_property  281 drivers/gpu/drm/drm_blend.c 	plane->rotation_property = prop;
rotation_property  885 drivers/gpu/drm/drm_client_modeset.c 	    !plane->rotation_property)
rotation_property  888 drivers/gpu/drm/drm_client_modeset.c 	for (i = 0; i < plane->rotation_property->num_values; i++)
rotation_property  889 drivers/gpu/drm/drm_client_modeset.c 		valid_mask |= (1ULL << plane->rotation_property->values[i]);
rotation_property  997 drivers/gpu/drm/drm_client_modeset.c 		if (plane->rotation_property)
rotation_property  999 drivers/gpu/drm/drm_client_modeset.c 						    plane->rotation_property,
rotation_property  670 drivers/gpu/drm/omapdrm/omap_crtc.c 	if (property == crtc->primary->rotation_property)
rotation_property  688 drivers/gpu/drm/omapdrm/omap_crtc.c 	if (property == crtc->primary->rotation_property)
rotation_property  162 drivers/gpu/drm/omapdrm/omap_plane.c 		if (!plane->rotation_property)
rotation_property  170 drivers/gpu/drm/omapdrm/omap_plane.c 		if (plane->rotation_property && obj != &plane->base)
rotation_property  171 drivers/gpu/drm/omapdrm/omap_plane.c 			drm_object_attach_property(obj, plane->rotation_property,
rotation_property  682 include/drm/drm_plane.h 	struct drm_property *rotation_property;