summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAgeFilesLines
* drm exynos: use drm_fb_helper_set_par directlySascha Hauer2012-02-031-27/+1
* drm/exynos: fixed pm feature for fimd module.Inki Dae2012-01-271-50/+59
* drm/exynos: fixed build dependency for DRM_EXYNOS_FIMDInki Dae2012-01-271-1/+1
* drm/exynos: fix build dependency for DRM_EXYNOS_HDMISeung-Woo Kim2012-01-271-1/+1
* drm/exynos: use release_mem_region instead of release_resourceSeung-Woo Kim2012-01-271-4/+4
* drm: add support for private planesRob Clark2012-01-051-1/+1
* drm/exynos: added hdmi display supportSeung-Woo Kim2011-12-2913-0/+3441
* drm/exynos: added mutex lock and code clean.Inki Dae2011-12-291-12/+25
* drm/exynos: extend vblank off delay time.Inki Dae2011-12-292-0/+6
* drm/exynos: change driver name.Inki Dae2011-12-291-1/+1
* drm/exynos: Support multi buffersSeung-Woo Kim2011-12-297-32/+81
* drm/exynos: added pm support.Inki Dae2011-12-291-0/+59
* drm/exynos: remove buffer creation of fbdev from drm framebuffer creationJoonyoung Shim2011-12-293-133/+72
* drm/exynos: Split creation of gem object and gem handleJoonyoung Shim2011-12-293-60/+81
* drm/exynos: Fix a fake mmap offset creationJoonyoung Shim2011-12-291-24/+14
* drm/exynos: gem code cleanupJoonyoung Shim2011-12-294-87/+85
* drm/exynos: Add plane support with fimdJoonyoung Shim2011-12-219-15/+244
* drm/exynos: add runtime pm feature for fimdJoonyoung Shim2011-12-211-1/+77
* drm/exynos: updated crtc and encoder dpms framework.Inki Dae2011-12-215-83/+206
* drm/exynos: Use struct drm_mode_fb_cmd2Joonyoung Shim2011-12-213-19/+19
* drm/exynos: Fix compile errorsJoonyoung Shim2011-12-211-9/+11
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-2014-226/+436
|\
| * drm/exynos: fixed wrong err ptr usage and destroy call in execeptionSeung-Woo Kim2011-11-171-10/+5
| * drm/exynos: Add disable of managerJoonyoung Shim2011-11-173-26/+55
| * drm/exynos: include linux/module.hInki Dae2011-11-151-0/+1
| * drm/exynos: fix vblank bug.Inki Dae2011-11-151-10/+36
| * drm/exynos: changed buffer structure.Inki Dae2011-11-1510-133/+148
| * drm/exynos: removed unnecessary variable.Inki Dae2011-11-151-2/+0
| * drm/exynos: use gem create function genericallyInki Dae2011-11-153-36/+55
| * drm/exynos: checked for null pointerSeung-Woo Kim2011-11-151-2/+4
| * drm/exynos: added crtc dpms for disable crtcJoonyoung Shim2011-11-153-11/+73
| * drm/exynos: removed meaningless parameter from fbdev updateSeung-Woo Kim2011-11-151-9/+5
| * drm/exynos: restored kernel_fb_list when reiniting fb_helperJoonyoung Shim2011-11-151-0/+15
| * drm/exynos: changed exynos_drm_display to exynos_drm_display_opsInki Dae2011-11-154-22/+23
| * drm/exynos: added manager object to connectorInki Dae2011-11-152-8/+33
| * drm/exynos: fixed converting between display mode and timingSeung-Woo Kim2011-11-151-1/+8
| * drm/exynos: fixed connector flag with hpd and interlace scan for hdmiSeung-Woo Kim2011-11-151-0/+2
| * drm/exynos: added kms poll for handling hpd eventSeung-Woo Kim2011-11-152-0/+17
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-202-3/+3
|/
* drm/exynos: fixed build warnings and comments.Inki Dae2011-10-182-13/+2
* drm/exynos: fixed page flip bug.Inki Dae2011-10-184-13/+35
* drm/exynos: added comments and code clean.Inki Dae2011-10-183-3/+11
* drm/exynos: fixed bug to exynos_drm_fb_dev_reinit().Inki Dae2011-10-181-0/+2
* drm/exynos: added device object as argument of subdrv_probe().Inki Dae2011-10-183-3/+3
* drm/exynos: fixed overlay updating time at page flip.Inki Dae2011-10-183-4/+3
* drm/exynos: fixed overlay data updating.Inki Dae2011-10-187-103/+162
* DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae2011-10-0520-0/+4075
OpenPOWER on IntegriCloud