summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/exynos: hdmi: support extra resolutions using drm_display_mode timingsSean Paul2013-02-211-648/+374
| * drm/exynos: mixer: set correct mode for range of resolutionsRahul Sharma2013-02-211-4/+4
| * drm/exynos: implement display-mode-check callback in mixer driverRahul Sharma2013-02-211-0/+26
| * drm/exynos: add display-mode-check operation to exynos_mixer_ops structRahul Sharma2013-02-213-8/+22
| * drm/exynos: release resources properly when fb creation is failed.YoungJun Cho2013-02-211-24/+27
| * drm/exynos: fix wrong pointer access at vm close.YoungJun Cho2013-02-211-12/+21
| * drm/exynos: Add missing braces around sizeofSachin Kamat2013-02-211-1/+1
| * drm/exynos: consider exception case to fb handle creationInki Dae2013-02-211-0/+4
| * drm/exynos: fix iommu address allocation orderInki Dae2013-02-211-1/+1
| * drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter2013-02-141-29/+1
| * drm/fb-helper: don't disable everything in initial_configDaniel Vetter2013-02-141-0/+3
| * drm: review locking for drm_fb_helper_restore_fbdev_modeDaniel Vetter2013-02-141-0/+2
| * Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie2013-02-0812-140/+102
| |\
| * | drm: revamp framebuffer cleanup interfacesDaniel Vetter2013-01-201-1/+3
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-216-29/+18
|\ \ \ | |_|/ |/| |
| * | drm: Convert to devm_ioremap_resource()Thierry Reding2013-01-256-29/+18
| |/
* | drm/exynos: add check for the device power statusShirish S2013-01-252-0/+14
* | drm/exynos: Make 'drm_hdmi_get_edid' staticSachin Kamat2013-01-251-1/+1
* | drm/exynos: fimd and ipp are broken on multiplatformArnd Bergmann2013-01-251-2/+2
* | drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann2013-01-251-1/+0
* | drm/exynos: Remove "internal" interrupt handlingSean Paul2013-01-251-60/+14
* | drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat2013-01-251-2/+2
* | drm/exynos: Replace mdelay with usleep_rangeSean Paul2013-01-252-8/+8
* | drm/exynos: Make ipp_handle_cmd_work staticSachin Kamat2013-01-251-1/+1
* | drm/exynos: Make g2d_userptr_get_dma_addr staticSachin Kamat2013-01-251-1/+1
* | drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae2013-01-251-14/+11
* | drm/exynos: free sg object if dma_map_sg is failedInki Dae2013-01-251-0/+1
* | drm/exynos: added validation of edid for vidi connectionSeung-Woo Kim2013-01-251-4/+3
* | drm/exynos: let drm handle edid allocationsRahul Sharma2013-01-256-48/+46
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-0835-775/+287
|\
| * drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim2013-01-081-0/+5
| * drm/exynos: move finish page flip to a common placeRahul Sharma2013-01-075-88/+36
| * drm/exynos: fimd: modify condition in fimd resumePrathyush K2013-01-071-1/+1
| * drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat2013-01-041-9/+4
| * drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat2013-01-041-6/+0
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat2013-01-041-12/+3
| * drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat2013-01-041-3/+1
| * drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat2013-01-041-5/+0
| * drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat2013-01-041-14/+4
| * drm/exynos: Use devm_clk_get in exynos_drm_fimc.cSachin Kamat2013-01-041-36/+9
| * drm/exynos: Remove redundant NULL checkSachin Kamat2013-01-041-6/+0
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat2013-01-041-21/+9
| * drm/exynos: Use devm_kzalloc in exynos_drm_ipp.cSachin Kamat2013-01-041-7/+2
| * drm/exynos: fix gem buffer allocation type checkingInki Dae2013-01-041-1/+1
| * drm/exynos: remove needless parenthesis.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: fix incorrect interrupt induced by m2m operation.Jinyoung Jeon2013-01-041-0/+13
| * drm/exynos: remove color bar pattern operation.JoongMock Shin2013-01-041-6/+3
| * drm/exynos: correct some comments to abbreviation.Eunchul Kim2013-01-043-3/+3
| * drm/exynos: fix build warning.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-043-1/+3