This repository was archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vm_tools: sommelier: Add DRM mmap code
This patch adds support for mapping a DRM prime buffer within Sommelier. For the XShape support to work within Sommelier, we will need to read the image coming in from the guest. The guest can supply an image as a SHM memory buffer or a DRM buffer. To read the DRM buffer we will need to map it, which is what this patch enables. BUG=b:223232234 TEST=Ensured no crashes when using both regular and shaped applications Change-Id: Id4561db7765845e37ead6496410438b665a7afd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/3880724 Reviewed-by: Nic Hollingum <[email protected]> Commit-Queue: Isaac Bosompem <[email protected]> Tested-by: Isaac Bosompem <[email protected]> Reviewed-by: Chia-I Wu <[email protected]>
- Loading branch information
Isaac Bosompem
authored and
Chromeos LUCI
committed
Oct 6, 2022
1 parent
836c972
commit 69675a1
Showing
9 changed files
with
248 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.