summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)Author
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-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
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart
2012-06-05drm/exynos: fixed blending for hdmi graphic layerSeung-Woo Kim
2012-06-05drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart
2012-06-05drm/exynos: Keep a reference to frame buffer GEM objectsLaurent Pinchart
2012-06-05drm/exynos: Don't cast GEM object to Exynos GEM object when not neededLaurent Pinchart