]> git.baikalelectronics.ru Git - kernel.git/commit
drm: sti: add Compositor
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Wed, 30 Jul 2014 17:28:27 +0000 (19:28 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Wed, 30 Jul 2014 17:28:27 +0000 (19:28 +0200)
commit320f4bbf2e396ee5e6d68e6992cb6730fd79865a
tree08bef22f55cfaeea4b3f3c12e3421547ed1f490f
parent35aa5e5ef16dfbe7e17659dbf50e18fe081f49a6
drm: sti: add Compositor

Compositor control all the input sub-device (VID, GDP)
and the mixer(s).
It is the main entry point for composition.
Layer interface is used to control the abstracted layers.

Add debug in mixer and GDP.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Reviewed-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/sti/Kconfig
drivers/gpu/drm/sti/Makefile
drivers/gpu/drm/sti/sti_compositor.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_compositor.h [new file with mode: 0644]
drivers/gpu/drm/sti/sti_gdp.c
drivers/gpu/drm/sti/sti_layer.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_mixer.c