summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-27drm/tegra: Output cleanup functions cannot failThierry Reding1-5/+1
2015-01-27drm/tegra: Remove remnants of the output midlayerThierry Reding1-3/+6
2015-01-27drm/tegra: debugfs cleanup cannot failThierry Reding1-10/+3
2015-01-27drm/tegra: hdmi: DemidlayerThierry Reding1-133/+147
2015-01-27drm/tegra: Stop CRTC at CRTC disable timeThierry Reding1-4/+0
2015-01-27drm/tegra: Use tegra_commit_dc() in output driversThierry Reding1-4/+2
2015-01-27drm/tegra: hdmi: Registers are 32-bitThierry Reding1-18/+18
2014-08-04drm/tegra: add MODULE_DEVICE_TABLEsStephen Warren1-0/+1
2014-06-05drm/tegra: Remove host1x drm_bus implementationThierry Reding1-3/+3
2014-06-05drm/tegra: hdmi - Add Tegra124 supportThierry Reding1-0/+88
2014-06-05drm/tegra: dc - Compute shift clock divider in output driversThierry Reding1-12/+7
2014-06-05drm/tegra: hdmi - Fix disable sequenceThierry Reding1-0/+8
2014-06-05drm/tegra: hdmi - Disable LVDS modeThierry Reding1-1/+5
2014-06-05drm/tegra: hdmi - Use proper power-up sequenceThierry Reding1-0/+11
2014-06-05drm/tegra: hdmi - Clean up clock usageThierry Reding1-14/+6
2014-06-05drm/tegra: hdmi - Reverse regulator enable orderingThierry Reding1-12/+12
2014-06-05drm/tegra: hdmi - Remove duplicate codeThierry Reding1-10/+0
2014-06-05drm/tegra: hdmi - Add connector supply supportThierry Reding1-9/+23
2014-01-14drm/tegra: Don't check resource with devm_ioremap_resource()Wolfram Sang1-3/+0
2013-12-20drm/tegra: Relocate some output-specific codeThierry Reding1-10/+35
2013-12-19drm/tegra: Track HDMI enable stateThierry Reding1-0/+11
2013-12-19drm/tegra: Fix HDMI audio frequency typoThierry Reding1-1/+1
2013-12-19gpu: host1x: clk_round_rate() can return a zero upon errorPaul Walmsley1-1/+1
2013-12-11drm/tegra: use reset frameworkStephen Warren1-4/+11
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 Perttunen1-0/+98
2013-10-31drm/tegra: hdmi: Parameterize based on compatible propertyThierry Reding1-29/+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 Reding1-1/+7
2013-10-31drm/tegra: Move driver to DRM treeThierry Reding1-0/+1295
2013-04-22drm/tegra: Move drm to live under host1xTerje Bergstrom1-1312/+0
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-117/+109
2013-02-22drm/tegra: Use generic HDMI infoframe helpersThierry Reding1-117/+109
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-3/+3
2012-12-30drm: tegra: remove redundant tegra2_tmds_config entryLucas Stach1-16/+3
2012-12-30drm: tegra: fix front_porch <-> back_porch mixupLucas Stach1-3/+3
2012-11-28drm: tegra: Add Tegra30 supportThierry Reding1-1/+1
2012-11-20drm: tegra: Add HDMI supportThierry Reding1-0/+1334