diff options
author | peng.chen <peng.c.chen@intel.com> | 2016-01-13 15:31:37 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2016-01-15 08:22:14 +0800 |
commit | d9eb6b2063418226242e4e76aa7929fa63030bc6 (patch) | |
tree | 844991fd899f25557fef79f6ad5ad5b75e20d6fa /src/i965_device_info.c | |
parent | 10c4cdd103f730a9e07ffcf0f940e8f63ee5738d (diff) |
VPP P010(10bits) enabling
v2:
1, remove VPP P016 related code
2, optimize NV12->P010
3, enable IECP if all DI&DN are disabled
v1:
initial
Signed-off-by: peng.chen <peng.c.chen@intel.com>
Diffstat (limited to 'src/i965_device_info.c')
-rw-r--r-- | src/i965_device_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_device_info.c b/src/i965_device_info.c index 4921922..b14fda9 100644 --- a/src/i965_device_info.c +++ b/src/i965_device_info.c @@ -401,6 +401,7 @@ static struct hw_codec_info bxt_hw_codec_info = { .has_hevc_encoding = 1, .has_hevc10_decoding = 1, .has_vp9_decoding = 1, + .has_vpp_p010 = 1, .num_filters = 5, .filters = { @@ -412,7 +413,6 @@ static struct hw_codec_info bxt_hw_codec_info = { }, }; - struct hw_codec_info * i965_get_codec_info(int devid) { |