summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAge
* drm: refcnt drm_framebuffer (v4.1)Rob Clark2012-10-02
* Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-24
|\
| * drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae2012-09-13
| * drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines2012-09-13
| * drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski2012-09-13
| * drm/exynos: Add missing braces around sizeof in exynos_mixer.cSachin Kamat2012-09-13
| * drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat2012-09-13
| * drm/exynos: Make g2d_pm_ops staticSachin Kamat2012-09-13
| * drm/exynos: Add dependency for G2D in KconfigSachin Kamat2012-09-13
| * drm/exynos: fixed page align bug.Inki Dae2012-09-13
| * drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer2012-09-13
| * drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat2012-09-13
| * drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat2012-09-13
| * drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c fileSachin Kamat2012-09-13
| * drm/exynos: Remove redundant check in exynos_drm_fimd.c fileSachin Kamat2012-09-13
| * drm/exynos: Remove redundant check in exynos_hdmi.c fileSachin Kamat2012-09-13
| * drm: use drm_compat_ioctl for 32-bit appsKeith Packard2012-09-06
* | drm: remove the raw_edid field from struct drm_display_infoJani Nikula2012-08-24
|/
* drm/exynos: fixed exception to page allocation failureInki Dae2012-07-27
* drm/exynos: use __free_page() to deallocate memoryInki Dae2012-07-27
* drm/exynos: fixed a comment to gem size.Inki Dae2012-07-27
* drm/exynos: removed unnecessary variableInki Dae2012-07-27
* drm/exynos: do not release memory region from exporter.Inki Dae2012-07-27
* drm/exynos: set buffer type from exporter.Inki Dae2012-07-27
* drm/exynos: use alloc_page() to allocate pages.Inki Dae2012-07-27
* drm/exynos: fixed build warning.Inki Dae2012-07-27
* drm/exynos: fixed edid data setting at vidi connection requestInki Dae2012-07-27
* drm/exynos: check if raw edid data is fake or not for testInki Dae2012-07-27
* drm/exynos: set edid fake data only for test.Inki Dae2012-07-27
* drm/exynos: removed unnecessary declaration.Inki Dae2012-07-27
* drm/exynos: fix buffer pitch calculationCooper Yuan2012-07-27
* drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel2012-07-27
* drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel2012-07-27
* drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat2012-07-27
* drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat2012-07-27
* drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat2012-07-27
* drm/exynos: Add missing static storage class specifierSachin Kamat2012-07-27
* drm/exynos: add property for crtc modeJoonyoung Shim2012-07-27
* drm/exynos: add crtc disable functionJoonyoung Shim2012-07-27
* drm/exynos: add plane enable/disableJoonyoung Shim2012-07-27
* drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim2012-07-27
* drm/exynos: fix dpms operation for mode setJoonyoung Shim2012-07-27
* drm/exynos: add property for plane zposJoonyoung Shim2012-07-27
* drm/exynos: update overlay via plane from crtcJoonyoung Shim2012-07-27
* drm/exynos: use private plane for crtcJoonyoung Shim2012-07-27
* drm/exynos: define to_exynos_plane macroJoonyoung Shim2012-07-27
* drm/exynos: fix to set pipe of crtcJoonyoung Shim2012-07-27
* drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim2012-07-27
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-19
* drm/exynos: fixed blending for hdmi graphic layerSeung-Woo Kim2012-06-05