summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-31drm/tegra: Support bottom-up buffer objectsThierry Reding1-0/+24
2013-10-31drm/tegra: Add support for tiled buffer objectsThierry Reding1-0/+21
2013-10-31drm/tegra: Allocate resources at probe timeThierry Reding1-0/+6
2013-10-31drm/tegra: Properly cleanup and zero out resourcesThierry Reding1-3/+22
2013-10-31drm/tegra: Move driver to DRM treeThierry Reding1-0/+1194
2013-04-22drm/tegra: Move drm to live under host1xTerje Bergstrom1-1193/+0
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-111/+474
2013-02-22drm/tegra: Fix color expansionThierry Reding1-1/+1
2013-02-22drm/tegra: Split DC_CMD_STATE_CONTROL register writeThierry Reding1-2/+3
2013-02-22drm/tegra: Implement page-flipping supportThierry Reding1-0/+66
2013-02-22drm/tegra: Implement VBLANK supportThierry Reding1-17/+38
2013-02-22drm/tegra: Implement .mode_set_base()Thierry Reding1-0/+32
2013-02-22drm/tegra: Add plane supportThierry Reding1-94/+337
2013-02-22drm/tegra: Remove bogus tegra_framebuffer structureThierry Reding1-1/+1
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-2/+1
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2012-12-30Revert "drm: tegra: protect DC register access with mutex"Dave Airlie1-13/+0
2012-12-30drm: tegra: program only one window during modesetLucas Stach1-2/+1
2012-12-30drm: tegra: protect DC register access with mutexLucas Stach1-0/+13
2012-12-30drm: tegra: fix front_porch <-> back_porch mixupLucas Stach1-4/+4
2012-11-28drm: tegra: Add Tegra30 supportThierry Reding1-0/+1
2012-11-28drm: tegra: Use framebuffer pitch as line strideThierry Reding1-1/+1
2012-11-20drm: Add NVIDIA Tegra20 supportThierry Reding1-0/+833