Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VAAPIInitTerminate.vaInitialize_vaTerminate_i965_vaSetDriverName" , failed because mismatched driver name #94

Closed
XinfengZhang opened this issue Jan 17, 2018 · 1 comment
Assignees

Comments

@XinfengZhang
Copy link
Contributor

vaSetDriverName to i965
but actually the driver maybe is iHD or from other vendor

@uartie
Copy link
Contributor

uartie commented Jan 17, 2018

Yes, it is a driver specific test. We may remove them in the future, but for now you can just run the tests like:

test_va_api --gtest_filter=-*i965*

uartie added a commit to uartie/libva-utils that referenced this issue May 7, 2018
Conformance tests should be as generic as possible and
not assume availability of any specific driver.

Fixes intel#93
Fixes intel#94
Fixes intel#95

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
uartie added a commit that referenced this issue May 30, 2018
Conformance tests should be as generic as possible and
not assume availability of any specific driver.

Fixes #93
Fixes #94
Fixes #95

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
ottingerg pushed a commit to ottingerg/libva-utils that referenced this issue Aug 6, 2018
Conformance tests should be as generic as possible and
not assume availability of any specific driver.

Fixes intel#93
Fixes intel#94
Fixes intel#95

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
kanghuaz pushed a commit to kanghuaz/libva-utils that referenced this issue Sep 11, 2018
Conformance tests should be as generic as possible and
not assume availability of any specific driver.

Fixes intel#93
Fixes intel#94
Fixes intel#95

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
kanghuaz pushed a commit to kanghuaz/libva-utils that referenced this issue Sep 11, 2018
# The first commit's message is:
test: remove i965 driver specific cases

Conformance tests should be as generic as possible and
not assume availability of any specific driver.

Fixes intel#93
Fixes intel#94
Fixes intel#95

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>

# The 2nd commit message will be skipped:

#	add vainfo support in android
#
#	Signed-off-by: tiantian <tiantian.wang@intel.com>

# The 3rd commit message will be skipped:

#	Add '-Wall' or '-fstack-protector' compilation flags
#
#	In addition, this fixes all warnings reported by -Wall
#
#	Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>

# The 4th commit message will be skipped:

#	libva-utils 2.2.0 pre1
#
#	Update NEWS as well
#
#	Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>

# The 5th commit message will be skipped:

#	libva-utils 2.2.1.pre1 for development
#
#	Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>

# The 6th commit message will be skipped:

#	Add VP8 sample encoder application (SVCT supported)
#
#	vp8enc is a simple VP8 encoder application.
#	It expects yuv420p raw video input and support
#	CQP, CBR and VBR modes. Encoded video is stored
#	in the IVF container fileformat.
#	It supports 2 or 3 temporal layers, which can
#	be activated by using the '--temp_svc X' command
#	line.
#	Note that the alternate reference frame is
#	not used - this design decission was carried
#	on from libyami - in order to allow single
#	Layer 2 frames to be dropped independently.
#
#	vp8enc and VP8 SVCT are part part of GSOC 2018.
#
#	Fixes intel#108
#
#	The following fixes were done during the merge
#	processs:
#
#	fix typo in vp8enc_show_help
#
#	fix numbering of long_opts and minor typos
#
#	changed comment concerning QMatrix
#
#	added dedicated input surface
#
#	remove unecessary parameter settings for KEY Frames
#
#	changed assert to return VP8ENC_FAIL in command line checks
#
#	moved is_golden_refreshed to vaapi_context
#
#	added thread support for processing the input yuv

# The 7th commit message will be skipped:

#	Add sample code for avc decode streamout
#
#	Add new folder 'vendor/intel' and give sample code for how to use avc streamout
#
#	Signed-off-by: Zhengguo.Xu <zhengguo.xu@intel.com>

# The 8th commit message will be skipped:

#	 add HEVC encode sample code
#
#	1. support low delay B frame
#	2. only support 1 frame in each reference list
#	3. CQP only
#
#	Signed-off-by: Tianhao Liu <tianhao.liu@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants