summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dsi.c
AgeCommit message (Expand)AuthorLines
2016-08-24drm/tegra: dsi: Enhance runtime power managementThierry Reding-7/+36
2016-07-16Merge tag 'drm/tegra/for-4.8-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie-106/+141
2016-07-14drm/tegra: dsi: Prepare for generic PM domain supportJon Hunter-11/+17
2016-07-04drm/tegra: dsi: Implement runtime PMThierry Reding-103/+132
2016-06-10drm: tegra: Rely on the default ->best_encoder() behaviorBoris Brezillon-1/+0
2016-05-18drm/tegra: Fix crash caused by reference count imbalanceJon Hunter-4/+11
2016-01-05drm/tegra: Use __drm_atomic_helper_reset_connector for subclassing connector ...Maarten Lankhorst-7/+6
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä-1/+1
2015-08-13drm/tegra: dsi: Restore DPMSThierry Reding-59/+51
2015-08-13drm/tegra: dsi: Add Tegra210 supportThierry Reding-0/+5
2015-08-13drm/tegra: dsi: Add Tegra132 supportThierry Reding-0/+1
2015-08-13drm/tegra: dsi: Add Tegra124 supportThierry Reding-0/+1
2015-08-13drm/tegra: dsi: Use proper back-porch for non-sync video modeThierry Reding-2/+7
2015-01-27drm/tegra: dc: Unify enabling the display controllerThierry Reding-10/+0
2015-01-27drm/tegra: Remove unused ->mode_fixup() callbacksThierry Reding-87/+0
2015-01-27drm/tegra: dsi: Implement ->atomic_check()Thierry Reding-73/+196
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-4/+8
2015-01-27drm/tegra: debugfs cleanup cannot failThierry Reding-9/+3
2015-01-27drm/tegra: dsi: DemidlayerThierry Reding-163/+195
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: dsi: Reset across ->exit()/->init()Thierry Reding-13/+14
2015-01-27drm/tegra: dsi: Soft-reset controller on ->disableThierry Reding-0/+25
2015-01-27drm/tegra: dsi: Registers are 32-bitThierry Reding-7/+7
2014-11-13drm/tegra: dsi: Set up PHY_TIMING & BTA_TIMING registers earlierSean Paul-4/+7
2014-11-13drm/tegra: dsi: Replace 1000000 by USEC_PER_SECThierry Reding-1/+1
2014-11-13drm/tegra: dsi: Replace 1000000000UL by NSEC_PER_SECThierry Reding-1/+1
2014-11-13drm/tegra: dsi: Implement host transfersThierry Reding-0/+267
2014-11-13drm/tegra: dsi: Add ganged mode supportThierry Reding-29/+192
2014-11-13drm/tegra: dsi: Split out tegra_dsi_set_timeout()Thierry Reding-15/+23
2014-11-13drm/tegra: dsi: Add command mode supportThierry Reding-19/+63
2014-11-13drm/tegra: dsi: Refactor in preparation for command modeThierry Reding-19/+81
2014-11-13drm/tegra: dsi: Properly cleanup on probe failureThierry Reding-15/+37
2014-11-13drm/tegra: dsi: Mark connector hotpluggableThierry Reding-2/+4
2014-11-13drm/tegra: dsi: Leave parent clock aloneThierry Reding-7/+0
2014-11-13drm/tegra: dsi: Do not manage clock on enable/disableThierry Reding-15/+14
2014-11-13drm/tegra: dsi: Make FIFO depths host parametersThierry Reding-4/+6
2014-08-04drm/tegra: add MODULE_DEVICE_TABLEsStephen Warren-0/+1
2014-08-04drm/tegra: dsi - Handle non-continuous clock flagAlexandre Courbot-1/+2
2014-06-05drm/tegra: Remove host1x drm_bus implementationThierry Reding-3/+3
2014-06-05drm/tegra: dsi - Do not needlessly recompute pclkThierry Reding-1/+0
2014-06-05drm/tegra: dc - Compute shift clock divider in output driversThierry Reding-12/+31
2014-06-05drm/tegra: dsi - Reset controller on driver unloadThierry Reding-0/+1
2014-06-05drm/tegra: dsi - Fix typo when disabling controllerThierry Reding-1/+1
2014-06-05drm/tegra: dsi - Add enable guardThierry Reding-0/+11
2014-06-05drm/tegra: dsi - Initialize proper packet sequencesThierry Reding-4/+46
2014-06-05drm/tegra: dsi - Implement VDD supply supportThierry Reding-0/+17