aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+4
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds14-73/+404
2014-08-07Merge tag 'drm/tegra/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie13-50/+359
2014-08-07Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-0/+2
2014-08-06drm/tegra: Add support for panel prepare and unprepare routinesAjay Kumar1-0/+2
2014-08-04drm/tegra: add MODULE_DEVICE_TABLEsStephen Warren7-0/+7
2014-08-04drm/tegra: dc - Reset controller on driver removeThierry Reding1-0/+1
2014-08-04drm/tegra: Properly align stride for framebuffersThierry Reding4-1/+27
2014-08-04drm/tegra: sor - Configure proper sync polaritiesThierry Reding1-3/+13
2014-08-04drm/tegra: sor - Use bits-per-color from panelStéphane Marchesin1-1/+1
2014-08-04drm/tegra: Make job submission 64-bit safeThierry Reding1-18/+44
2014-08-04drm/tegra: Allow non-authenticated processes to create buffer objectsThierry Reding1-1/+1
2014-08-04drm/tegra: Add SET/GET_FLAGS IOCTLsThierry Reding1-0/+49
2014-08-04drm/tegra: Add SET/GET_TILING IOCTLsThierry Reding1-0/+95
2014-08-04drm/tegra: Implement more tiling modesThierry Reding6-24/+118
2014-08-04drm/tegra: dsi - Handle non-continuous clock flagAlexandre Courbot1-1/+2
2014-08-04drm/tegra: sor - missing unlock on errorDan Carpenter1-1/+1
2014-07-17ARM: tegra: Convert PMC to a driverThierry Reding2-2/+2
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding2-2/+4
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst1-1/+1
2014-07-08drm/tegra: Implement race-free hotplug detectionThierry Reding3-17/+39
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-3/+1
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-2/+2
2014-06-09drm/tegra: sor - Remove obsolete commentThierry Reding1-1/+1
2014-06-09drm/tegra: sor - Enable only the necessary number of lanesThierry Reding1-1/+1
2014-06-09drm/tegra: sor - Power on only the necessary lanesThierry Reding1-3/+17
2014-06-09drm/tegra: sor - Do not program interlaced mode registersThierry Reding1-3/+0
2014-06-09drm/tegra: sor - Do not hardcode link speedThierry Reding1-2/+2
2014-06-09drm/tegra: sor - Do not hardcode number of blank symbolsThierry Reding1-3/+23
2014-06-09drm/tegra: sor - Don't hardcode link parametersThierry Reding1-10/+213
2014-06-09drm/tegra: sor - Change power down orderingStéphane Marchesin1-1/+1
2014-06-09drm/tegra: sor - Fix copy/paste errorStéphane Marchesin1-1/+1
2014-06-09drm/tegra: sor - Remove pixel clock roundingStéphane Marchesin1-3/+0
2014-06-06drm/tegra: sor - Make debugfs setup consistentThierry Reding1-6/+5
2014-06-06drm/tegra: sor - Recursively remove debugfs treeThierry Reding1-1/+1
2014-06-05drm/tegra: dp - Mark the connector as hotplug capableThierry Reding1-0/+1
2014-06-05drm/tegra: dp - Implement hotplug detection in work queueThierry Reding1-10/+20
2014-06-05drm/tegra: Add hardware cursor supportThierry Reding2-3/+138
2014-06-05drm/tegra: Remove host1x drm_bus implementationThierry Reding10-96/+52
2014-06-05drm/tegra: gem - Make tegra_bo_import() staticThierry Reding1-1/+2
2014-06-05drm/tegra: hdmi - Add Tegra124 supportThierry Reding2-0/+89
2014-06-05drm/tegra: sor - Protect CRC debugfs against enable stateThierry Reding1-24/+45
2014-06-05drm/tegra: dsi - Do not needlessly recompute pclkThierry Reding1-1/+0
2014-06-05drm/tegra: dc - Compute shift clock divider in output driversThierry Reding6-41/+82
2014-06-05drm/tegra: dc - Move around shift clock programmingThierry Reding1-9/+10
2014-06-05drm/tegra: dsi - Reset controller on driver unloadThierry Reding1-0/+1
2014-06-05drm/tegra: dsi - Fix typo when disabling controllerThierry Reding1-1/+1
2014-06-05drm/tegra: dsi - Add enable guardThierry Reding1-0/+11
2014-06-05drm/tegra: dsi - Initialize proper packet sequencesThierry Reding1-4/+46