Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Switch back to using a local copy of vc4_drm.h. | Eric Anholt | 2017-07-12 | 1 | -0/+318 |
| | | | | | | | | | | | Needing to get our uapi header from libdrm has only complicated things. Follow intel's lead and drop our requirement for it. Generated from the same commit mentioned in the README. v2: Update Android.mk as well, move vc4_drm.h reference for distcheck. Reviewed-by: Daniel Stone <[email protected]> | ||||
* | intel: Move the DRM uapi headers to a non-Intel location. | Eric Anholt | 2017-07-12 | 5 | -0/+3535 |
I want to remove vc4's dependency on headers from libdrm as well, but storing multiple copies of drm_fourcc.h in our tree would be silly. v2: Update Android.mk as well, move distcheck drm*.h references to top-level noinst_HEADERS. Reviewed-by: Lionel Landwerlin <[email protected]> (v1) Reviewed-by: Daniel Stone <[email protected]> (v1) Reviewed-by: Rob Herring <[email protected]> |