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

Fixed testOtherH264ImageReader case failure #92

Conversation

zhangyichix
Copy link
Contributor

@zhangyichix zhangyichix commented Jan 5, 2024

Offset mmap cannot convert from y-tiled to linear.
We have to use GTT mmap to do it.But only none and
KVM vm-type with iGPU support GTT mmap.

TODO:
There is no way to convert y-tiled to liear with dGPU.

Tracked-On: OAM-114674

yhe39 and others added 7 commits October 26, 2022 13:10
To support open more than one render node

Tracked-On: OAM-104363
Signed-off-by: HeYue <yue.he@intel.com>
When in sriov mode, MMAP_GTT will fail for tiled buffer. Only alloc
no tile buffer for sriov to avoid potential map fail on tiled buffer.
Tried with gfxbench, performance affect is not obvious.

Tracked-On: OAM-105096
Signed-off-by: chenyanxzhu <chenyanx.zhu@intel.com>
This is to help fix Coverity issue in minigbm
project.

Tracked-On: OAM-106640
Signed-off-by: Ren Chenglei <chenglei.ren@intel.com>
This is to help fix incorrect deallocator used
in minigbm

Tracked-On: OAM-107272
Signed-off-by: Ren Chenglei <chenglei.ren@intel.com>
when we use format HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED to
allocate the buffer, we get the buffer with format
DRM_FORMAT_XBGR8888. The validateBufferSize will return an error
because format mismatch. So we should ignore this type.

Tracked-On: OAM-110999
Signed-off-by: zhangyichix <yichix.zhang@intel.com>
@zhangyichix
Copy link
Contributor Author

@feijiang1 @yhe39 @YuanjunHuang Could you help me review it?

@zhangyichix zhangyichix force-pushed the testOtherH264ImageReader branch 3 times, most recently from 683a3df to da3b3f5 Compare February 5, 2024 07:33
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.

5 participants