lgtm Much needed I might add for general enabling and debugging.
Reviewed-by: Sean V Kelley <[email protected]> Sean On Wed, Sep 24, 2014 at 1:40 AM, Gwenole Beauchesne <[email protected]> wrote: > Hi, > > This patch series adds support for DRM Render-Nodes through the > existing vaGetDisplayDRM() interface. > > Practical use-case: this allows for remote users, connected through > ssh for instance, to enjoy hardware acceleration even if there is a > local display opened. More generally, this allows for DRM Render-Node > devices to be supported, which is an important enough improvement. > > Tested with gstreamer-vaapi and another proprietary software. This > should be landed to the libva 1.4.0 relese too. > > Andrey Larionov (1): > drm: add support for render nodes. > > Gwenole Beauchesne (1): > tests: try a render-node device by default for VA/DRM displays. > > test/common/va_display_drm.c | 26 +++++++++++++++++++++----- > va/drm/va_drm.c | 28 +++++++++++++++++----------- > va/drm/va_drm_utils.c | 21 +++++++++++++++++++++ > va/drm/va_drm_utils.h | 10 ++++++++++ > va/va_backend.h | 2 ++ > 5 files changed, 71 insertions(+), 16 deletions(-) > > -- > 1.9.1 > > _______________________________________________ > Libva mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/libva -- Sean V. Kelley <[email protected]> Open Source Technology Center / SSG Intel Corp. _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
