OSDN Git Service

Initial drm_framebuffer HAL implementation (v4)
authorlambdadroid <lambdadroid@gmail.com>
Sun, 2 Jul 2017 13:10:26 +0000 (15:10 +0200)
committerlambdadroid <lambdadroid@gmail.com>
Wed, 31 Oct 2018 21:57:11 +0000 (22:57 +0100)
commit5e9e68df957049f03966b5e0cc49ca01c6e5c241
treec9bbef395ee604b2358b6c5b09b30a7f66685cfa
Initial drm_framebuffer HAL implementation (v4)

Adds a simple DRM framebuffer HAL implementation, that uses kernel
mode setting and page flips to display screens.

v2: Cleanup, implement enableScreen to turn off the display properly.
v3: Refactor implementation to add framebuffer when importing buffers.
v4: Refactor to static (independent) library to make it usable for
    gbm_gralloc.
Android.mk [new file with mode: 0644]
drm_framebuffer.c [new file with mode: 0644]
drm_framebuffer.h [new file with mode: 0644]