Add the ring supported for bdw vpp filters
authorZhong Li <zhong.li@intel.com>
Wed, 25 Dec 2013 06:23:29 +0000 (14:23 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 27 Feb 2014 02:26:37 +0000 (10:26 +0800)
Signed-off-by: Zhong Li <zhong.li@intel.com>
src/i965_drv_video.c

index 6048763..3609221 100755 (executable)
@@ -349,10 +349,10 @@ static struct hw_codec_info gen8_hw_codec_info = {
 
     .num_filters = 4,
     .filters = {
-        VAProcFilterNoiseReduction,
-        VAProcFilterDeinterlacing,
-        VAProcFilterSharpening, /* need to rebuild the shader for BDW */
-        VAProcFilterColorBalance,
+        { VAProcFilterNoiseReduction, I965_RING_VEBOX },
+        { VAProcFilterDeinterlacing, I965_RING_VEBOX },
+        { VAProcFilterSharpening, I965_RING_NULL }, /* need to rebuild the shader for BDW */
+        { VAProcFilterColorBalance, I965_RING_VEBOX},
     },
 };