index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-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-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-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
2011-12-20
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
2
-3
/
+3
2011-11-17
drm/exynos: fixed wrong err ptr usage and destroy call in exeception
Seung-Woo Kim
1
-10
/
+5
2011-11-17
drm/exynos: Add disable of manager
Joonyoung Shim
3
-26
/
+55
2011-11-15
drm/exynos: include linux/module.h
Inki Dae
1
-0
/
+1
2011-11-15
drm/exynos: fix vblank bug.
Inki Dae
1
-10
/
+36
2011-11-15
drm/exynos: changed buffer structure.
Inki Dae
10
-133
/
+148
2011-11-15
drm/exynos: removed unnecessary variable.
Inki Dae
1
-2
/
+0
2011-11-15
drm/exynos: use gem create function generically
Inki Dae
3
-36
/
+55
2011-11-15
drm/exynos: checked for null pointer
Seung-Woo Kim
1
-2
/
+4
2011-11-15
drm/exynos: added crtc dpms for disable crtc
Joonyoung Shim
3
-11
/
+73
2011-11-15
drm/exynos: removed meaningless parameter from fbdev update
Seung-Woo Kim
1
-9
/
+5
2011-11-15
drm/exynos: restored kernel_fb_list when reiniting fb_helper
Joonyoung Shim
1
-0
/
+15
2011-11-15
drm/exynos: changed exynos_drm_display to exynos_drm_display_ops
Inki Dae
4
-22
/
+23
2011-11-15
drm/exynos: added manager object to connector
Inki Dae
2
-8
/
+33
2011-11-15
drm/exynos: fixed converting between display mode and timing
Seung-Woo Kim
1
-1
/
+8
2011-11-15
drm/exynos: fixed connector flag with hpd and interlace scan for hdmi
Seung-Woo Kim
1
-0
/
+2
2011-11-15
drm/exynos: added kms poll for handling hpd event
Seung-Woo Kim
2
-0
/
+17
[next]