summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/hdmi.c
AgeCommit message (Expand)AuthorLines
2016-07-16Merge tag 'drm/tegra/for-4.8-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie-115/+392
2016-07-04drm/tegra: hdmi: Implement runtime PMThierry Reding-47/+88
2016-07-04drm/tegra: hdmi: Enable audio over HDMIThierry Reding-104/+340
2016-06-10drm: tegra: Rely on the default ->best_encoder() behaviorBoris Brezillon-1/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä-1/+1
2015-08-13drm/tegra: hdmi: Restore DPMSThierry Reding-45/+29
2015-08-13drm/tegra: dc: Rename BASE_COLOR_SIZE* fieldsThierry Reding-1/+1
2015-08-13drm/tegra: dc: Rename register for consistencyThierry Reding-1/+1
2015-04-02drm/tegra: hdmi: Name register fields consistentlyThierry Reding-1/+1
2015-04-02drm/tegra: hdmi: Resets are synchronousThierry Reding-1/+1
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