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

Update to 17.3 #1

Open
wants to merge 4 commits into
base: rcar-gen3
Choose a base branch
from
Open

Conversation

eucan
Copy link

@eucan eucan commented Apr 5, 2018

This PR aligns application interface of libgbm to mesa 17.3 libgbm. Implementation of these APIs are mostly empty for now.

The version update for libgbm is required for proper hardware plane and multi planar buffer support in weston. Please check this branch "https://gitlab.collabora.com/daniels/weston/commits/wip/2018-02/atomic-v16-WIP" to see upcoming weston changes, which requires an up-to-date version of libgbm.

Please note that gpu drivers has to be recompiled to test this PR. Because gbm_surface and gbm_kms_surface struct size are changed.

It is copied from mesa repository.

Please note that we have to recompile
GPU drivers after this patch is applied.
Because size of gbm_surface struct is
changed.

Signed-off-by: Emre Ucan <[email protected]>
bo_create and surface_create API signatures are
changed in the latest mesa version.

Signed-off-by: Emre Ucan <[email protected]>
we will add proper implementation later

Signed-off-by: Emre Ucan <[email protected]>
we are now aligned gbm interface to
mesa 17.3, so that we can increase gbm
version

Signed-off-by: Emre Ucan <[email protected]>
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.

2 participants