-
Notifications
You must be signed in to change notification settings - Fork 35
Add virtio ioctl parameters needed for ivshmem detection . #37
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
Conversation
Added ioctls DRM_VIRTGPU_RESOURCE_CREATE_BLOB & DRM_VIRTGPU_PARAM_QUERY_DEV used by hwcomposer to detect ivshmem usage. Tracked-On: OAM-129380 Signed-off-by: manxiaoliang <xiaoliangx.man@intel.com>
feijiang1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
JeevakaPrabu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recommended commit message:
Add virtio ioctl parameters needed for ivshmem detection
Added ioctls DRM_VIRTGPU_RESOURCE_CREATE_BLOB &
DRM_VIRTGPU_PARAM_QUERY_DEV used by hwcomposer to detect ivshmem usage.
Tracked-On: OAM-129380
Signed-off-by: manxiaoliang xiaoliangx.man@intel.com
6cac8ca to
9104591
Compare
feijiang1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
one of the dependent pr cannot be Rebase and Merged; please fix the issue and commit your changes once again to run EB. |
|
one of the dependent pr cannot be Rebase and Merged; please fix the issue and commit your changes once again to run EB. |
1 similar comment
|
one of the dependent pr cannot be Rebase and Merged; please fix the issue and commit your changes once again to run EB. |
feijiang1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
1 similar comment
|
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
|
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
|
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
|
Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: /cactus-absp-or-local/celadon-merge/941 |
Addtionally need read VIRTGPU_PARAM_RESOURCE_BLOB.
Add DRM_VIRTGPU_RESOURCE_CREATE_BLOB &
DRM_VIRTGPU_PARAM_QUERY_DEV
Tracked-On: OAM-129380