commit | dfe82f6e88be67a68eada8972a0895e33f1a0d76 | [log] [tgz] |
---|---|---|
author | Kristian H. Kristensen <[email protected]> | Mon Jan 29 19:24:38 2018 |
committer | Commit Bot <[email protected]> | Mon Jan 29 19:24:38 2018 |
tree | 924ff6071f927d95862f9173ec2df76bb763ef8a | |
parent | 190a3e4a3b3958abc2df7d22138dac4b2406a867 [diff] |
ozone/drm: Use DRM_FORMAT_MOD_INVALID to indicate absence of modifier Upstream has allocated DRM_FORMAT_MOD_INVALID as a special modifier that indicates the absence of a modifier. This is the legacy mode where the kernel gets the tiling/layout information through back channels, typically as a property of the BO. It's a little more concise that passing addfb_flags around as we did before and can be encoded into the NativePixmap handle as well. Bug: b:70546200, b:71416883, chromium:789292, b:69238712, b:68003124 Change-Id: I4340355e56d4117afebb06e1d96d4f8b93900a6e Reviewed-on: https://chromium-review.googlesource.com/885904 Commit-Queue: Kristian H. Kristensen <[email protected]> Reviewed-by: Daniele Castagna <[email protected]> Cr-Commit-Position: refs/heads/master@{#532536}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .