projects
/
platform
/
upstream
/
libva-intel-driver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b574e4
)
Add the ring supported for bdw vpp filters
author
Zhong Li
<zhong.li@intel.com>
Wed, 25 Dec 2013 06:23:29 +0000
(14:23 +0800)
committer
Xiang, 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
patch
|
blob
|
history
diff --git
a/src/i965_drv_video.c
b/src/i965_drv_video.c
index
6048763
..
3609221
100755
(executable)
--- a/
src/i965_drv_video.c
+++ b/
src/i965_drv_video.c
@@
-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}
,
},
};