]> git.baikalelectronics.ru Git - kernel.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)
commit8706f1814e7343b18227c51d98fa9b5cd549f6e2
tree844f5e119ffd0b9d690dde389aa89ddda0b171e2
parent81090107f1ab3f12651e109ed70f89cbbb2ac2ec
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]