drm: sti: Add DRM driver itself
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Thu, 31 Jul 2014 07:39:11 +0000 (09:39 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Thu, 31 Jul 2014 07:39:11 +0000 (09:39 +0200)
Make the link between all the hardware drivers and DRM/KMS interface.
Create the driver itself and make it register all the sub-components.
Use GEM CMA helpers for buffer allocation.

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
drivers/gpu/drm/sti/sti_drm_crtc.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_drm_crtc.h [new file with mode: 0644]
drivers/gpu/drm/sti/sti_drm_drv.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_drm_drv.h [new file with mode: 0644]
drivers/gpu/drm/sti/sti_drm_plane.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_drm_plane.h [new file with mode: 0644]

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge