aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-31gpu: host1x: Add 'flags' field to syncpt requestArto Merilainen1-1/+1
2013-10-31drm/tegra: Disable clock on probe failureWei Yongjun1-0/+1
2013-10-31drm/tegra: Support bottom-up buffer objectsThierry Reding6-1/+42
2013-10-31drm/tegra: Add support for tiled buffer objectsThierry Reding7-9/+58
2013-10-31drm/tegra: Add 3D supportThierry Reding5-1/+377
2013-10-31drm/tegra: Introduce tegra_drm_submit()Thierry Reding3-130/+136
2013-10-31drm/tegra: Use symbolic names for gr2d registersThierry Reding2-4/+42
2013-10-31drm/tegra: Start connectors with correct DPMS modeThierry Reding1-0/+1
2013-10-31drm/tegra: hdmi: Enable VDD earlier for hotplug/DDCMikko Perttunen1-7/+9
2013-10-31drm/tegra: hdmi: Fix build warningsThierry Reding1-2/+2
2013-10-31drm/tegra: hdmi: Detect DVI-only displaysMikko Perttunen1-0/+14
2013-10-31drm/tegra: Add Tegra114 HDMI supportMikko Perttunen3-0/+250
2013-10-31drm/tegra: hdmi: Parameterize based on compatible propertyThierry Reding2-30/+53
2013-10-31drm/tegra: hdmi: Rename tegra{2,3} to tegra{20,30}Thierry Reding1-6/+6
2013-10-31drm/tegra: Allocate resources at probe timeThierry Reding5-27/+56
2013-10-31drm/tegra: Properly cleanup and zero out resourcesThierry Reding3-5/+36
2013-10-31drm/tegra: Move driver to DRM treeThierry Reding15-0/+5713
2013-04-22drm/tegra: Move drm to live under host1xTerje Bergstrom12-4654/+0
2013-03-08drm/tegra: drop "select DRM_HDMI"Paul Bolle1-1/+0
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-433/+732
2013-02-24Merge branch 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie3-306/+110
2013-02-22drm/tegra: Add list of framebuffers to debugfsThierry Reding1-0/+44
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 Reding4-0/+82
2013-02-22drm/tegra: Implement VBLANK supportThierry Reding3-17/+91
2013-02-22drm/tegra: Implement .mode_set_base()Thierry Reding1-0/+32
2013-02-22drm/tegra: Add plane supportThierry Reding3-95/+372
2013-02-22drm/tegra: Remove bogus tegra_framebuffer structureThierry Reding2-12/+1
2013-02-22drm/tegra: Use generic HDMI infoframe helpersThierry Reding3-306/+110
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-5/+2
2013-02-14drm/tegra: don't set up initial fbcon config twiceDaniel Vetter1-4/+0
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad3-5/+2
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding3-11/+9
2012-12-30Revert "drm: tegra: protect DC register access with mutex"Dave Airlie2-14/+0
2012-12-30drm: tegra: program only one window during modesetLucas Stach1-2/+1
2012-12-30drm: tegra: clean out old gem prototypesLucas Stach1-18/+0
2012-12-30drm: tegra: remove redundant tegra2_tmds_config entryLucas Stach1-16/+3
2012-12-30drm: tegra: protect DC register access with mutexLucas Stach2-0/+14
2012-12-30drm: tegra: don't leave clients host1x member uninitializedLucas Stach1-0/+2
2012-12-30drm: tegra: fix front_porch <-> back_porch mixupLucas Stach2-7/+7
2012-11-28drm: tegra: Add Tegra30 supportThierry Reding3-1/+5
2012-11-28drm: tegra: Use framebuffer pitch as line strideThierry Reding1-1/+1
2012-11-20drm: tegra: Add HDMI supportThierry Reding6-1/+1925
2012-11-20drm: Add NVIDIA Tegra20 supportThierry Reding10-0/+2463