]> git.openfabrics.org - ~emulex/infiniband.git/commit
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)
commit9bbf86fe874cce0169f0e1152d96f0591e680874
tree844f5e119ffd0b9d690dde389aa89ddda0b171e2
parentd219673d8437ff1073c11d30ac496fa42b09662c
drm: sti: Add DRM driver itself

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]