HomeSort by: relevance | last modified time | path
    Searched defs:drm_plane_index (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 752 * drm_plane_index - find the index of a registered plane
758 static inline unsigned int drm_plane_index(const struct drm_plane *plane) function in typeref:typename:unsigned int
769 return 1 << drm_plane_index(plane);
drm_plane.h 752 * drm_plane_index - find the index of a registered plane
758 static inline unsigned int drm_plane_index(const struct drm_plane *plane) function in typeref:typename:unsigned int
769 return 1 << drm_plane_index(plane);

Completed in 28 milliseconds