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

[Decode] Add ddi implement for vaEndPicture2 #1803

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Jexu
Copy link
Contributor

@Jexu Jexu commented May 21, 2024

No description provided.

@Jexu Jexu requested a review from XinfengZhang as a code owner May 21, 2024 05:49
@Jexu
Copy link
Contributor Author

Jexu commented May 21, 2024

This change is based on libva api in intel/libva#810

@Jexu Jexu force-pushed the va_endpicture2 branch 2 times, most recently from 8f392d0 to 8ecb369 Compare May 27, 2024 07:11
Jexu added 6 commits May 28, 2024 10:14
Signed-off-by: Xu, Zhengguo <zhengguo.xu@intel.com>
Signed-off-by: Xu, Zhengguo <zhengguo.xu@intel.com>
Signed-off-by: Xu, Zhengguo <zhengguo.xu@intel.com>
Signed-off-by: Xu, Zhengguo <zhengguo.xu@intel.com>
Signed-off-by: Xu, Zhengguo <zhengguo.xu@intel.com>
Signed-off-by: Xu, Zhengguo <zhengguo.xu@intel.com>
@Jexu
Copy link
Contributor Author

Jexu commented May 28, 2024

sample test in libva-utils: intel/libva-utils#367

}
for (int32_t i = 0; i < fence_count; i++)
{
fences[i].handle = mos_sync_syncfile_fd_to_syncobj_handle(bufmgr_gem->fd, exec_fences[i + 1]);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to check if exec_fences[i + 1] is valid and imported status; Ignore invalid one.

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

Successfully merging this pull request may close these issues.

None yet

1 participant