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