summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2013-09-05drm/exynos: Fix build error with exynos_drm_connector.cSachin Kamat1-1/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_drm_fimdSachin Kamat1-53/+21
2013-09-05drm/exynos: Remove non-DT support in exynos_hdmiSachin Kamat1-58/+12
2013-09-05drm/exynos: Remove non-DT support in exynos_drm_g2dSachin Kamat1-3/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_hdmiphySachin Kamat1-10/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_ddcSachin Kamat1-10/+1
2013-09-05drm/exynos: Make Exynos DRM drivers depend on OFSachin Kamat1-2/+2
2013-09-05drm/exynos: Consider fallback option to allocation failVikas Sajjan1-0/+13
2013-09-05drm/exynos: fimd: move platform data parsing to separate functionAndrzej Hajda1-32/+31
2013-09-05drm/exynos: fimd: get signal polarities from device treeAndrzej Hajda1-0/+9
2013-09-05drm/exynos: fimd: replace struct fb_videomode with videomodeAndrzej Hajda2-96/+68
2013-09-05drm/exynos: check a pixel format to a particular window layerInki Dae1-0/+11
2013-09-05drm/exynos: fix fimd pixel format settingInki Dae1-21/+13
2013-09-05drm/exynos: Add NULL pointer checkSachin Kamat1-0/+9
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat19-96/+30
2013-09-05drm/exynos: Add missing of.h header includeSachin Kamat6-1/+6
2013-09-05drm/exynos: Remove redundant NULL check in exynos_drm_bufSachin Kamat1-5/+0
2013-09-05drm/exynos: add device tree support for rotatorChanho Park1-28/+80
2013-09-05drm/exynos: Add missing includesMark Brown10-0/+10
2013-09-05drm/exynos: add runtime pm interfaces to g2d driverInki Dae1-12/+28
2013-09-05drm/exynos: Add fallback option to get non physically contiguous memory for fbVikas Sajjan1-2/+13
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie12-24/+20
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-2/+3
2013-08-21drm/gem: fix up flink name create raceDaniel Vetter1-1/+1
2013-08-19drm/exynos: explicit store base gem object in dma_buf->privInki Dae1-4/+8
2013-08-19drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter1-22/+1
2013-08-07drm: const'ify ioctls table (v2)Rob Clark1-2/+2
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter3-30/+1
2013-07-29drm/exynos: Remove module.h header inclusionSachin Kamat12-12/+0
2013-07-29drm/exynos: consider common clock framework to g2d driver.Inki Dae1-3/+14
2013-07-29drm/exynos: fix module build errorInki Dae2-3/+0
2013-07-29drm/exynos: exynos_drm_ipp: fix return value checkWei Yongjun1-6/+6
2013-07-25drm/gem: convert to new unified vma managerDavid Herrmann1-8/+6
2013-07-04drm/exynos: remove duplicated error routine and unnecessary assignSeung-Woo Kim2-11/+7
2013-07-04drm/exynos: fix pages allocation size in lowlevel_buffer_allocateYoungJun Cho1-1/+1
2013-07-04drm/exynos: use drm_calloc_large when allocates pointer arrayYoungJun Cho2-8/+7
2013-07-04drm/exynos: add error check routine in exynos_drm_openYoungJun Cho1-1/+8
2013-07-04drm/exynos: initialize the buf_num in vp_video_bufferYoungJun Cho1-1/+1
2013-07-04drm/exynos: remove dead code in vidi_power_onYoungJun Cho1-3/+0
2013-07-04drm/exynos: fix not to remain exynos_gem_obj as a leakYoungJun Cho1-4/+5
2013-06-28drm/exynos: add support for exynos5420 mixerRahul Sharma2-12/+44
2013-06-28drm/exynos: add new compatible strings for hdmi subsystemRahul Sharma4-5/+17
2013-06-28drm/exynos: fix interlace resolutions for exynos5420Rahul Sharma1-6/+8
2013-06-28drm/exynos: use of_get_named_gpio to get hdmi hpd gpioRahul Sharma1-2/+1
2013-06-28drm/exynos: make sure to handle an error case to vm_mmap callInki Dae1-3/+3
2013-06-28drm/exynos: exynos_drm_ipp: Remove redundant break statementSachin Kamat1-1/+0
2013-06-28drm/exynos: add mout_hdmi clock in hdmi driver to change parentRahul Sharma1-4/+10
2013-06-28drm/exynos: Prepare/Unprepare HDMI subsystem clocksSean Paul2-18/+18
2013-06-28drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho6-224/+187
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho20-437/+4