diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2013-07-01 10:40:19 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-07-01 13:15:57 +0800 |
commit | a70ea804d4ceb93b10d1bb3cc50c92fe559d96e4 (patch) | |
tree | 9546c7e571241cf8877766757b252eac8c01cb98 /src/intel_driver.h | |
parent | 52071b353221fec5ed165765b451a766e3f4f8f2 (diff) | |
download | libva-intel-driver-a70ea804d4ceb93b10d1bb3cc50c92fe559d96e4.tar.gz libva-intel-driver-a70ea804d4ceb93b10d1bb3cc50c92fe559d96e4.tar.bz2 libva-intel-driver-a70ea804d4ceb93b10d1bb3cc50c92fe559d96e4.zip |
Check whether VEBOX is supported by the underlying OS
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit c586c80d29d8860011d95e78d1609ff3683f3cc4)
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r-- | src/intel_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_driver.h b/src/intel_driver.h index 9631b96..fcb0908 100644 --- a/src/intel_driver.h +++ b/src/intel_driver.h @@ -121,6 +121,7 @@ struct intel_driver_data unsigned int has_exec2 : 1; /* Flag: has execbuffer2? */ unsigned int has_bsd : 1; /* Flag: has bitstream decoder for H.264? */ unsigned int has_blt : 1; /* Flag: has BLT unit? */ + unsigned int has_vebox : 1; /* Flag: has VEBOX unit */ }; bool intel_driver_init(VADriverContextP ctx); |