summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/tegra: dp - Mark the connector as hotplug capableThierry Reding2014-06-051-0/+1
* drm/tegra: dp - Implement hotplug detection in work queueThierry Reding2014-06-051-10/+20
* drm/tegra: Add hardware cursor supportThierry Reding2014-06-052-3/+138
* drm/tegra: Remove host1x drm_bus implementationThierry Reding2014-06-0510-96/+52
* drm: Add device registration documentationThierry Reding2014-06-054-62/+75
* drm: Introduce drm_dev_set_unique()Thierry Reding2014-06-052-6/+44
* gpu: host1x: Rename internal functions for clarityThierry Reding2014-06-051-6/+6
* drm/tegra: gem - Make tegra_bo_import() staticThierry Reding2014-06-051-1/+2
* drm/tegra: hdmi - Add Tegra124 supportThierry Reding2014-06-052-0/+89
* drm/tegra: sor - Protect CRC debugfs against enable stateThierry Reding2014-06-051-24/+45
* drm/tegra: dsi - Do not needlessly recompute pclkThierry Reding2014-06-051-1/+0
* drm/tegra: dc - Compute shift clock divider in output driversThierry Reding2014-06-056-41/+82
* drm/tegra: dc - Move around shift clock programmingThierry Reding2014-06-051-9/+10
* drm/tegra: dsi - Reset controller on driver unloadThierry Reding2014-06-051-0/+1
* drm/tegra: dsi - Fix typo when disabling controllerThierry Reding2014-06-051-1/+1
* drm/tegra: dsi - Add enable guardThierry Reding2014-06-051-0/+11
* drm/tegra: dsi - Initialize proper packet sequencesThierry Reding2014-06-051-4/+46
* drm/tegra: dsi - Implement VDD supply supportThierry Reding2014-06-051-0/+17
* drm/tegra: dsi - Remove unneeded codeThierry Reding2014-06-051-85/+0
* drm/tegra: dsi - Use internal pixel formatThierry Reding2014-06-052-1/+43
* drm/tegra: hdmi - Fix disable sequenceThierry Reding2014-06-051-0/+8
* drm/tegra: hdmi - Disable LVDS modeThierry Reding2014-06-052-1/+10
* drm/tegra: hdmi - Use proper power-up sequenceThierry Reding2014-06-051-0/+11
* drm/tegra: hdmi - Clean up clock usageThierry Reding2014-06-051-14/+6
* drm/tegra: hdmi - Reverse regulator enable orderingThierry Reding2014-06-051-12/+12
* drm/tegra: hdmi - Remove duplicate codeThierry Reding2014-06-051-10/+0
* drm/tegra: hdmi - Add connector supply supportThierry Reding2014-06-051-9/+23
* drm/tegra: dc - Use proper H/V ref-to-sync valuesThierry Reding2014-06-051-3/+2
* drm/tegra: dc - Do not touch power control registerThierry Reding2014-06-051-4/+0
* drm/tegra: dc - Reshuffle code to get rid of prototypesThierry Reding2014-06-052-251/+248
* drm/tegra: dc - Rename INVERT_V to V_DIRECTIONThierry Reding2014-06-052-4/+5
* drm/tegra: sor - Add CRC debugfs supportThierry Reding2014-06-052-0/+125
* drm/tegra: dc - Add YUYV supportThierry Reding2014-06-052-6/+22
* drm/tegra: Cleanup header fileThierry Reding2014-06-051-26/+23
* drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark2014-06-059-48/+47
* drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark2014-06-0517-76/+390
* drm/dp: add a hw mutex around the transfer functions. (v2)Dave Airlie2014-06-055-17/+25
* Merge tag 'topic/core-stuff-2014-06-02' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-06-045-7/+9
|\
| * imx-drm: imx-tve: remove unused variableVincent Stehlé2014-06-021-1/+0
| * drm: Missed clflushopt in drm_clflush_virt_rangeRoss Zwisler2014-06-021-1/+1
| * drm/plane: Fix a couple of checkpatch warningsThierry Reding2014-06-021-3/+3
| * drm/plane: Fix sparse warningsThierry Reding2014-06-021-0/+1
| * drm/exynos: Fix double locks at PM resumeTakashi Iwai2014-06-021-1/+1
| * drm/ast: Fix double lock at PM resumeTakashi Iwai2014-06-021-2/+0
| * drm/dp-helper: Deprecate old i2c-over-dp_aux heleprsDaniel Vetter2014-06-021-0/+4
* | Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2014-06-0427-1419/+1798
|\ \
| * | drm/exynos: consider deferred probe caseInki Dae2014-06-028-75/+303
| * | drm/exynos: remove unnecessary exynos_hdmi.h fileJingoo Han2014-06-021-23/+0
| * | drm/exynos/fimd: allow multiplatform configurationAndrzej Hajda2014-06-011-1/+1
| * | drm/exynos: add hdmiphy power on/off sequenceShirish S2014-06-012-7/+40