index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/exynos: Check g2d cmd list for g2d restrictions
YoungJun Cho
2013-03-20
1
-0
/
+183
*
drm/exynos: Add a new function to get gem buffer size
Inki Dae
2013-03-20
2
-0
/
+26
*
drm/exynos: Deal with g2d buffer info more efficiently
YoungJun Cho
2013-03-20
1
-37
/
+123
*
drm/exynos: Clean up some G2D codes for readability
YoungJun Cho
2013-03-20
1
-9
/
+7
*
drm/exynos: Fix G2D core malfunctioning issue
YoungJun Cho
2013-03-20
1
-5
/
+15
*
drm/exynos: clear node object type at gem unmap
YoungJun Cho
2013-03-20
1
-0
/
+1
*
drm/exynos: Fix error routine to getting dma addr.
YoungJun Cho
2013-03-20
1
-2
/
+4
*
drm/exynos: Replaced kzalloc & memcpy with kmemdup
Alexandru Gheorghiu
2013-03-20
1
-4
/
+2
*
drm/exynos: fimd: calculate the correct address offset
Leela Krishna Amudala
2013-03-20
1
-8
/
+9
*
drm/exynos: Make mixer_check_timing static
Sachin Kamat
2013-03-20
1
-1
/
+1
*
drm/exynos: modify the compatible string for exynos fimd
Vikas Sajjan
2013-03-20
1
-2
/
+2
*
drm/exynos: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-11
/
+5
*
drm: don't use idr_remove_all()
Tejun Heo
2013-02-28
1
-4
/
+0
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-02-26
9
-728
/
+499
|
\
|
*
drm/exynos: Add device tree based discovery support for G2D
Ajay Kumar
2013-02-21
1
-0
/
+10
|
*
drm/exynos: hdmi: support extra resolutions using drm_display_mode timings
Sean Paul
2013-02-21
1
-648
/
+374
|
*
drm/exynos: mixer: set correct mode for range of resolutions
Rahul Sharma
2013-02-21
1
-4
/
+4
|
*
drm/exynos: implement display-mode-check callback in mixer driver
Rahul Sharma
2013-02-21
1
-0
/
+26
|
*
drm/exynos: add display-mode-check operation to exynos_mixer_ops struct
Rahul Sharma
2013-02-21
3
-8
/
+22
|
*
drm/exynos: release resources properly when fb creation is failed.
YoungJun Cho
2013-02-21
1
-24
/
+27
|
*
drm/exynos: fix wrong pointer access at vm close.
YoungJun Cho
2013-02-21
1
-12
/
+21
|
*
drm/exynos: Add missing braces around sizeof
Sachin Kamat
2013-02-21
1
-1
/
+1
|
*
drm/exynos: consider exception case to fb handle creation
Inki Dae
2013-02-21
1
-0
/
+4
|
*
drm/exynos: fix iommu address allocation order
Inki Dae
2013-02-21
1
-1
/
+1
|
*
drm/<drivers>: simplify ->fb_probe callback
Daniel Vetter
2013-02-14
1
-29
/
+1
|
*
drm/fb-helper: don't disable everything in initial_config
Daniel Vetter
2013-02-14
1
-0
/
+3
|
*
drm: review locking for drm_fb_helper_restore_fbdev_mode
Daniel Vetter
2013-02-14
1
-0
/
+2
|
*
Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...
Dave Airlie
2013-02-08
12
-140
/
+102
|
|
\
|
*
|
drm: revamp framebuffer cleanup interfaces
Daniel Vetter
2013-01-20
1
-1
/
+3
*
|
|
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-21
6
-29
/
+18
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
drm: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-25
6
-29
/
+18
|
|
/
*
|
drm/exynos: add check for the device power status
Shirish S
2013-01-25
2
-0
/
+14
*
|
drm/exynos: Make 'drm_hdmi_get_edid' static
Sachin Kamat
2013-01-25
1
-1
/
+1
*
|
drm/exynos: fimd and ipp are broken on multiplatform
Arnd Bergmann
2013-01-25
1
-2
/
+2
*
|
drm/exynos: don't include plat/gpio-cfg.h
Arnd Bergmann
2013-01-25
1
-1
/
+0
*
|
drm/exynos: Remove "internal" interrupt handling
Sean Paul
2013-01-25
1
-60
/
+14
*
|
drm/exynos: Add missing static specifiers in exynos_drm_rotator.c
Sachin Kamat
2013-01-25
1
-2
/
+2
*
|
drm/exynos: Replace mdelay with usleep_range
Sean Paul
2013-01-25
2
-8
/
+8
*
|
drm/exynos: Make ipp_handle_cmd_work static
Sachin Kamat
2013-01-25
1
-1
/
+1
*
|
drm/exynos: Make g2d_userptr_get_dma_addr static
Sachin Kamat
2013-01-25
1
-1
/
+1
*
|
drm/exynos: consider DMA_NONE flag to dmabuf import
Inki Dae
2013-01-25
1
-14
/
+11
*
|
drm/exynos: free sg object if dma_map_sg is failed
Inki Dae
2013-01-25
1
-0
/
+1
*
|
drm/exynos: added validation of edid for vidi connection
Seung-Woo Kim
2013-01-25
1
-4
/
+3
*
|
drm/exynos: let drm handle edid allocations
Rahul Sharma
2013-01-25
6
-48
/
+46
|
/
*
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-01-09
35
-775
/
+287
|
\
|
*
drm/prime: drop reference on imported dma-buf come from gem
Seung-Woo Kim
2013-01-08
1
-0
/
+5
|
*
drm/exynos: move finish page flip to a common place
Rahul Sharma
2013-01-07
5
-88
/
+36
|
*
drm/exynos: fimd: modify condition in fimd resume
Prathyush K
2013-01-07
1
-1
/
+1
|
*
drm/exynos: Use devm_clk_get in exynos_drm_gsc.c
Sachin Kamat
2013-01-04
1
-9
/
+4
|
*
drm/exynos: Remove redundant NULL check in exynos_drm_gsc.c
Sachin Kamat
2013-01-04
1
-6
/
+0
[next]