Implementation of TDM_HWC 69/252269/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 21 Dec 2020 10:29:25 +0000 (19:29 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 26 Jan 2021 03:38:04 +0000 (12:38 +0900)
commit0f863e2faec2bdd4f6cee8a844474e836299d498
tree68ae12eab4d02651e1097dcafbd84b1c0924d792
parent2f1fdd84d064c459fcee4356a681921db28b5191
Implementation of TDM_HWC

nexell backend supports TDM_HWC.
libtdm-nexell operates the displaying buffers with TDM_HWC feature.

Change-Id: I6da21f5e21ad71bf7ee21fc2c06b3db738c4bf0f
src/Makefile.am
src/tdm_nexell.c
src/tdm_nexell.h
src/tdm_nexell_display.c
src/tdm_nexell_hwc.c [new file with mode: 0644]
src/tdm_nexell_hwc.h [new file with mode: 0644]
src/tdm_nexell_hwc_window.c [new file with mode: 0644]
src/tdm_nexell_hwc_window.h [new file with mode: 0644]
src/tdm_nexell_types.h [new file with mode: 0644]