index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
Age
Commit message (
Expand
)
Author
2012-02-03
drm exynos: use drm_fb_helper_set_par directly
Sascha Hauer
2012-01-27
drm/exynos: fixed pm feature for fimd module.
Inki Dae
2012-01-27
drm/exynos: fixed build dependency for DRM_EXYNOS_FIMD
Inki Dae
2012-01-27
drm/exynos: fix build dependency for DRM_EXYNOS_HDMI
Seung-Woo Kim
2012-01-27
drm/exynos: use release_mem_region instead of release_resource
Seung-Woo Kim
2012-01-05
drm: add support for private planes
Rob Clark
2011-12-29
drm/exynos: added hdmi display support
Seung-Woo Kim
2011-12-29
drm/exynos: added mutex lock and code clean.
Inki Dae
2011-12-29
drm/exynos: extend vblank off delay time.
Inki Dae
2011-12-29
drm/exynos: change driver name.
Inki Dae
2011-12-29
drm/exynos: Support multi buffers
Seung-Woo Kim
2011-12-29
drm/exynos: added pm support.
Inki Dae
2011-12-29
drm/exynos: remove buffer creation of fbdev from drm framebuffer creation
Joonyoung Shim
2011-12-29
drm/exynos: Split creation of gem object and gem handle
Joonyoung Shim
2011-12-29
drm/exynos: Fix a fake mmap offset creation
Joonyoung Shim
2011-12-29
drm/exynos: gem code cleanup
Joonyoung Shim
2011-12-21
drm/exynos: Add plane support with fimd
Joonyoung Shim
2011-12-21
drm/exynos: add runtime pm feature for fimd
Joonyoung Shim
2011-12-21
drm/exynos: updated crtc and encoder dpms framework.
Inki Dae
2011-12-21
drm/exynos: Use struct drm_mode_fb_cmd2
Joonyoung Shim
2011-12-21
drm/exynos: Fix compile errors
Joonyoung Shim
2011-12-20
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
2011-12-20
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
2011-11-17
drm/exynos: fixed wrong err ptr usage and destroy call in exeception
Seung-Woo Kim
2011-11-17
drm/exynos: Add disable of manager
Joonyoung Shim
2011-11-15
drm/exynos: include linux/module.h
Inki Dae
2011-11-15
drm/exynos: fix vblank bug.
Inki Dae
2011-11-15
drm/exynos: changed buffer structure.
Inki Dae
2011-11-15
drm/exynos: removed unnecessary variable.
Inki Dae
2011-11-15
drm/exynos: use gem create function generically
Inki Dae
2011-11-15
drm/exynos: checked for null pointer
Seung-Woo Kim
2011-11-15
drm/exynos: added crtc dpms for disable crtc
Joonyoung Shim
2011-11-15
drm/exynos: removed meaningless parameter from fbdev update
Seung-Woo Kim
2011-11-15
drm/exynos: restored kernel_fb_list when reiniting fb_helper
Joonyoung Shim
2011-11-15
drm/exynos: changed exynos_drm_display to exynos_drm_display_ops
Inki Dae
2011-11-15
drm/exynos: added manager object to connector
Inki Dae
2011-11-15
drm/exynos: fixed converting between display mode and timing
Seung-Woo Kim
2011-11-15
drm/exynos: fixed connector flag with hpd and interlace scan for hdmi
Seung-Woo Kim
2011-11-15
drm/exynos: added kms poll for handling hpd event
Seung-Woo Kim
2011-10-18
drm/exynos: fixed build warnings and comments.
Inki Dae
2011-10-18
drm/exynos: fixed page flip bug.
Inki Dae
2011-10-18
drm/exynos: added comments and code clean.
Inki Dae
2011-10-18
drm/exynos: fixed bug to exynos_drm_fb_dev_reinit().
Inki Dae
2011-10-18
drm/exynos: added device object as argument of subdrv_probe().
Inki Dae
2011-10-18
drm/exynos: fixed overlay updating time at page flip.
Inki Dae
2011-10-18
drm/exynos: fixed overlay data updating.
Inki Dae
2011-10-05
DRM: add DRM Driver for Samsung SoC EXYNOS4210.
Inki Dae