[Libva] [PATCH 2/5] API: introduce DRM common utilities and data structures.

Gwenole Beauchesne gb.devel at gmail.com
Wed Jul 4 22:24:52 PDT 2012


2012/7/5 Xiang, Haihao <haihao.xiang at intel.com>:
>> +/** \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.


More information about the Libva mailing list