summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAgeFilesLines
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-0219-37/+37
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-025-5/+0
* drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae2012-09-131-1/+0
* drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines2012-09-131-2/+0
* drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski2012-09-131-0/+7
* drm/exynos: Add missing braces around sizeof in exynos_mixer.cSachin Kamat2012-09-131-3/+3
* drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat2012-09-131-3/+3
* drm/exynos: Make g2d_pm_ops staticSachin Kamat2012-09-131-1/+1
* drm/exynos: Add dependency for G2D in KconfigSachin Kamat2012-09-131-1/+1
* drm/exynos: fixed page align bug.Inki Dae2012-09-131-1/+1
* drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer2012-09-131-1/+1
* drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat2012-09-131-40/+10
* drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat2012-09-131-2/+1
* drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c fileSachin Kamat2012-09-131-3/+1
* drm/exynos: Remove redundant check in exynos_drm_fimd.c fileSachin Kamat2012-09-131-5/+0
* drm/exynos: Remove redundant check in exynos_hdmi.c fileSachin Kamat2012-09-131-5/+0
* drm: use drm_compat_ioctl for 32-bit appsKeith Packard2012-09-061-0/+3
* drm/exynos: fixed exception to page allocation failureInki Dae2012-07-271-1/+1
* drm/exynos: use __free_page() to deallocate memoryInki Dae2012-07-271-15/+6
* drm/exynos: fixed a comment to gem size.Inki Dae2012-07-271-1/+2
* drm/exynos: removed unnecessary variableInki Dae2012-07-271-5/+0
* drm/exynos: do not release memory region from exporter.Inki Dae2012-07-271-0/+10
* drm/exynos: set buffer type from exporter.Inki Dae2012-07-271-7/+20
* drm/exynos: use alloc_page() to allocate pages.Inki Dae2012-07-271-11/+3
* drm/exynos: fixed build warning.Inki Dae2012-07-271-1/+1
* drm/exynos: fixed edid data setting at vidi connection requestInki Dae2012-07-271-7/+31
* drm/exynos: check if raw edid data is fake or not for testInki Dae2012-07-271-0/+6
* drm/exynos: set edid fake data only for test.Inki Dae2012-07-271-3/+4
* drm/exynos: removed unnecessary declaration.Inki Dae2012-07-271-2/+0
* drm/exynos: fix buffer pitch calculationCooper Yuan2012-07-271-1/+1
* drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel2012-07-271-1/+1
* drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel2012-07-271-0/+4
* drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat2012-07-271-34/+14
* drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat2012-07-271-29/+7
* drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat2012-07-271-32/+8
* drm/exynos: Add missing static storage class specifierSachin Kamat2012-07-271-1/+2
* drm/exynos: add property for crtc modeJoonyoung Shim2012-07-272-0/+73
* drm/exynos: add crtc disable functionJoonyoung Shim2012-07-271-0/+11
* drm/exynos: add plane enable/disableJoonyoung Shim2012-07-276-28/+50
* drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim2012-07-271-11/+0
* drm/exynos: fix dpms operation for mode setJoonyoung Shim2012-07-273-37/+5
* drm/exynos: add property for plane zposJoonyoung Shim2012-07-274-49/+48
* drm/exynos: update overlay via plane from crtcJoonyoung Shim2012-07-276-222/+151
* drm/exynos: use private plane for crtcJoonyoung Shim2012-07-275-31/+47
* drm/exynos: define to_exynos_plane macroJoonyoung Shim2012-07-271-7/+6
* drm/exynos: fix to set pipe of crtcJoonyoung Shim2012-07-273-18/+24
* drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim2012-07-272-9/+12
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-196-6/+6
* drm/exynos: fixed blending for hdmi graphic layerSeung-Woo Kim2012-06-051-4/+6
* drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart2012-06-051-7/+0