summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_drm_plane.c
Commit message (Collapse)AuthorAgeFilesLines
* drm: sti: fix module compilation issuebenjamin.gaignard@linaro.org2014-12-151-0/+1
| | | | | | | | When compiling in module some symbol aren't missing, export them correctly. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
* drm: sti: add HQVDP planeBenjamin Gaignard2014-12-111-1/+2
| | | | | | | | | | | | High Quality Video Data Plane is hardware IP dedicated to video rendering. Compare to GPD (graphic planes) it have better scaler capabilities. HQVDP use VID layer to push data into hardware compositor without going into DDR. From data flow point of view HQVDP and VID are nested so HQVPD update/disable VID. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
* drm: sti: Add DRM driver itselfBenjamin Gaignard2014-07-311-0/+195
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>
OpenPOWER on IntegriCloud