This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Render multiple layers using media backend - WIP - #467
Closed
harishkrupo wants to merge 4 commits into
Closed
Conversation
Change-Id: I91f421076fc8dbf398c855cc5d2e43239d0259a0 Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com>
In cases where we fail to dedicate a separate plane for protected
content, say we have only one HW plane, the layers must be
composed using VAAPI as Mesa doesn't support composition of protected
content.
Jira: None
Test: When we have only one plane for display, all the contents are properly
rendered.
Change-Id: I56da9b478a614d4f8c6746d8995ae7f3146b26ac
Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com>
Once patches are reviewed, this needs to be removed. Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com>
Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com>
Contributor
|
@harishkrupo As with #471, your series is failing 'check_patch.py' -- which runs our clang format pass. It also looks like there are several other issues in addition to that -- please take a look at the travis logs to get more information on the failures. If you don't have access to those, let me know. |
Contributor
Author
|
This is still WIP. Will fix travis issues once the patches are complete. |
Contributor
|
Sounds good. |
Contributor
Author
|
closing this in favor of #524 |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch set adds functionality to the va renderer to be able to handle rendering of multiple layers and not just video. This is needed when we have only one plane to render all the content and we also need to render protected video. Currently, only libva supports protected content playback.
Note: the commits marked as [TO BE REMOVED] are only to ease testing of this functionality. Once it is tested these patches will be dropped.