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

createsurface test case issue in libva-utils-v1.8 #238

Open
StarsGreen opened this issue May 18, 2021 · 0 comments
Open

createsurface test case issue in libva-utils-v1.8 #238

StarsGreen opened this issue May 18, 2021 · 0 comments

Comments

@StarsGreen
Copy link

StarsGreen commented May 18, 2021

Now,I have found some issues about createsurface test case,here is what I have found:
first, createsurface test case do not limit surface size in v1.8 because not all GPU surface support 16x16 or 10240x10240
second,create surface with attribs will first query surface attribs and then create surface with these attribs
but maybe VASurfaceAttribIPixformat type attrib will have different value like this:
attrib_list={
{
......
VASurfaceAttribPixformat ,
VA_SURFACE_ATTRIB_SETTABLE,
value0
},
{
VASurfaceAttribPixformat ,
VA_SURFACE_ATTRIB_SETTABLE,
value1
},
{
VASurfaceAttribPixformat ,
VA_SURFACE_ATTRIB_SETTABLE,
value2
},
.....
}
but intel i965 driver just will get the last VASurfaceAttribPixformat value while calling createsurface and it is value2,so any issue in test case or intel driver?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant