hardware/intel/libva
Revisión | c356638098e55453d2fac8bbb92eafc8cc32d6f4 (tree) |
---|---|
Tiempo | 2014-08-28 01:52:03 |
Autor | Sameer Kibey <sameer.kibey@inte...> |
Commiter | Xiang, Haihao |
Added OTC hybrid UMD driver to the list of supported drivers
This will be used for hybrid codecs like VP8 h-encode. No change
to existing KMD interface.
Signed-off-by: Sameer Kibey <sameer.kibey@intel.com>
(cherry picked from commit 98669760e62f50ca3e38e99835692aee5f89a4bf)
@@ -39,6 +39,7 @@ static const struct driver_name_map g_driver_name_map[] = { | ||
39 | 39 | { "i915", 4, "i965" }, // Intel OTC GenX driver |
40 | 40 | { "pvrsrvkm", 8, "pvr" }, // Intel UMG PVR driver |
41 | 41 | { "emgd", 4, "emgd" }, // Intel ECG PVR driver |
42 | + { "hybrid", 6, "hybrid" }, // Intel OTC Hybrid driver | |
42 | 43 | { NULL, } |
43 | 44 | }; |
44 | 45 |