aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-27drm/exynos: fixed exception to page allocation failureInki Dae1-1/+1
2012-07-27drm/exynos: use __free_page() to deallocate memoryInki Dae1-15/+6
2012-07-27drm/exynos: fixed a comment to gem size.Inki Dae1-1/+2
2012-07-27drm/exynos: removed unnecessary variableInki Dae1-5/+0
2012-07-27drm/exynos: do not release memory region from exporter.Inki Dae1-0/+10
2012-07-27drm/exynos: set buffer type from exporter.Inki Dae1-7/+20
2012-07-27drm/exynos: use alloc_page() to allocate pages.Inki Dae1-11/+3
2012-07-27drm/exynos: fixed build warning.Inki Dae1-1/+1
2012-07-27drm/exynos: fixed edid data setting at vidi connection requestInki Dae1-7/+31
2012-07-27drm/exynos: check if raw edid data is fake or not for testInki Dae1-0/+6
2012-07-27drm/exynos: set edid fake data only for test.Inki Dae1-3/+4
2012-07-27drm/exynos: removed unnecessary declaration.Inki Dae1-2/+0
2012-07-27drm/exynos: fix buffer pitch calculationCooper Yuan1-1/+1
2012-07-27drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel1-1/+1
2012-07-27drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel1-0/+4
2012-07-27drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat1-34/+14
2012-07-27drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat1-29/+7
2012-07-27drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat1-32/+8
2012-07-27drm/exynos: Add missing static storage class specifierSachin Kamat1-1/+2
2012-07-27drm/exynos: add property for crtc modeJoonyoung Shim2-0/+73
2012-07-27drm/exynos: add crtc disable functionJoonyoung Shim1-0/+11
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim6-28/+50
2012-07-27drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim1-11/+0
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim3-37/+5
2012-07-27drm/exynos: add property for plane zposJoonyoung Shim4-49/+48
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim6-222/+151
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim5-31/+47
2012-07-27drm/exynos: define to_exynos_plane macroJoonyoung Shim1-7/+6
2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim3-18/+24
2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim2-9/+12
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart6-6/+6
2012-06-05drm/exynos: fixed blending for hdmi graphic layerSeung-Woo Kim1-4/+6
2012-06-05drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart1-7/+0
2012-06-05drm/exynos: Keep a reference to frame buffer GEM objectsLaurent Pinchart1-5/+14
2012-06-05drm/exynos: Don't cast GEM object to Exynos GEM object when not neededLaurent Pinchart1-6/+3
2012-06-05drm/exynos: DRIVER_BUS_PLATFORM is not a driver featureLaurent Pinchart1-2/+2
2012-06-05drm/exynos: Use DRM_FORMAT_{NV12, YUV420} instead of DRM_FORMAT_{NV12M, YUV420M}Ville Syrjälä2-3/+3
2012-05-22Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-samsung into drm-core-nextDave Airlie19-431/+1975
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart1-1/+1
2012-05-17drm/exynos: add G2D driverJoonyoung Shim6-0/+1022
2012-05-17drm/exynos: added vp scaling feature for hdmiSeung-Woo Kim1-55/+33
2012-05-17drm/exynos: added source size to overlay structureSeung-Woo Kim4-5/+17
2012-05-17drm/exynos: add additional display mode for hdmiSeung-Woo Kim1-0/+65
2012-05-17drm/exynos: enable dvi mode for dvi monitorSeung-Woo Kim2-8/+18
2012-05-17drm/exynos: fixed wrong pageflip finish event for interlace modeSeung-Woo Kim1-5/+7
2012-05-08drm/exynos: add PM functions for hdmi and mixerJoonyoung Shim2-0/+47
2012-05-08drm/exynos: add dpms for hdmiJoonyoung Shim4-306/+341
2012-05-08drm/exynos: use threaded irq for hdmi hotplugJoonyoung Shim1-35/+5
2012-05-08drm/exynos: use platform_get_irq_byname for hdmiJoonyoung Shim1-6/+5