summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_drm_drv.h
AgeCommit message (Collapse)AuthorFilesLines
2015-03-19drm: sti: convert driver to atomic modesetBenjamin Gaignard1-0/+6
v1: This patch does the minimum to make sti driver use atomic helpers. No big bang, only adapt some functions to new call order. v2: Use dpms and page flip atomic helpers Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
2014-07-31drm: sti: Add DRM driver itselfBenjamin Gaignard1-0/+29
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>