| Commit message (Expand) | Author | Age |
* | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Dave Airlie | 2013-05-23 |
|\ |
|
| * | drm/exynos: replace request_threaded_irq with devm function | Seung-Woo Kim | 2013-05-23 |
| * | drm/exynos: remove unnecessary devm_kfree | Seung-Woo Kim | 2013-05-23 |
| * | drm/exynos: fix build warnings from ipp fimc | Seung-Woo Kim | 2013-05-23 |
| * | drm/exynos: cleanup device pointer usages | Seung-Woo Kim | 2013-05-23 |
| * | drm/exynos: wait for the completion of pending page flip | Inki Dae | 2013-05-23 |
| * | drm/exynos: use drm_send_vblank_event() helper | Rob Clark | 2013-05-23 |
| * | drm/exynos: page flip fixes | Rob Clark | 2013-05-21 |
| * | drm/exynos: exynos_hdmi: Pass correct pointer to free_irq() | Lars-Peter Clausen | 2013-05-21 |
| * | drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 2013-05-21 |
| * | drm/exynos: exynos_drm_fbdev: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 2013-05-21 |
* | | drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resource | Wolfram Sang | 2013-05-18 |
|/ |
|
* | drm: prime: fix refcounting on the dmabuf import error path | Imre Deak | 2013-04-30 |
* | drm/exynos: Don't blend mixer layer 0 | Sean Paul | 2013-04-29 |
* | drm/exynos: Remove unnecessary braces in exynos_hdmi.c | Sachin Kamat | 2013-04-29 |
* | drm/exynos: Select VIDEOMODE_HELPERS for FIMD | Sachin Kamat | 2013-04-29 |
* | drm/exynos: do not use generic flags to dumb | Inki Dae | 2013-04-29 |
* | drm/exynos: added ipp device registration to drm driver | Seung-Woo Kim | 2013-04-29 |
* | exynos/drm: hdmi: cleanup for hdmi common device registration | Seung-Woo Kim | 2013-04-29 |
* | drm/exynos: fix wrong return check for platform_device_register_simple | Seung-Woo Kim | 2013-04-29 |
* | drm/exynos: add device tree support for fimc ipp driver | Sylwester Nawrocki | 2013-04-29 |
* | drm/exynos: rework fimc clocks handling | Sylwester Nawrocki | 2013-04-29 |
* | drm/exynos: remove redundant devm_kfree() | Sylwester Nawrocki | 2013-04-29 |
* | drm/exynos: enable FIMD clocks | Vikas Sajjan | 2013-04-29 |
* | Revert "drm/exynos: prepare FIMD clocks" | Inki Dae | 2013-04-29 |
* | drm/exynos: prepare FIMD clocks | Vikas Sajjan | 2013-04-20 |
* | drm/exynos: drm_connector: Fix error check condition | Sachin Kamat | 2013-04-16 |
* | drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 2013-04-16 |
* | drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 2013-04-16 |
* | drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 2013-04-16 |
* | drm/exynos: change the method for getting the interrupt | Vikas Sajjan | 2013-04-16 |
* | drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimd | Vikas Sajjan | 2013-04-16 |
* | drm/exynos: Add display-timing node parsing using video helper function | Vikas Sajjan | 2013-04-16 |
* | drm/exynos: hdmi: move mode_fixup to drm common hdmi | Rahul Sharma | 2013-04-16 |
* | drm/exynos: hdmi: using drm_display_mode timings for exynos4 | Rahul Sharma | 2013-04-16 |
* | drm/exynos: Check g2d cmd list for g2d restrictions | YoungJun Cho | 2013-03-20 |
* | drm/exynos: Add a new function to get gem buffer size | Inki Dae | 2013-03-20 |
* | drm/exynos: Deal with g2d buffer info more efficiently | YoungJun Cho | 2013-03-20 |
* | drm/exynos: Clean up some G2D codes for readability | YoungJun Cho | 2013-03-20 |
* | drm/exynos: Fix G2D core malfunctioning issue | YoungJun Cho | 2013-03-20 |
* | drm/exynos: clear node object type at gem unmap | YoungJun Cho | 2013-03-20 |
* | drm/exynos: Fix error routine to getting dma addr. | YoungJun Cho | 2013-03-20 |
* | drm/exynos: Replaced kzalloc & memcpy with kmemdup | Alexandru Gheorghiu | 2013-03-20 |
* | drm/exynos: fimd: calculate the correct address offset | Leela Krishna Amudala | 2013-03-20 |
* | drm/exynos: Make mixer_check_timing static | Sachin Kamat | 2013-03-20 |
* | drm/exynos: modify the compatible string for exynos fimd | Vikas Sajjan | 2013-03-20 |
* | drm/exynos: convert to idr_alloc() | Tejun Heo | 2013-02-27 |
* | drm: don't use idr_remove_all() | Tejun Heo | 2013-02-27 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-02-25 |
|\ |
|
| * | drm/exynos: Add device tree based discovery support for G2D | Ajay Kumar | 2013-02-21 |