summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2013-05-2412-77/+64Star
|\
| * drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-234-26/+8Star
| * drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim2013-05-232-4/+0Star
| * drm/exynos: fix build warnings from ipp fimcSeung-Woo Kim2013-05-231-1/+1
| * drm/exynos: cleanup device pointer usagesSeung-Woo Kim2013-05-239-29/+29
| * drm/exynos: wait for the completion of pending page flipInki Dae2013-05-231-0/+16
| * drm/exynos: use drm_send_vblank_event() helperRob Clark2013-05-231-8/+2Star
| * drm/exynos: page flip fixesRob Clark2013-05-221-1/+0Star
| * drm/exynos: exynos_hdmi: Pass correct pointer to free_irq()Lars-Peter Clausen2013-05-221-1/+1
| * drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat2013-05-221-7/+7
| * drm/exynos: exynos_drm_fbdev: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat2013-05-221-1/+1
* | drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0Star
|/
* drm: prime: fix refcounting on the dmabuf import error pathImre Deak2013-05-011-1/+3
* drm/exynos: Don't blend mixer layer 0Sean Paul2013-04-291-3/+5
* drm/exynos: Remove unnecessary braces in exynos_hdmi.cSachin Kamat2013-04-291-6/+4Star
* drm/exynos: Select VIDEOMODE_HELPERS for FIMDSachin Kamat2013-04-291-1/+1
* drm/exynos: do not use generic flags to dumbInki Dae2013-04-291-1/+2
* drm/exynos: added ipp device registration to drm driverSeung-Woo Kim2013-04-293-0/+44
* exynos/drm: hdmi: cleanup for hdmi common device registrationSeung-Woo Kim2013-04-292-5/+11
* drm/exynos: fix wrong return check for platform_device_register_simpleSeung-Woo Kim2013-04-292-2/+2
* drm/exynos: add device tree support for fimc ipp driverSylwester Nawrocki2013-04-293-57/+62
* drm/exynos: rework fimc clocks handlingSylwester Nawrocki2013-04-291-70/+99
* drm/exynos: remove redundant devm_kfree()Sylwester Nawrocki2013-04-291-2/+0Star
* drm/exynos: enable FIMD clocksVikas Sajjan2013-04-291-8/+5Star
* Revert "drm/exynos: prepare FIMD clocks"Inki Dae2013-04-291-12/+2Star
* drm/exynos: prepare FIMD clocksVikas Sajjan2013-04-201-2/+12
* drm/exynos: drm_connector: Fix error check conditionSachin Kamat2013-04-161-1/+1
* drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat2013-04-161-1/+1
* drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat2013-04-161-5/+5
* drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat2013-04-161-5/+5
* drm/exynos: change the method for getting the interruptVikas Sajjan2013-04-161-1/+1
* drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimdVikas Sajjan2013-04-161-1/+3
* drm/exynos: Add display-timing node parsing using video helper functionVikas Sajjan2013-04-161-4/+20
* drm/exynos: hdmi: move mode_fixup to drm common hdmiRahul Sharma2013-04-163-54/+36Star
* drm/exynos: hdmi: using drm_display_mode timings for exynos4Rahul Sharma2013-04-162-417/+246Star
* drm/exynos: Check g2d cmd list for g2d restrictionsYoungJun Cho2013-03-201-0/+183
* drm/exynos: Add a new function to get gem buffer sizeInki Dae2013-03-202-0/+26
* drm/exynos: Deal with g2d buffer info more efficientlyYoungJun Cho2013-03-201-37/+123
* drm/exynos: Clean up some G2D codes for readabilityYoungJun Cho2013-03-201-9/+7Star
* drm/exynos: Fix G2D core malfunctioning issueYoungJun Cho2013-03-201-5/+15
* drm/exynos: clear node object type at gem unmapYoungJun Cho2013-03-201-0/+1
* drm/exynos: Fix error routine to getting dma addr.YoungJun Cho2013-03-201-2/+4
* drm/exynos: Replaced kzalloc & memcpy with kmemdupAlexandru Gheorghiu2013-03-201-4/+2Star
* drm/exynos: fimd: calculate the correct address offsetLeela Krishna Amudala2013-03-201-8/+9
* drm/exynos: Make mixer_check_timing staticSachin Kamat2013-03-201-1/+1
* drm/exynos: modify the compatible string for exynos fimdVikas Sajjan2013-03-201-2/+2
* drm/exynos: convert to idr_alloc()Tejun Heo2013-02-281-11/+5Star
* drm: don't use idr_remove_all()Tejun Heo2013-02-281-4/+0Star
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-269-728/+499Star
|\
| * drm/exynos: Add device tree based discovery support for G2DAjay Kumar2013-02-211-0/+10