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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_encoder.h 156 * using drm_encoder_index() as the index into the bitfield. The driver
196 * drm_encoder_index - find the index of a registered encoder
202 static inline unsigned int drm_encoder_index(const struct drm_encoder *encoder) function in typeref:typename:unsigned int
216 return 1 << drm_encoder_index(encoder);

Completed in 11 milliseconds