| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-02 | 1 | -1/+1 |
| * | | drm/exynos: add hdmiphy power on/off sequence | Shirish S | 2014-06-02 | 2 | -7/+40 |
| * | | drm/exynos: ipp: remove description of non-existing field | Andrzej Hajda | 2014-06-02 | 1 | -1/+0 |
| * | | drm/exynos: ipp: update comment for struct drm_ipp_buf_info | YoungJun Cho | 2014-06-02 | 1 | -1/+1 |
| * | | drm/exynos: ipp: rearrange c_node->event_lock using routine | YoungJun Cho | 2014-06-02 | 1 | -11/+14 |
| * | | drm/exynos: ipp: rearrange c_node->mem_lock using routines | YoungJun Cho | 2014-06-02 | 1 | -38/+48 |
| * | | drm/exynos: ipp: add ipp_remove_id() | YoungJun Cho | 2014-06-02 | 1 | -11/+31 |
| * | | drm/exynos: ipp: add cmd_lock for cmd_list | YoungJun Cho | 2014-06-02 | 2 | -2/+20 |
| * | | drm/exynos: ipp: rename cmd_lock to lock | YoungJun Cho | 2014-06-02 | 2 | -8/+8 |
| * | | drm/exynos: ipp: remove duplicated setting | YoungJun Cho | 2014-06-02 | 1 | -1/+1 |
| * | | drm/exynos: ipp: remove usless list_empty() functions | YoungJun Cho | 2014-06-02 | 1 | -52/+9 |
| * | | drm/exynos: Use PTR_ERR_OR_ZERO in exynos_dp_core.c | Sachin Kamat | 2014-06-02 | 1 | -4/+1 |
| * | | drm/exynos: remove hardware overlays disable from fimd probe | Rahul Sharma | 2014-06-02 | 1 | -17/+0 |
| * | | drm/exynos: Fix checkpatch warning in exynos_dp_reg.c | Sachin Kamat | 2014-06-02 | 1 | -1/+1 |
| * | | drm/exynos: add fimd dependency to fimd related encoders | Andrzej Hajda | 2014-06-02 | 1 | -3/+3 |
| * | | drm/exynos: remove redundant mutex_unlock | Andrzej Hajda | 2014-06-02 | 1 | -1/+0 |
| * | | drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seq | Andrzej Hajda | 2014-06-02 | 1 | -9/+5 |
| * | | drm/exynos/fimc: replace mutex by spinlock | Andrzej Hajda | 2014-06-02 | 1 | -5/+6 |
| * | | drm/exynos/fimc: replace hw access macros with functions | Andrzej Hajda | 2014-06-02 | 1 | -161/+150 |
| * | | drm/exynos/fimc: simplify irq masking function | Andrzej Hajda | 2014-06-02 | 1 | -16/+9 |
| * | | drm/exynos/fimc: simplify pre-scaler ratio calculation | Andrzej Hajda | 2014-06-02 | 1 | -43/+13 |
| * | | drm/exynos/ipp: simplify property list allocation | Andrzej Hajda | 2014-06-02 | 5 | -26/+8 |
| * | | drm/exynos/ipp: correct ipp_id field initialization | Andrzej Hajda | 2014-06-02 | 2 | -9/+6 |
| * | | drm/exynos/ipp: fix get_property IOCTL | Andrzej Hajda | 2014-06-02 | 1 | -1/+1 |
| * | | drm/exynos: Staticize local symbols in exynos_hdmi.c | Sachin Kamat | 2014-06-02 | 1 | -3/+3 |
| * | | drm/exynos: Remove duplicate inclusion of i2c.h | Sachin Kamat | 2014-06-02 | 1 | -1/+0 |
| * | | drm/exynos: Staticize exynos_dpi_of_find_panel_node | Sachin Kamat | 2014-06-02 | 1 | -1/+1 |
| * | | drm/exynos: Fix PTN3460 dependency | Jean Delvare | 2014-06-02 | 2 | -3/+3 |
| * | | drm/exynos: use 4WORD dma burst length for small fbs | Rahul Sharma | 2014-06-02 | 1 | -0/+14 |
| * | | drm/exynos: use regmap interface to set hdmiphy control bit in pmu | Rahul Sharma | 2014-06-02 | 3 | -8/+25 |
| * | | drm/exynos: allocate non-contigous buffers when iommu is enabled | Rahul Sharma | 2014-06-02 | 1 | -12/+10 |
| * | | drm/exynos: hdmi: consider legacy dt binding | Inki Dae | 2014-06-02 | 1 | -0/+30 |
| * | | drm/exynos: restore core HDMI settings | Shirish S | 2014-06-02 | 1 | -0/+2 |
| * | | drm/exynos: hdmi: remove unnecessary dedicated i2c drivers | Seung-Woo Kim | 2014-06-02 | 2 | -128/+0 |
| * | | drm/exynos: enable support for exynos5420 hdmi device | Rahul Sharma | 2014-06-02 | 2 | -0/+166 |
| * | | drm/exynos: add support for apb mapped phys in hdmi driver | Rahul Sharma | 2014-06-02 | 2 | -53/+96 |