summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorLines
2013-12-02drm/exynos: release unhandled page flip events at postclose.Inki Dae-13/+22
2013-12-02drm/exynos: Fix trivial typo in exynos_drm_fimd.cSachin Kamat-1/+1
2013-11-21drm/exynos: g2d: fix memory leak to userptrInki Dae-0/+2
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-23/+11
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-1/+5
2013-10-31DMA-API: others: use dma_set_coherent_mask()Russell King-1/+5
2013-10-11drm: Add separate Kconfig option for fbdev helpersDaniel Vetter-0/+1
2013-10-09drm: Make irq_enabled boolVille Syrjälä-4/+4
2013-10-09drm: Make vblank_disable_allowed boolVille Syrjälä-4/+4
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann-9/+0
2013-10-01drm/exynos: use drm_edid_duplicateJani Nikula-6/+2
2013-09-16drm/exynos: fix return value check in lowlevel_buffer_allocate()Wei Yongjun-2/+2
2013-09-16drm/exynos: Fix address space warnings in exynos_drm_fbdev.cSachin Kamat-2/+3
2013-09-16drm/exynos: Fix address space warning in exynos_drm_buf.cSachin Kamat-1/+2
2013-09-16drm/exynos: Remove redundant OF dependencySachin Kamat-1/+1
2013-09-05drm/exynos: Fix build error with exynos_drm_connector.cSachin Kamat-1/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_drm_fimdSachin Kamat-53/+21
2013-09-05drm/exynos: Remove non-DT support in exynos_hdmiSachin Kamat-58/+12
2013-09-05drm/exynos: Remove non-DT support in exynos_drm_g2dSachin Kamat-3/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_hdmiphySachin Kamat-10/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_ddcSachin Kamat-10/+1
2013-09-05drm/exynos: Make Exynos DRM drivers depend on OFSachin Kamat-2/+2
2013-09-05drm/exynos: Consider fallback option to allocation failVikas Sajjan-0/+13
2013-09-05drm/exynos: fimd: move platform data parsing to separate functionAndrzej Hajda-32/+31
2013-09-05drm/exynos: fimd: get signal polarities from device treeAndrzej Hajda-0/+9
2013-09-05drm/exynos: fimd: replace struct fb_videomode with videomodeAndrzej Hajda-96/+68
2013-09-05drm/exynos: check a pixel format to a particular window layerInki Dae-0/+11
2013-09-05drm/exynos: fix fimd pixel format settingInki Dae-21/+13
2013-09-05drm/exynos: Add NULL pointer checkSachin Kamat-0/+9
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat-96/+30
2013-09-05drm/exynos: Add missing of.h header includeSachin Kamat-1/+6
2013-09-05drm/exynos: Remove redundant NULL check in exynos_drm_bufSachin Kamat-5/+0
2013-09-05drm/exynos: add device tree support for rotatorChanho Park-28/+80
2013-09-05drm/exynos: Add missing includesMark Brown-0/+10
2013-09-05drm/exynos: add runtime pm interfaces to g2d driverInki Dae-12/+28
2013-09-05drm/exynos: Add fallback option to get non physically contiguous memory for fbVikas Sajjan-2/+13
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-24/+20
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard-2/+3
2013-08-21drm/gem: fix up flink name create raceDaniel Vetter-1/+1
2013-08-19drm/exynos: explicit store base gem object in dma_buf->privInki Dae-4/+8
2013-08-19drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter-22/+1
2013-08-07drm: const'ify ioctls table (v2)Rob Clark-2/+2
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter-30/+1
2013-07-30drm/exynos: Remove module.h header inclusionSachin Kamat-12/+0
2013-07-30drm/exynos: consider common clock framework to g2d driver.Inki Dae-3/+14
2013-07-30drm/exynos: fix module build errorInki Dae-3/+0
2013-07-30drm/exynos: exynos_drm_ipp: fix return value checkWei Yongjun-6/+6
2013-07-25drm/gem: convert to new unified vma managerDavid Herrmann-8/+6
2013-07-04drm/exynos: remove duplicated error routine and unnecessary assignSeung-Woo Kim-11/+7
2013-07-04drm/exynos: fix pages allocation size in lowlevel_buffer_allocateYoungJun Cho-1/+1