summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/hdmi.c
AgeCommit message (Expand)AuthorLines
2015-02-19drm/tegra: hdmi: Explicitly set clock rateThierry Reding-0/+8
2015-01-27drm/tegra: dc: Unify enabling the display controllerThierry Reding-10/+0
2015-01-27drm/tegra: Remove unused ->mode_fixup() callbacksThierry Reding-27/+0
2015-01-27drm/tegra: hdmi: Implement ->atomic_check()Thierry Reding-0/+22
2015-01-27drm/tegra: Atomic conversion, phase 2Thierry Reding-0/+2
2015-01-27drm/tegra: Atomic conversion, phase 1Thierry Reding-0/+2
2015-01-27drm/tegra: Output cleanup functions cannot failThierry Reding-5/+1
2015-01-27drm/tegra: Remove remnants of the output midlayerThierry Reding-3/+6
2015-01-27drm/tegra: debugfs cleanup cannot failThierry Reding-10/+3
2015-01-27drm/tegra: hdmi: DemidlayerThierry Reding-133/+147
2015-01-27drm/tegra: Stop CRTC at CRTC disable timeThierry Reding-4/+0
2015-01-27drm/tegra: Use tegra_commit_dc() in output driversThierry Reding-4/+2
2015-01-27drm/tegra: hdmi: Registers are 32-bitThierry Reding-18/+18
2014-08-04drm/tegra: add MODULE_DEVICE_TABLEsStephen Warren-0/+1
2014-06-05drm/tegra: Remove host1x drm_bus implementationThierry Reding-3/+3
2014-06-05drm/tegra: hdmi - Add Tegra124 supportThierry Reding-0/+88
2014-06-05drm/tegra: dc - Compute shift clock divider in output driversThierry Reding-12/+7
2014-06-05drm/tegra: hdmi - Fix disable sequenceThierry Reding-0/+8
2014-06-05drm/tegra: hdmi - Disable LVDS modeThierry Reding-1/+5
2014-06-05drm/tegra: hdmi - Use proper power-up sequenceThierry Reding-0/+11
2014-06-05drm/tegra: hdmi - Clean up clock usageThierry Reding-14/+6
2014-06-05drm/tegra: hdmi - Reverse regulator enable orderingThierry Reding-12/+12
2014-06-05drm/tegra: hdmi - Remove duplicate codeThierry Reding-10/+0
2014-06-05drm/tegra: hdmi - Add connector supply supportThierry Reding-9/+23
2014-01-14drm/tegra: Don't check resource with devm_ioremap_resource()Wolfram Sang-3/+0
2013-12-20drm/tegra: Relocate some output-specific codeThierry Reding-10/+35
2013-12-19drm/tegra: Track HDMI enable stateThierry Reding-0/+11
2013-12-19drm/tegra: Fix HDMI audio frequency typoThierry Reding-1/+1
2013-12-19gpu: host1x: clk_round_rate() can return a zero upon errorPaul Walmsley-1/+1
2013-12-11drm/tegra: use reset frameworkStephen Warren-4/+11
2013-10-31drm/tegra: hdmi: Enable VDD earlier for hotplug/DDCMikko Perttunen-7/+9
2013-10-31drm/tegra: hdmi: Fix build warningsThierry Reding-2/+2
2013-10-31drm/tegra: hdmi: Detect DVI-only displaysMikko Perttunen-0/+14
2013-10-31drm/tegra: Add Tegra114 HDMI supportMikko Perttunen-0/+98
2013-10-31drm/tegra: hdmi: Parameterize based on compatible propertyThierry Reding-29/+53
2013-10-31drm/tegra: hdmi: Rename tegra{2,3} to tegra{20,30}Thierry Reding-6/+6
2013-10-31drm/tegra: Allocate resources at probe timeThierry Reding-1/+7
2013-10-31drm/tegra: Move driver to DRM treeThierry Reding-0/+1295
2013-04-22drm/tegra: Move drm to live under host1xTerje Bergstrom-1312/+0
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-117/+109
2013-02-22drm/tegra: Use generic HDMI infoframe helpersThierry Reding-117/+109
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-2/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad-2/+1
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding-3/+3
2012-12-30drm: tegra: remove redundant tegra2_tmds_config entryLucas Stach-16/+3
2012-12-30drm: tegra: fix front_porch <-> back_porch mixupLucas Stach-3/+3
2012-11-28drm: tegra: Add Tegra30 supportThierry Reding-1/+1
2012-11-20drm: tegra: Add HDMI supportThierry Reding-0/+1334