| Commit message (Expand) | Author | Age | Files | Lines |
* | drm: prime: fix refcounting on the dmabuf import error path | Imre Deak | 2013-05-01 | 1 | -1/+3 |
* | drm/exynos: Don't blend mixer layer 0 | Sean Paul | 2013-04-29 | 1 | -3/+5 |
* | drm/exynos: Remove unnecessary braces in exynos_hdmi.c | Sachin Kamat | 2013-04-29 | 1 | -6/+4 |
* | drm/exynos: Select VIDEOMODE_HELPERS for FIMD | Sachin Kamat | 2013-04-29 | 1 | -1/+1 |
* | drm/exynos: do not use generic flags to dumb | Inki Dae | 2013-04-29 | 1 | -1/+2 |
* | drm/exynos: added ipp device registration to drm driver | Seung-Woo Kim | 2013-04-29 | 3 | -0/+44 |
* | exynos/drm: hdmi: cleanup for hdmi common device registration | Seung-Woo Kim | 2013-04-29 | 2 | -5/+11 |
* | drm/exynos: fix wrong return check for platform_device_register_simple | Seung-Woo Kim | 2013-04-29 | 2 | -2/+2 |
* | drm/exynos: add device tree support for fimc ipp driver | Sylwester Nawrocki | 2013-04-29 | 3 | -57/+62 |
* | drm/exynos: rework fimc clocks handling | Sylwester Nawrocki | 2013-04-29 | 1 | -70/+99 |
* | drm/exynos: remove redundant devm_kfree() | Sylwester Nawrocki | 2013-04-29 | 1 | -2/+0 |
* | drm/exynos: enable FIMD clocks | Vikas Sajjan | 2013-04-29 | 1 | -8/+5 |
* | Revert "drm/exynos: prepare FIMD clocks" | Inki Dae | 2013-04-29 | 1 | -12/+2 |
* | drm/exynos: prepare FIMD clocks | Vikas Sajjan | 2013-04-21 | 1 | -2/+12 |
* | drm/exynos: drm_connector: Fix error check condition | Sachin Kamat | 2013-04-17 | 1 | -1/+1 |
* | drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 2013-04-17 | 1 | -1/+1 |
* | drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 2013-04-17 | 1 | -5/+5 |
* | drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 2013-04-17 | 1 | -5/+5 |
* | drm/exynos: change the method for getting the interrupt | Vikas Sajjan | 2013-04-17 | 1 | -1/+1 |
* | drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimd | Vikas Sajjan | 2013-04-17 | 1 | -1/+3 |
* | drm/exynos: Add display-timing node parsing using video helper function | Vikas Sajjan | 2013-04-17 | 1 | -4/+20 |
* | drm/exynos: hdmi: move mode_fixup to drm common hdmi | Rahul Sharma | 2013-04-17 | 3 | -54/+36 |
* | drm/exynos: hdmi: using drm_display_mode timings for exynos4 | Rahul Sharma | 2013-04-17 | 2 | -417/+246 |
* | drm/exynos: Check g2d cmd list for g2d restrictions | YoungJun Cho | 2013-03-20 | 1 | -0/+183 |
* | drm/exynos: Add a new function to get gem buffer size | Inki Dae | 2013-03-20 | 2 | -0/+26 |
* | drm/exynos: Deal with g2d buffer info more efficiently | YoungJun Cho | 2013-03-20 | 1 | -37/+123 |
* | drm/exynos: Clean up some G2D codes for readability | YoungJun Cho | 2013-03-20 | 1 | -9/+7 |
* | drm/exynos: Fix G2D core malfunctioning issue | YoungJun Cho | 2013-03-20 | 1 | -5/+15 |
* | drm/exynos: clear node object type at gem unmap | YoungJun Cho | 2013-03-20 | 1 | -0/+1 |
* | drm/exynos: Fix error routine to getting dma addr. | YoungJun Cho | 2013-03-20 | 1 | -2/+4 |
* | drm/exynos: Replaced kzalloc & memcpy with kmemdup | Alexandru Gheorghiu | 2013-03-20 | 1 | -4/+2 |
* | drm/exynos: fimd: calculate the correct address offset | Leela Krishna Amudala | 2013-03-20 | 1 | -8/+9 |
* | drm/exynos: Make mixer_check_timing static | Sachin Kamat | 2013-03-20 | 1 | -1/+1 |
* | drm/exynos: modify the compatible string for exynos fimd | Vikas Sajjan | 2013-03-20 | 1 | -2/+2 |
* | drm/exynos: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -11/+5 |
* | drm: don't use idr_remove_all() | Tejun Heo | 2013-02-27 | 1 | -4/+0 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-02-25 | 9 | -728/+499 |
|\ |
|
| * | drm/exynos: Add device tree based discovery support for G2D | Ajay Kumar | 2013-02-21 | 1 | -0/+10 |
| * | drm/exynos: hdmi: support extra resolutions using drm_display_mode timings | Sean Paul | 2013-02-21 | 1 | -648/+374 |
| * | drm/exynos: mixer: set correct mode for range of resolutions | Rahul Sharma | 2013-02-21 | 1 | -4/+4 |
| * | drm/exynos: implement display-mode-check callback in mixer driver | Rahul Sharma | 2013-02-21 | 1 | -0/+26 |
| * | drm/exynos: add display-mode-check operation to exynos_mixer_ops struct | Rahul Sharma | 2013-02-21 | 3 | -8/+22 |
| * | drm/exynos: release resources properly when fb creation is failed. | YoungJun Cho | 2013-02-21 | 1 | -24/+27 |
| * | drm/exynos: fix wrong pointer access at vm close. | YoungJun Cho | 2013-02-21 | 1 | -12/+21 |
| * | drm/exynos: Add missing braces around sizeof | Sachin Kamat | 2013-02-21 | 1 | -1/+1 |
| * | drm/exynos: consider exception case to fb handle creation | Inki Dae | 2013-02-21 | 1 | -0/+4 |
| * | drm/exynos: fix iommu address allocation order | Inki Dae | 2013-02-21 | 1 | -1/+1 |
| * | drm/<drivers>: simplify ->fb_probe callback | Daniel Vetter | 2013-02-14 | 1 | -29/+1 |
| * | drm/fb-helper: don't disable everything in initial_config | Daniel Vetter | 2013-02-14 | 1 | -0/+3 |
| * | drm: review locking for drm_fb_helper_restore_fbdev_mode | Daniel Vetter | 2013-02-14 | 1 | -0/+2 |