aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/hdmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-3/+9
2017-08-17drm/tegra: hdmi: Trace register accessesThierry Reding1-1/+7
2017-08-17drm/tegra: hdmi: Use unsigned int for register offsetsThierry Reding1-2/+2
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma1-1/+1
2016-07-16Merge tag 'drm/tegra/for-4.8-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-115/+392
2016-07-04drm/tegra: hdmi: Implement runtime PMThierry Reding1-47/+88
2016-07-04drm/tegra: hdmi: Enable audio over HDMIThierry Reding1-104/+340
2016-06-10drm: tegra: Rely on the default ->best_encoder() behaviorBoris Brezillon1-1/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-08-13drm/tegra: hdmi: Restore DPMSThierry Reding1-45/+29
2015-08-13drm/tegra: dc: Rename BASE_COLOR_SIZE* fieldsThierry Reding1-1/+1
2015-08-13drm/tegra: dc: Rename register for consistencyThierry Reding1-1/+1
2015-04-02drm/tegra: hdmi: Name register fields consistentlyThierry Reding1-1/+1
2015-04-02drm/tegra: hdmi: Resets are synchronousThierry Reding1-1/+1
2015-02-19drm/tegra: hdmi: Explicitly set clock rateThierry Reding1-0/+8
2015-01-27drm/tegra: dc: Unify enabling the display controllerThierry Reding1-10/+0
2015-01-27drm/tegra: Remove unused ->mode_fixup() callbacksThierry Reding1-27/+0
2015-01-27drm/tegra: hdmi: Implement ->atomic_check()Thierry Reding1-0/+22
2015-01-27drm/tegra: Atomic conversion, phase 2Thierry Reding1-0/+2
2015-01-27drm/tegra: Atomic conversion, phase 1Thierry Reding1-0/+2
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