summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie14-226/+436
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2-3/+3
2011-11-17drm/exynos: fixed wrong err ptr usage and destroy call in execeptionSeung-Woo Kim1-10/+5
2011-11-17drm/exynos: Add disable of managerJoonyoung Shim3-26/+55
2011-11-15drm/exynos: include linux/module.hInki Dae1-0/+1
2011-11-15drm/exynos: fix vblank bug.Inki Dae1-10/+36
2011-11-15drm/exynos: changed buffer structure.Inki Dae10-133/+148
2011-11-15drm/exynos: removed unnecessary variable.Inki Dae1-2/+0
2011-11-15drm/exynos: use gem create function genericallyInki Dae3-36/+55
2011-11-15drm/exynos: checked for null pointerSeung-Woo Kim1-2/+4
2011-11-15drm/exynos: added crtc dpms for disable crtcJoonyoung Shim3-11/+73
2011-11-15drm/exynos: removed meaningless parameter from fbdev updateSeung-Woo Kim1-9/+5
2011-11-15drm/exynos: restored kernel_fb_list when reiniting fb_helperJoonyoung Shim1-0/+15
2011-11-15drm/exynos: changed exynos_drm_display to exynos_drm_display_opsInki Dae4-22/+23
2011-11-15drm/exynos: added manager object to connectorInki Dae2-8/+33
2011-11-15drm/exynos: fixed converting between display mode and timingSeung-Woo Kim1-1/+8
2011-11-15drm/exynos: fixed connector flag with hpd and interlace scan for hdmiSeung-Woo Kim1-0/+2
2011-11-15drm/exynos: added kms poll for handling hpd eventSeung-Woo Kim2-0/+17
2011-10-18drm/exynos: fixed build warnings and comments.Inki Dae2-13/+2
2011-10-18drm/exynos: fixed page flip bug.Inki Dae4-13/+35
2011-10-18drm/exynos: added comments and code clean.Inki Dae3-3/+11
2011-10-18drm/exynos: fixed bug to exynos_drm_fb_dev_reinit().Inki Dae1-0/+2
2011-10-18drm/exynos: added device object as argument of subdrv_probe().Inki Dae3-3/+3
2011-10-18drm/exynos: fixed overlay updating time at page flip.Inki Dae3-4/+3
2011-10-18drm/exynos: fixed overlay data updating.Inki Dae7-103/+162
2011-10-05DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae20-0/+4075