aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)Author
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-13drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae
2012-09-13drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines
2012-09-13drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski
2012-09-13drm/exynos: Add missing braces around sizeof in exynos_mixer.cSachin Kamat
2012-09-13drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat
2012-09-13drm/exynos: Make g2d_pm_ops staticSachin Kamat
2012-09-13drm/exynos: Add dependency for G2D in KconfigSachin Kamat
2012-09-13drm/exynos: fixed page align bug.Inki Dae
2012-09-13drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer
2012-09-13drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat
2012-09-13drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat
2012-09-13drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c fileSachin Kamat
2012-09-13drm/exynos: Remove redundant check in exynos_drm_fimd.c fileSachin Kamat
2012-09-13drm/exynos: Remove redundant check in exynos_hdmi.c fileSachin Kamat
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-27drm/exynos: fixed exception to page allocation failureInki Dae
2012-07-27drm/exynos: use __free_page() to deallocate memoryInki Dae
2012-07-27drm/exynos: fixed a comment to gem size.Inki Dae
2012-07-27drm/exynos: removed unnecessary variableInki Dae
2012-07-27drm/exynos: do not release memory region from exporter.Inki Dae
2012-07-27drm/exynos: set buffer type from exporter.Inki Dae
2012-07-27drm/exynos: use alloc_page() to allocate pages.Inki Dae
2012-07-27drm/exynos: fixed build warning.Inki Dae
2012-07-27drm/exynos: fixed edid data setting at vidi connection requestInki Dae
2012-07-27drm/exynos: check if raw edid data is fake or not for testInki Dae
2012-07-27drm/exynos: set edid fake data only for test.Inki Dae
2012-07-27drm/exynos: removed unnecessary declaration.Inki Dae
2012-07-27drm/exynos: fix buffer pitch calculationCooper Yuan
2012-07-27drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel
2012-07-27drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel
2012-07-27drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat
2012-07-27drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat
2012-07-27drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat
2012-07-27drm/exynos: Add missing static storage class specifierSachin Kamat
2012-07-27drm/exynos: add property for crtc modeJoonyoung Shim
2012-07-27drm/exynos: add crtc disable functionJoonyoung Shim
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim
2012-07-27drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim
2012-07-27drm/exynos: add property for plane zposJoonyoung Shim
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim
2012-07-27drm/exynos: define to_exynos_plane macroJoonyoung Shim
2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim
2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim