summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorLines
2012-09-13drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae-1/+0
2012-09-13drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines-2/+0
2012-09-13drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski-0/+7
2012-09-13drm/exynos: Add missing braces around sizeof in exynos_mixer.cSachin Kamat-3/+3
2012-09-13drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat-3/+3
2012-09-13drm/exynos: Make g2d_pm_ops staticSachin Kamat-1/+1
2012-09-13drm/exynos: Add dependency for G2D in KconfigSachin Kamat-1/+1
2012-09-13drm/exynos: fixed page align bug.Inki Dae-1/+1
2012-09-13drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer-1/+1
2012-09-13drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat-40/+10
2012-09-13drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat-2/+1
2012-09-13drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c fileSachin Kamat-3/+1
2012-09-13drm/exynos: Remove redundant check in exynos_drm_fimd.c fileSachin Kamat-5/+0
2012-09-13drm/exynos: Remove redundant check in exynos_hdmi.c fileSachin Kamat-5/+0
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard-0/+3
2012-07-27drm/exynos: fixed exception to page allocation failureInki Dae-1/+1
2012-07-27drm/exynos: use __free_page() to deallocate memoryInki Dae-15/+6
2012-07-27drm/exynos: fixed a comment to gem size.Inki Dae-1/+2
2012-07-27drm/exynos: removed unnecessary variableInki Dae-5/+0
2012-07-27drm/exynos: do not release memory region from exporter.Inki Dae-0/+10
2012-07-27drm/exynos: set buffer type from exporter.Inki Dae-7/+20
2012-07-27drm/exynos: use alloc_page() to allocate pages.Inki Dae-11/+3
2012-07-27drm/exynos: fixed build warning.Inki Dae-1/+1
2012-07-27drm/exynos: fixed edid data setting at vidi connection requestInki Dae-7/+31
2012-07-27drm/exynos: check if raw edid data is fake or not for testInki Dae-0/+6
2012-07-27drm/exynos: set edid fake data only for test.Inki Dae-3/+4
2012-07-27drm/exynos: removed unnecessary declaration.Inki Dae-2/+0
2012-07-27drm/exynos: fix buffer pitch calculationCooper Yuan-1/+1
2012-07-27drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel-1/+1
2012-07-27drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel-0/+4
2012-07-27drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat-34/+14
2012-07-27drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat-29/+7
2012-07-27drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat-32/+8
2012-07-27drm/exynos: Add missing static storage class specifierSachin Kamat-1/+2
2012-07-27drm/exynos: add property for crtc modeJoonyoung Shim-0/+73
2012-07-27drm/exynos: add crtc disable functionJoonyoung Shim-0/+11
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim-28/+50
2012-07-27drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim-11/+0
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim-37/+5
2012-07-27drm/exynos: add property for plane zposJoonyoung Shim-49/+48
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim-222/+151
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim-31/+47
2012-07-27drm/exynos: define to_exynos_plane macroJoonyoung Shim-7/+6
2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim-18/+24
2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim-9/+12
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart-6/+6
2012-06-05drm/exynos: fixed blending for hdmi graphic layerSeung-Woo Kim-4/+6
2012-06-05drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart-7/+0
2012-06-05drm/exynos: Keep a reference to frame buffer GEM objectsLaurent Pinchart-5/+14
2012-06-05drm/exynos: Don't cast GEM object to Exynos GEM object when not neededLaurent Pinchart-6/+3