index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-23
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
26
-716
/
+3339
2012-03-21
drm/exynos: added virtual display driver.
Inki Dae
8
-2
/
+747
2012-03-20
drm/exynos: enable hdmi audio feature
Seung-Woo Kim
2
-0
/
+349
2012-03-20
drm/exynos: add default pixel format for plane
Eunchul Kim
1
-2
/
+6
2012-03-20
drm/exynos: cleanup exynos_hdmi.h
Joonyoung Shim
3
-43
/
+36
2012-03-20
drm/exynos: add is_local member in exynos_drm_subdrv struct
Joonyoung Shim
2
-0
/
+5
2012-03-20
drm/exynos: add subdrv open/close functions
Joonyoung Shim
3
-0
/
+54
2012-03-20
drm/exynos: remove module of exynos drm subdrv
Joonyoung Shim
16
-355
/
+77
2012-03-20
drm/exynos: release pending pageflip events when closed
Joonyoung Shim
1
-0
/
+14
2012-03-20
drm/exynos: added new funtion to get/put dma address.
Inki Dae
2
-0
/
+76
2012-03-20
drm/exynos: update gem and buffer framework.
Inki Dae
5
-72
/
+457
2012-03-20
drm/exynos: added mode_fixup feature and code clean.
Inki Dae
7
-13
/
+157
2012-03-20
drm/exynos: add HDMI version 1.4 support
Joonyoung Shim
3
-145
/
+1323
2012-03-20
drm/exynos: remove exynos_mixer.h
Joonyoung Shim
2
-93
/
+48
2012-03-15
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
10
-105
/
+108
2012-03-15
drm exynos: use drm_fb_helper_set_par directly
Sascha Hauer
1
-27
/
+1
2012-03-15
drm/exynos: Fix fb_videomode <-> drm_mode_modeinfo conversion
Laurent Pinchart
1
-8
/
+8
2012-03-15
drm/exynos: fix runtime_pm fimd device state on probe
Marek Szyprowski
1
-11
/
+6
2012-03-15
drm/exynos: use correct 'exynos-drm' name for platform device
Marek Szyprowski
1
-1
/
+1
2012-03-05
drm: drop setting vm_file to filp
Dave Airlie
1
-1
/
+0
2012-02-15
drm/exynos: added panel physical size.
Eun-Chul Kim
3
-20
/
+27
2012-02-15
drm/exynos: added postclose to release resource.
Inki Dae
1
-0
/
+12
2012-02-15
drm/exynos: removed exynos_drm_fbdev_recreate function.
Inki Dae
1
-66
/
+4
2012-02-15
drm/exynos: fixed page flip issue.
Inki Dae
3
-5
/
+15
2012-02-15
drm/exynos: added possible_clones setup function.
Inki Dae
4
-0
/
+42
2012-02-15
drm/exynos: removed pageflip_event_list init code when closed.
Joonyoung Shim
1
-8
/
+2
2012-02-15
drm/exynos: changed priority of mixer layers.
Joonyoung Shim
1
-5
/
+5
2012-02-15
drm/exynos: Fix typo in exynos_mixer.c
Masanari Iida
1
-1
/
+1
2012-02-03
drm exynos: use drm_fb_helper_set_par directly
Sascha Hauer
1
-27
/
+1
2012-01-27
drm/exynos: fixed pm feature for fimd module.
Inki Dae
1
-50
/
+59
2012-01-27
drm/exynos: fixed build dependency for DRM_EXYNOS_FIMD
Inki Dae
1
-1
/
+1
2012-01-27
drm/exynos: fix build dependency for DRM_EXYNOS_HDMI
Seung-Woo Kim
1
-1
/
+1
2012-01-27
drm/exynos: use release_mem_region instead of release_resource
Seung-Woo Kim
1
-4
/
+4
2012-01-05
drm: add support for private planes
Rob Clark
1
-1
/
+1
2011-12-29
drm/exynos: added hdmi display support
Seung-Woo Kim
13
-0
/
+3441
2011-12-29
drm/exynos: added mutex lock and code clean.
Inki Dae
1
-12
/
+25
2011-12-29
drm/exynos: extend vblank off delay time.
Inki Dae
2
-0
/
+6
2011-12-29
drm/exynos: change driver name.
Inki Dae
1
-1
/
+1
2011-12-29
drm/exynos: Support multi buffers
Seung-Woo Kim
7
-32
/
+81
2011-12-29
drm/exynos: added pm support.
Inki Dae
1
-0
/
+59
2011-12-29
drm/exynos: remove buffer creation of fbdev from drm framebuffer creation
Joonyoung Shim
3
-133
/
+72
2011-12-29
drm/exynos: Split creation of gem object and gem handle
Joonyoung Shim
3
-60
/
+81
2011-12-29
drm/exynos: Fix a fake mmap offset creation
Joonyoung Shim
1
-24
/
+14
2011-12-29
drm/exynos: gem code cleanup
Joonyoung Shim
4
-87
/
+85
2011-12-21
drm/exynos: Add plane support with fimd
Joonyoung Shim
9
-15
/
+244
2011-12-21
drm/exynos: add runtime pm feature for fimd
Joonyoung Shim
1
-1
/
+77
2011-12-21
drm/exynos: updated crtc and encoder dpms framework.
Inki Dae
5
-83
/
+206
2011-12-21
drm/exynos: Use struct drm_mode_fb_cmd2
Joonyoung Shim
3
-19
/
+19
2011-12-21
drm/exynos: Fix compile errors
Joonyoung Shim
1
-9
/
+11
2011-12-20
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
14
-226
/
+436
[next]