summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/exynos: Keep a reference to frame buffer GEM objectsLaurent Pinchart2012-06-051-5/+14
* drm/exynos: Don't cast GEM object to Exynos GEM object when not neededLaurent Pinchart2012-06-051-6/+3
* drm/exynos: DRIVER_BUS_PLATFORM is not a driver featureLaurent Pinchart2012-06-051-2/+2
* drm/exynos: Use DRM_FORMAT_{NV12, YUV420} instead of DRM_FORMAT_{NV12M, YUV420M}Ville Syrjälä2012-06-052-3/+3
* Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-05-2219-431/+1975
|\
| * drm/exynos: add G2D driverJoonyoung Shim2012-05-176-0/+1022
| * drm/exynos: added vp scaling feature for hdmiSeung-Woo Kim2012-05-171-55/+33
| * drm/exynos: added source size to overlay structureSeung-Woo Kim2012-05-174-5/+17
| * drm/exynos: add additional display mode for hdmiSeung-Woo Kim2012-05-171-0/+65
| * drm/exynos: enable dvi mode for dvi monitorSeung-Woo Kim2012-05-172-8/+18
| * drm/exynos: fixed wrong pageflip finish event for interlace modeSeung-Woo Kim2012-05-171-5/+7
| * drm/exynos: add PM functions for hdmi and mixerJoonyoung Shim2012-05-082-0/+47
| * drm/exynos: add dpms for hdmiJoonyoung Shim2012-05-084-306/+341
| * drm/exynos: use threaded irq for hdmi hotplugJoonyoung Shim2012-05-081-35/+5
| * drm/exynos: use platform_get_irq_byname for hdmiJoonyoung Shim2012-05-081-6/+5
| * drm/exynos: cleanup for hdmi platform dataJoonyoung Shim2012-05-081-7/+6
| * drm/exynos: added a feature to get gem buffer information.Inki Dae2012-05-083-0/+32
OpenPOWER on IntegriCloud