ecore-drm2: Add hardware plane functions
authorChris Michael <cp.michael@samsung.com>
Mon, 27 Mar 2017 15:54:38 +0000 (11:54 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 18 Apr 2017 11:55:10 +0000 (07:55 -0400)
commit19da4706f3763cf2c8eb333fbbc6e31e69d63850
treedf4d2a8113194f45571189cb00699d356392ec13
parentf1525ecf35f25019268ee0a2d87567b6846be194
ecore-drm2: Add hardware plane functions

This patch adds a new file where we can store any additional functions
we may need to work with hardware planes. Currently the file contains
a public function that can be used to assign a given Ecore_Drm2_Fb to
a hardware plane

@feature

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/Makefile_Ecore_Drm2.am
src/lib/ecore_drm2/Ecore_Drm2.h
src/lib/ecore_drm2/ecore_drm2_plane.c [new file with mode: 0644]