OSDN Git Service

drm_hwcomposer: Add platformmeson for Amlogic SoC support
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 25 Apr 2019 15:17:22 +0000 (15:17 +0000)
committerSean Paul <seanpaul@chromium.org>
Tue, 11 Jun 2019 13:24:42 +0000 (13:24 +0000)
commit17d3c8bba62abb1c646c2c2133d1d66b0b457be9
tree1b380622cd91ca15e86f3058d0aa0dd158deb8dc
parent4c027a7d55fc32ad67240a7a7907b0a2c9bd027c
drm_hwcomposer: Add platformmeson for Amlogic SoC support

This specific platform handler is dedicated for the Amlogic SoC,
and more precisely for the Amlogic G12A family.

OpenGL/Mali allocation is done via a slightly modified ARM Gralloc
module, thus needing a custom platform handler to handle the custom
private_handle_t structure.

This platformmeson is based on platformhisi without the AFBC YUV
management (not handled by the Amlogic SoCs).

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Change-Id: I1a1d20b0a84b0e17aa3417c8e9633712f258523d
Android.bp
platformmeson.cpp [new file with mode: 0644]
platformmeson.h [new file with mode: 0644]