aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAge
* drm/exynos: fixed exception to page allocation failureInki Dae2012-07-26
* drm/exynos: use __free_page() to deallocate memoryInki Dae2012-07-26
* drm/exynos: fixed a comment to gem size.Inki Dae2012-07-26
* drm/exynos: removed unnecessary variableInki Dae2012-07-26
* drm/exynos: do not release memory region from exporter.Inki Dae2012-07-26
* drm/exynos: set buffer type from exporter.Inki Dae2012-07-26
* drm/exynos: use alloc_page() to allocate pages.Inki Dae2012-07-26
* drm/exynos: fixed build warning.Inki Dae2012-07-26
* drm/exynos: fixed edid data setting at vidi connection requestInki Dae2012-07-26
* drm/exynos: check if raw edid data is fake or not for testInki Dae2012-07-26
* drm/exynos: set edid fake data only for test.Inki Dae2012-07-26
* drm/exynos: removed unnecessary declaration.Inki Dae2012-07-26
* drm/exynos: fix buffer pitch calculationCooper Yuan2012-07-26
* drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel2012-07-26
* drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel2012-07-26
* drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat2012-07-26
* drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat2012-07-26
* drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat2012-07-26
* drm/exynos: Add missing static storage class specifierSachin Kamat2012-07-26
* drm/exynos: add property for crtc modeJoonyoung Shim2012-07-26
* drm/exynos: add crtc disable functionJoonyoung Shim2012-07-26
* drm/exynos: add plane enable/disableJoonyoung Shim2012-07-26
* drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim2012-07-26
* drm/exynos: fix dpms operation for mode setJoonyoung Shim2012-07-26
* drm/exynos: add property for plane zposJoonyoung Shim2012-07-26
* drm/exynos: update overlay via plane from crtcJoonyoung Shim2012-07-26
* drm/exynos: use private plane for crtcJoonyoung Shim2012-07-26
* drm/exynos: define to_exynos_plane macroJoonyoung Shim2012-07-26
* drm/exynos: fix to set pipe of crtcJoonyoung Shim2012-07-26
* drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim2012-07-26
* 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
* drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart2012-06-05
* drm/exynos: Keep a reference to frame buffer GEM objectsLaurent Pinchart2012-06-04
* drm/exynos: Don't cast GEM object to Exynos GEM object when not neededLaurent Pinchart2012-06-04
* drm/exynos: DRIVER_BUS_PLATFORM is not a driver featureLaurent Pinchart2012-06-04
* drm/exynos: Use DRM_FORMAT_{NV12, YUV420} instead of DRM_FORMAT_{NV12M, YUV420M}Ville Syrjälä2012-06-04
* Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-05-22
|\
| * drm/exynos: add G2D driverJoonyoung Shim2012-05-17
| * drm/exynos: added vp scaling feature for hdmiSeung-Woo Kim2012-05-17
| * drm/exynos: added source size to overlay structureSeung-Woo Kim2012-05-17
| * drm/exynos: add additional display mode for hdmiSeung-Woo Kim2012-05-17
| * drm/exynos: enable dvi mode for dvi monitorSeung-Woo Kim2012-05-17
| * drm/exynos: fixed wrong pageflip finish event for interlace modeSeung-Woo Kim2012-05-17
| * drm/exynos: add PM functions for hdmi and mixerJoonyoung Shim2012-05-08
| * drm/exynos: add dpms for hdmiJoonyoung Shim2012-05-08
| * drm/exynos: use threaded irq for hdmi hotplugJoonyoung Shim2012-05-08
| * drm/exynos: use platform_get_irq_byname for hdmiJoonyoung Shim2012-05-08
| * drm/exynos: cleanup for hdmi platform dataJoonyoung Shim2012-05-08
| * drm/exynos: added a feature to get gem buffer information.Inki Dae2012-05-08