Age | Commit message (Expand) | Author | Files | Lines |
2013-07-04 | drm/exynos: remove duplicated error routine and unnecessary assign | Seung-Woo Kim | 2 | -11/+7 |
2013-07-04 | drm/exynos: fix pages allocation size in lowlevel_buffer_allocate | YoungJun Cho | 1 | -1/+1 |
2013-07-04 | drm/exynos: use drm_calloc_large when allocates pointer array | YoungJun Cho | 2 | -8/+7 |
2013-07-04 | drm/exynos: add error check routine in exynos_drm_open | YoungJun Cho | 1 | -1/+8 |
2013-07-04 | drm/exynos: initialize the buf_num in vp_video_buffer | YoungJun Cho | 1 | -1/+1 |
2013-07-04 | drm/exynos: remove dead code in vidi_power_on | YoungJun Cho | 1 | -3/+0 |
2013-07-04 | drm/exynos: fix not to remain exynos_gem_obj as a leak | YoungJun Cho | 1 | -4/+5 |
2013-06-28 | drm/exynos: add support for exynos5420 mixer | Rahul Sharma | 2 | -12/+44 |
2013-06-28 | drm/exynos: add new compatible strings for hdmi subsystem | Rahul Sharma | 4 | -5/+17 |
2013-06-28 | drm/exynos: fix interlace resolutions for exynos5420 | Rahul Sharma | 1 | -6/+8 |
2013-06-28 | drm/exynos: use of_get_named_gpio to get hdmi hpd gpio | Rahul Sharma | 1 | -2/+1 |
2013-06-28 | drm/exynos: make sure to handle an error case to vm_mmap call | Inki Dae | 1 | -3/+3 |
2013-06-28 | drm/exynos: exynos_drm_ipp: Remove redundant break statement | Sachin Kamat | 1 | -1/+0 |
2013-06-28 | drm/exynos: add mout_hdmi clock in hdmi driver to change parent | Rahul Sharma | 1 | -4/+10 |
2013-06-28 | drm/exynos: Prepare/Unprepare HDMI subsystem clocks | Sean Paul | 2 | -18/+18 |
2013-06-28 | drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMS | YoungJun Cho | 6 | -224/+187 |
2013-06-28 | drm/exynos: Remove tracking log functions | YoungJun Cho | 20 | -437/+4 |
2013-06-28 | drm/exynos: hdmi: use drm_display_mode to check the supported modes | Rahul Sharma | 8 | -76/+41 |
2013-06-28 | drm/exynos: fimd: Add support for S3C64xx SoCs | Tomasz Figa | 1 | -0/+10 |
2013-06-28 | drm/exynos: fimd: Add support for FIMD variants with clock selection | Tomasz Figa | 1 | -0/+6 |
2013-06-28 | drm/exynos: fimd: Add support for FIMD versions without SHADOWCON register | Tomasz Figa | 1 | -20/+49 |
2013-06-28 | drm/exynos: fimd: Hold pointer to driver data in context struct | Tomasz Figa | 1 | -2/+3 |
2013-06-28 | drm/exynos: do not use mode_set_base function directly | Inki Dae | 1 | -2/+8 |
2013-06-28 | drm/exynos: Remove redundant use of of_match_ptr macro | Sachin Kamat | 1 | -2/+1 |
2013-06-28 | drm/exynos: remove ignoring return value warning in hdmi | Seung-Woo Kim | 1 | -1/+3 |
2013-06-28 | drm/exynos: fix WINDOWS_NR checking to vidi driver | Inki Dae | 1 | -3/+3 |
2013-06-28 | drm/exynos: fix tests for valid FIMD window number | Krzysztof Kozlowski | 1 | -3/+3 |
2013-06-28 | drm/exynos: fix checks for valid mixer window | Krzysztof Kozlowski | 2 | -3/+3 |
2013-06-17 | drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers | Ville Syrjälä | 1 | -7/+0 |
2013-05-24 | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Dave Airlie | 12 | -77/+64 |
2013-05-23 | drm/exynos: replace request_threaded_irq with devm function | Seung-Woo Kim | 4 | -26/+8 |
2013-05-23 | drm/exynos: remove unnecessary devm_kfree | Seung-Woo Kim | 2 | -4/+0 |
2013-05-23 | drm/exynos: fix build warnings from ipp fimc | Seung-Woo Kim | 1 | -1/+1 |
2013-05-23 | drm/exynos: cleanup device pointer usages | Seung-Woo Kim | 9 | -29/+29 |
2013-05-23 | drm/exynos: wait for the completion of pending page flip | Inki Dae | 1 | -0/+16 |
2013-05-23 | drm/exynos: use drm_send_vblank_event() helper | Rob Clark | 1 | -8/+2 |
2013-05-22 | drm/exynos: page flip fixes | Rob Clark | 1 | -1/+0 |
2013-05-22 | drm/exynos: exynos_hdmi: Pass correct pointer to free_irq() | Lars-Peter Clausen | 1 | -1/+1 |
2013-05-22 | drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 1 | -7/+7 |
2013-05-22 | drm/exynos: exynos_drm_fbdev: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 1 | -1/+1 |
2013-05-18 | drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-01 | drm: prime: fix refcounting on the dmabuf import error path | Imre Deak | 1 | -1/+3 |
2013-04-29 | drm/exynos: Don't blend mixer layer 0 | Sean Paul | 1 | -3/+5 |
2013-04-29 | drm/exynos: Remove unnecessary braces in exynos_hdmi.c | Sachin Kamat | 1 | -6/+4 |
2013-04-29 | drm/exynos: Select VIDEOMODE_HELPERS for FIMD | Sachin Kamat | 1 | -1/+1 |
2013-04-29 | drm/exynos: do not use generic flags to dumb | Inki Dae | 1 | -1/+2 |
2013-04-29 | drm/exynos: added ipp device registration to drm driver | Seung-Woo Kim | 3 | -0/+44 |
2013-04-29 | exynos/drm: hdmi: cleanup for hdmi common device registration | Seung-Woo Kim | 2 | -5/+11 |
2013-04-29 | drm/exynos: fix wrong return check for platform_device_register_simple | Seung-Woo Kim | 2 | -2/+2 |
2013-04-29 | drm/exynos: add device tree support for fimc ipp driver | Sylwester Nawrocki | 3 | -57/+62 |