lgtm Tested-by: Sean V Kelley <[email protected]>
On Fri, Aug 22, 2014 at 3:47 PM, Kibey, Sameer <[email protected]> wrote: > Added OTC hybrid driver to the list of supported drivers. > > This will be used for hybrid codecs like VP8 h-encode. > Signed-off-by: Sameer Kibey <[email protected]> > --- > va/drm/va_drm_utils.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/va/drm/va_drm_utils.c b/va/drm/va_drm_utils.c index > f3ffd6b..da0ade2 100644 > --- a/va/drm/va_drm_utils.c > +++ b/va/drm/va_drm_utils.c > @@ -39,6 +39,7 @@ static const struct driver_name_map g_driver_name_map[] > = { > { "i915", 4, "i965" }, // Intel OTC GenX driver > { "pvrsrvkm", 8, "pvr" }, // Intel UMG PVR driver > { "emgd", 4, "emgd" }, // Intel ECG PVR driver > + { "hybrid", 6, "hybrid" }, // Intel OTC Hybrid driver > { NULL, } > }; > > -- > 1.7.9.5 > _______________________________________________ > 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
