Age | Commit message (Expand) | Author | Files | Lines |
2014-06-19 | drm: add register and unregister functions for connectors | Thomas Wood | 1 | -1/+1 |
2014-06-01 | drm/exynos: add component framework support | Inki Dae | 1 | -17/+84 |
2014-05-16 | Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-... | Dave Airlie | 1 | -7/+0 |
2014-04-30 | drm/exynos: use %pad for dma_addr_t | Jingoo Han | 1 | -1/+1 |
2014-04-22 | drm: make mode_valid callback optional | Andrzej Hajda | 1 | -7/+0 |
2014-03-23 | drm/exynos: Implement drm_connector directly in vidi driver | Sean Paul | 1 | -54/+108 |
2014-03-23 | drm/exynos: Consolidate suspend/resume in drm_drv | Sean Paul | 1 | -70/+49 |
2014-03-23 | drm/exynos: Split manager/display/subdrv | Sean Paul | 1 | -69/+60 |
2014-03-23 | drm/exynos: Rename display_op power_on to dpms | Sean Paul | 1 | -8/+0 |
2014-03-23 | drm/exynos: Remove apply manager callback | Sean Paul | 1 | -1/+0 |
2014-03-23 | drm/exynos: Pass exynos_drm_manager in manager ops instead of dev | Sean Paul | 1 | -37/+46 |
2014-03-23 | drm/exynos: Merge overlay_ops into manager_ops | Sean Paul | 1 | -17/+12 |
2013-10-09 | drm: Make irq_enabled bool | Ville Syrjälä | 1 | -2/+2 |
2013-10-09 | drm: Make vblank_disable_allowed bool | Ville Syrjälä | 1 | -2/+2 |
2013-10-01 | drm/exynos: use drm_edid_duplicate | Jani Nikula | 1 | -6/+2 |
2013-09-05 | drm/exynos: Add missing includes | Mark Brown | 1 | -0/+1 |
2013-07-29 | drm/exynos: Remove module.h header inclusion | Sachin Kamat | 1 | -1/+0 |
2013-07-04 | drm/exynos: remove dead code in vidi_power_on | YoungJun Cho | 1 | -3/+0 |
2013-06-28 | drm/exynos: Remove tracking log functions | YoungJun Cho | 1 | -39/+1 |
2013-06-28 | drm/exynos: hdmi: use drm_display_mode to check the supported modes | Rahul Sharma | 1 | -2/+2 |
2013-06-28 | drm/exynos: fix WINDOWS_NR checking to vidi driver | Inki Dae | 1 | -3/+3 |
2013-05-23 | drm/exynos: cleanup device pointer usages | Seung-Woo Kim | 1 | -2/+2 |
2013-03-20 | drm/exynos: Replaced kzalloc & memcpy with kmemdup | Alexandru Gheorghiu | 1 | -4/+2 |
2013-01-25 | drm/exynos: added validation of edid for vidi connection | Seung-Woo Kim | 1 | -4/+3 |
2013-01-25 | drm/exynos: let drm handle edid allocations | Rahul Sharma | 1 | -6/+13 |
2013-01-09 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -29/+1 |
2013-01-07 | drm/exynos: move finish page flip to a common place | Rahul Sharma | 1 | -29/+1 |
2013-01-04 | Drivers: gpu: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -3/+3 |
2012-12-13 | drm/exynos: remove unused vaddr member | YoungJun Cho | 1 | -5/+1 |
2012-11-29 | drm/exynos: fix lockdep for event_lock wrt. vbl_time_lock | Imre Deak | 1 | -12/+0 |
2012-11-29 | drm/exynos: call drm_vblank_put for each queued flip event | Imre Deak | 1 | -7/+1 |
2012-10-07 | Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-... | Dave Airlie | 1 | -2/+22 |
2012-10-04 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -13/+0 |
2012-10-04 | drm/exynos: support drm_wait_vblank feature for VIDI | Inki Dae | 1 | -1/+21 |
2012-10-04 | drm/exynos: added device object to subdrv's remove callback as argument | Inki Dae | 1 | -1/+1 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 1 | -3/+3 |
2012-09-24 | Merge tag 'v3.6-rc7' into drm-intel-next-queued | Daniel Vetter | 1 | -3/+1 |
2012-09-13 | drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file | Sachin Kamat | 1 | -3/+1 |
2012-08-24 | drm: remove the raw_edid field from struct drm_display_info | Jani Nikula | 1 | -13/+0 |
2012-07-27 | drm/exynos: fixed build warning. | Inki Dae | 1 | -1/+1 |
2012-07-27 | drm/exynos: fixed edid data setting at vidi connection request | Inki Dae | 1 | -7/+31 |
2012-07-27 | drm/exynos: check if raw edid data is fake or not for test | Inki Dae | 1 | -0/+6 |
2012-07-27 | drm/exynos: set edid fake data only for test. | Inki Dae | 1 | -3/+4 |
2012-07-27 | drm/exynos: removed unnecessary declaration. | Inki Dae | 1 | -2/+0 |
2012-04-12 | drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv | Joonyoung Shim | 1 | -8/+12 |
2012-03-21 | drm/exynos: added virtual display driver. | Inki Dae | 1 | -0/+676 |