HomeSort by: relevance | last modified time | path
    Searched refs:rotation_property (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_client_modeset.c 963 !plane->rotation_property)
966 for (i = 0; i < plane->rotation_property->num_values; i++)
967 valid_mask |= (1ULL << plane->rotation_property->values[i]);
1075 if (plane->rotation_property)
1077 plane->rotation_property,
drm_blend.c 291 plane->rotation_property = prop;
drm_atomic_uapi.c 570 } else if (property == plane->rotation_property) {
638 } else if (property == plane->rotation_property) {
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 699 * @rotation_property:
703 struct drm_property *rotation_property; member in struct:drm_plane

Completed in 80 milliseconds