summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/tegra: dsi - Implement VDD supply supportThierry Reding2014-06-052-0/+18
* 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-052-9/+24
* 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-0510-49/+48
* drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark2014-06-0521-87/+531
* drm/dp: add a hw mutex around the transfer functions. (v2)Dave Airlie2014-06-056-20/+29
* Merge tag 'topic/core-stuff-2014-06-02' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-06-046-8/+10
|\
| * 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-022-1/+2
| * 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-0430-1419/+1807
|\ \
| * | 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
| * | drm/exynos: ipp: remove description of non-existing fieldAndrzej Hajda2014-06-011-1/+0
| * | drm/exynos: ipp: update comment for struct drm_ipp_buf_infoYoungJun Cho2014-06-011-1/+1
| * | drm/exynos: ipp: rearrange c_node->event_lock using routineYoungJun Cho2014-06-011-11/+14
| * | drm/exynos: ipp: rearrange c_node->mem_lock using routinesYoungJun Cho2014-06-011-38/+48
| * | drm/exynos: ipp: add ipp_remove_id()YoungJun Cho2014-06-011-11/+31
| * | drm/exynos: ipp: add cmd_lock for cmd_listYoungJun Cho2014-06-012-2/+20
| * | drm/exynos: ipp: rename cmd_lock to lockYoungJun Cho2014-06-012-8/+8
| * | drm/exynos: ipp: remove duplicated settingYoungJun Cho2014-06-011-1/+1
| * | drm/exynos: ipp: remove usless list_empty() functionsYoungJun Cho2014-06-011-52/+9
| * | drm/exynos: Use PTR_ERR_OR_ZERO in exynos_dp_core.cSachin Kamat2014-06-011-4/+1
| * | drm/exynos: remove hardware overlays disable from fimd probeRahul Sharma2014-06-011-17/+0
| * | drm/exynos: Fix checkpatch warning in exynos_dp_reg.cSachin Kamat2014-06-011-1/+1
| * | drm/exynos: add fimd dependency to fimd related encodersAndrzej Hajda2014-06-011-3/+3
| * | drm/exynos: remove redundant mutex_unlockAndrzej Hajda2014-06-011-1/+0
| * | drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seqAndrzej Hajda2014-06-011-9/+5
| * | drm/exynos/fimc: replace mutex by spinlockAndrzej Hajda2014-06-011-5/+6
| * | drm/exynos/fimc: replace hw access macros with functionsAndrzej Hajda2014-06-011-161/+150