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

/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_client_modeset.c963 !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,
H A Ddrm_blend.c291 plane->rotation_property = prop;
H A Ddrm_atomic_uapi.c570 } else if (property == plane->rotation_property) {
638 } else if (property == plane->rotation_property) {
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_plane.h699 * @rotation_property:
703 struct drm_property *rotation_property; member in struct:drm_plane

Completed in 1027 milliseconds