aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-15drm/exynos: added panel physical size.Eun-Chul Kim3-20/+27
2012-02-15drm/exynos: added postclose to release resource.Inki Dae1-0/+12
2012-02-15drm/exynos: removed exynos_drm_fbdev_recreate function.Inki Dae1-66/+4
2012-02-15drm/exynos: fixed page flip issue.Inki Dae3-5/+15
2012-02-15drm/exynos: added possible_clones setup function.Inki Dae4-0/+42
2012-02-15drm/exynos: removed pageflip_event_list init code when closed.Joonyoung Shim1-8/+2
2012-02-15drm/exynos: changed priority of mixer layers.Joonyoung Shim1-5/+5
2012-02-15drm/exynos: Fix typo in exynos_mixer.cMasanari Iida1-1/+1
2012-01-27drm/exynos: fixed pm feature for fimd module.Inki Dae1-50/+59
2012-01-27drm/exynos: fixed build dependency for DRM_EXYNOS_FIMDInki Dae1-1/+1
2012-01-27drm/exynos: fix build dependency for DRM_EXYNOS_HDMISeung-Woo Kim1-1/+1
2012-01-27drm/exynos: use release_mem_region instead of release_resourceSeung-Woo Kim1-4/+4
2012-01-05drm: add support for private planesRob Clark1-1/+1
2011-12-29drm/exynos: added hdmi display supportSeung-Woo Kim13-0/+3441
2011-12-29drm/exynos: added mutex lock and code clean.Inki Dae1-12/+25
2011-12-29drm/exynos: extend vblank off delay time.Inki Dae2-0/+6
2011-12-29drm/exynos: change driver name.Inki Dae1-1/+1
2011-12-29drm/exynos: Support multi buffersSeung-Woo Kim7-32/+81
2011-12-29drm/exynos: added pm support.Inki Dae1-0/+59
2011-12-29drm/exynos: remove buffer creation of fbdev from drm framebuffer creationJoonyoung Shim3-133/+72
2011-12-29drm/exynos: Split creation of gem object and gem handleJoonyoung Shim3-60/+81
2011-12-29drm/exynos: Fix a fake mmap offset creationJoonyoung Shim1-24/+14
2011-12-29drm/exynos: gem code cleanupJoonyoung Shim4-87/+85
2011-12-21drm/exynos: Add plane support with fimdJoonyoung Shim9-15/+244
2011-12-21drm/exynos: add runtime pm feature for fimdJoonyoung Shim1-1/+77
2011-12-21drm/exynos: updated crtc and encoder dpms framework.Inki Dae5-83/+206
2011-12-21drm/exynos: Use struct drm_mode_fb_cmd2Joonyoung Shim3-19/+19
2011-12-21drm/exynos: Fix compile errorsJoonyoung Shim1-9/+11
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