| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/tegra: dsi - Implement VDD supply support | Thierry Reding | 2014-06-05 | 2 | -0/+18 |
* | drm/tegra: dsi - Remove unneeded code | Thierry Reding | 2014-06-05 | 1 | -85/+0 |
* | drm/tegra: dsi - Use internal pixel format | Thierry Reding | 2014-06-05 | 2 | -1/+43 |
* | drm/tegra: hdmi - Fix disable sequence | Thierry Reding | 2014-06-05 | 1 | -0/+8 |
* | drm/tegra: hdmi - Disable LVDS mode | Thierry Reding | 2014-06-05 | 2 | -1/+10 |
* | drm/tegra: hdmi - Use proper power-up sequence | Thierry Reding | 2014-06-05 | 1 | -0/+11 |
* | drm/tegra: hdmi - Clean up clock usage | Thierry Reding | 2014-06-05 | 1 | -14/+6 |
* | drm/tegra: hdmi - Reverse regulator enable ordering | Thierry Reding | 2014-06-05 | 1 | -12/+12 |
* | drm/tegra: hdmi - Remove duplicate code | Thierry Reding | 2014-06-05 | 1 | -10/+0 |
* | drm/tegra: hdmi - Add connector supply support | Thierry Reding | 2014-06-05 | 2 | -9/+24 |
* | drm/tegra: dc - Use proper H/V ref-to-sync values | Thierry Reding | 2014-06-05 | 1 | -3/+2 |
* | drm/tegra: dc - Do not touch power control register | Thierry Reding | 2014-06-05 | 1 | -4/+0 |
* | drm/tegra: dc - Reshuffle code to get rid of prototypes | Thierry Reding | 2014-06-05 | 2 | -251/+248 |
* | drm/tegra: dc - Rename INVERT_V to V_DIRECTION | Thierry Reding | 2014-06-05 | 2 | -4/+5 |
* | drm/tegra: sor - Add CRC debugfs support | Thierry Reding | 2014-06-05 | 2 | -0/+125 |
* | drm/tegra: dc - Add YUYV support | Thierry Reding | 2014-06-05 | 2 | -6/+22 |
* | drm/tegra: Cleanup header file | Thierry Reding | 2014-06-05 | 1 | -26/+23 |
* | drm: add drm_fb_helper_restore_fbdev_mode_unlocked() | Rob Clark | 2014-06-05 | 10 | -49/+48 |
* | drm: convert crtc and connection_mutex to ww_mutex (v5) | Rob Clark | 2014-06-05 | 21 | -87/+531 |
* | drm/dp: add a hw mutex around the transfer functions. (v2) | Dave Airlie | 2014-06-05 | 6 | -20/+29 |
* | Merge tag 'topic/core-stuff-2014-06-02' of git://anongit.freedesktop.org/drm-... | Dave Airlie | 2014-06-04 | 6 | -8/+10 |
|\ |
|
| * | imx-drm: imx-tve: remove unused variable | Vincent Stehlé | 2014-06-02 | 1 | -1/+0 |
| * | drm: Missed clflushopt in drm_clflush_virt_range | Ross Zwisler | 2014-06-02 | 1 | -1/+1 |
| * | drm/plane: Fix a couple of checkpatch warnings | Thierry Reding | 2014-06-02 | 1 | -3/+3 |
| * | drm/plane: Fix sparse warnings | Thierry Reding | 2014-06-02 | 2 | -1/+2 |
| * | drm/exynos: Fix double locks at PM resume | Takashi Iwai | 2014-06-02 | 1 | -1/+1 |
| * | drm/ast: Fix double lock at PM resume | Takashi Iwai | 2014-06-02 | 1 | -2/+0 |
| * | drm/dp-helper: Deprecate old i2c-over-dp_aux heleprs | Daniel Vetter | 2014-06-02 | 1 | -0/+4 |
* | | Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g... | Dave Airlie | 2014-06-04 | 30 | -1419/+1807 |
|\ \ |
|
| * | | drm/exynos: consider deferred probe case | Inki Dae | 2014-06-02 | 8 | -75/+303 |
| * | | drm/exynos: remove unnecessary exynos_hdmi.h file | Jingoo Han | 2014-06-02 | 1 | -23/+0 |
| * | | drm/exynos/fimd: allow multiplatform configuration | Andrzej Hajda | 2014-06-01 | 1 | -1/+1 |
| * | | drm/exynos: add hdmiphy power on/off sequence | Shirish S | 2014-06-01 | 2 | -7/+40 |
| * | | drm/exynos: ipp: remove description of non-existing field | Andrzej Hajda | 2014-06-01 | 1 | -1/+0 |
| * | | drm/exynos: ipp: update comment for struct drm_ipp_buf_info | YoungJun Cho | 2014-06-01 | 1 | -1/+1 |
| * | | drm/exynos: ipp: rearrange c_node->event_lock using routine | YoungJun Cho | 2014-06-01 | 1 | -11/+14 |
| * | | drm/exynos: ipp: rearrange c_node->mem_lock using routines | YoungJun Cho | 2014-06-01 | 1 | -38/+48 |
| * | | drm/exynos: ipp: add ipp_remove_id() | YoungJun Cho | 2014-06-01 | 1 | -11/+31 |
| * | | drm/exynos: ipp: add cmd_lock for cmd_list | YoungJun Cho | 2014-06-01 | 2 | -2/+20 |
| * | | drm/exynos: ipp: rename cmd_lock to lock | YoungJun Cho | 2014-06-01 | 2 | -8/+8 |
| * | | drm/exynos: ipp: remove duplicated setting | YoungJun Cho | 2014-06-01 | 1 | -1/+1 |
| * | | drm/exynos: ipp: remove usless list_empty() functions | YoungJun Cho | 2014-06-01 | 1 | -52/+9 |
| * | | drm/exynos: Use PTR_ERR_OR_ZERO in exynos_dp_core.c | Sachin Kamat | 2014-06-01 | 1 | -4/+1 |
| * | | drm/exynos: remove hardware overlays disable from fimd probe | Rahul Sharma | 2014-06-01 | 1 | -17/+0 |
| * | | drm/exynos: Fix checkpatch warning in exynos_dp_reg.c | Sachin Kamat | 2014-06-01 | 1 | -1/+1 |
| * | | drm/exynos: add fimd dependency to fimd related encoders | Andrzej Hajda | 2014-06-01 | 1 | -3/+3 |
| * | | drm/exynos: remove redundant mutex_unlock | Andrzej Hajda | 2014-06-01 | 1 | -1/+0 |
| * | | drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seq | Andrzej Hajda | 2014-06-01 | 1 | -9/+5 |
| * | | drm/exynos/fimc: replace mutex by spinlock | Andrzej Hajda | 2014-06-01 | 1 | -5/+6 |
| * | | drm/exynos/fimc: replace hw access macros with functions | Andrzej Hajda | 2014-06-01 | 1 | -161/+150 |