aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/dc.h
AgeCommit message (Collapse)AuthorFilesLines
2013-10-31drm/tegra: Move driver to DRM treeThierry Reding1-0/+400
In order to make subsystem-wide changes easier, move the Tegra DRM driver back into the DRM tree. Signed-off-by: Thierry Reding <[email protected]>
2013-04-22drm/tegra: Move drm to live under host1xTerje Bergstrom1-400/+0
Make drm part of host1x driver. Signed-off-by: Arto Merilainen <[email protected]> Signed-off-by: Terje Bergstrom <[email protected]> Reviewed-by: Thierry Reding <[email protected]> Tested-by: Thierry Reding <[email protected]> Tested-by: Erik Faye-Lund <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
2013-02-22drm/tegra: Implement page-flipping supportThierry Reding1-0/+2
All the necessary support bits like .mode_set_base() and VBLANK are now available, so page-flipping case easily be implemented on top. Signed-off-by: Thierry Reding <[email protected]>
2013-02-22drm/tegra: Add plane supportThierry Reding1-1/+11
Add support for the B and C planes which support RGB and YUV pixel formats and can be used as overlays or hardware cursor. Currently 32-bit XRGB as well as UYVY, YUV420 and YUV422 pixel formats are advertised. Other formats should be easy to add but these are the most common ones and should cover the majority of use-cases. Signed-off-by: Thierry Reding <[email protected]>
2012-11-20drm: Add NVIDIA Tegra20 supportThierry Reding1-0/+388
This commit adds a KMS driver for the Tegra20 SoC. This includes basic support for host1x and the two display controllers found on the Tegra20 SoC. Each display controller can drive a separate RGB/LVDS output. Signed-off-by: Thierry Reding <[email protected]> Tested-by: Stephen Warren <[email protected]> Acked-by: Mark Zhang <[email protected]> Reviewed-by: Mark Zhang <[email protected]> Tested-by: Mark Zhang <[email protected]> Tested-and-acked-by: Alexandre Courbot <[email protected]> Acked-by: Terje Bergstrom <[email protected]> Tested-by: Terje Bergstrom <[email protected]> Signed-off-by: Dave Airlie <[email protected]>