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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_crtc.h 1157 * drm_crtc_index - find the index of a registered CRTC
1163 static inline unsigned int drm_crtc_index(const struct drm_crtc *crtc) function in typeref:typename:unsigned int
1177 return 1 << drm_crtc_index(crtc);

Completed in 24 milliseconds