aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-24Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-nextDave Airlie12-77/+64
2013-05-23drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim4-26/+8
2013-05-23drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim2-4/+0
2013-05-23drm/exynos: fix build warnings from ipp fimcSeung-Woo Kim1-1/+1
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim9-29/+29
2013-05-23drm/exynos: wait for the completion of pending page flipInki Dae1-0/+16
2013-05-23drm/exynos: use drm_send_vblank_event() helperRob Clark1-8/+2
2013-05-22drm/exynos: page flip fixesRob Clark1-1/+0
2013-05-22drm/exynos: exynos_hdmi: Pass correct pointer to free_irq()Lars-Peter Clausen1-1/+1
2013-05-22drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-7/+7
2013-05-22drm/exynos: exynos_drm_fbdev: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-1/+1
2013-05-18drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-01drm: prime: fix refcounting on the dmabuf import error pathImre Deak1-1/+3
2013-04-29drm/exynos: Don't blend mixer layer 0Sean Paul1-3/+5
2013-04-29drm/exynos: Remove unnecessary braces in exynos_hdmi.cSachin Kamat1-6/+4
2013-04-29drm/exynos: Select VIDEOMODE_HELPERS for FIMDSachin Kamat1-1/+1
2013-04-29drm/exynos: do not use generic flags to dumbInki Dae1-1/+2
2013-04-29drm/exynos: added ipp device registration to drm driverSeung-Woo Kim3-0/+44
2013-04-29exynos/drm: hdmi: cleanup for hdmi common device registrationSeung-Woo Kim2-5/+11
2013-04-29drm/exynos: fix wrong return check for platform_device_register_simpleSeung-Woo Kim2-2/+2
2013-04-29drm/exynos: add device tree support for fimc ipp driverSylwester Nawrocki3-57/+62
2013-04-29drm/exynos: rework fimc clocks handlingSylwester Nawrocki1-70/+99
2013-04-29drm/exynos: remove redundant devm_kfree()Sylwester Nawrocki1-2/+0
2013-04-29drm/exynos: enable FIMD clocksVikas Sajjan1-8/+5
2013-04-29Revert "drm/exynos: prepare FIMD clocks"Inki Dae1-12/+2
2013-04-21drm/exynos: prepare FIMD clocksVikas Sajjan1-2/+12
2013-04-17drm/exynos: drm_connector: Fix error check conditionSachin Kamat1-1/+1
2013-04-17drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-1/+1
2013-04-17drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-5/+5
2013-04-17drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-5/+5
2013-04-17drm/exynos: change the method for getting the interruptVikas Sajjan1-1/+1
2013-04-17drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimdVikas Sajjan1-1/+3
2013-04-17drm/exynos: Add display-timing node parsing using video helper functionVikas Sajjan1-4/+20
2013-04-17drm/exynos: hdmi: move mode_fixup to drm common hdmiRahul Sharma3-54/+36
2013-04-17drm/exynos: hdmi: using drm_display_mode timings for exynos4Rahul Sharma2-417/+246
2013-03-20drm/exynos: Check g2d cmd list for g2d restrictionsYoungJun Cho1-0/+183
2013-03-20drm/exynos: Add a new function to get gem buffer sizeInki Dae2-0/+26
2013-03-20drm/exynos: Deal with g2d buffer info more efficientlyYoungJun Cho1-37/+123
2013-03-20drm/exynos: Clean up some G2D codes for readabilityYoungJun Cho1-9/+7
2013-03-20drm/exynos: Fix G2D core malfunctioning issueYoungJun Cho1-5/+15
2013-03-20drm/exynos: clear node object type at gem unmapYoungJun Cho1-0/+1
2013-03-20drm/exynos: Fix error routine to getting dma addr.YoungJun Cho1-2/+4
2013-03-20drm/exynos: Replaced kzalloc & memcpy with kmemdupAlexandru Gheorghiu1-4/+2
2013-03-20drm/exynos: fimd: calculate the correct address offsetLeela Krishna Amudala1-8/+9
2013-03-20drm/exynos: Make mixer_check_timing staticSachin Kamat1-1/+1
2013-03-20drm/exynos: modify the compatible string for exynos fimdVikas Sajjan1-2/+2
2013-02-27drm/exynos: convert to idr_alloc()Tejun Heo1-11/+5
2013-02-27drm: don't use idr_remove_all()Tejun Heo1-4/+0
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds9-728/+499
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-29/+18