2012/7/5 Xiang, Haihao <[email protected]>: >> +/** \brief Base DRM state. */ >> +struct drm_state { >> + /** \brief DRM connection descriptor. */ >> + int fd; >> + /** \brief DRM connection type. */ >> + int type; >> +}; > > It doesn't make sense to me. Does it mean DRM connection also is based > on DRI1/DRI2 protocols ?
No, but a VA_DRM type could be added, or to replace the "dummy" value. _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
