index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/exynos: fixed exception to page allocation failure
Inki Dae
2012-07-27
1
-1
/
+1
*
drm/exynos: use __free_page() to deallocate memory
Inki Dae
2012-07-27
1
-15
/
+6
*
drm/exynos: fixed a comment to gem size.
Inki Dae
2012-07-27
1
-1
/
+2
*
drm/exynos: removed unnecessary variable
Inki Dae
2012-07-27
1
-5
/
+0
*
drm/exynos: do not release memory region from exporter.
Inki Dae
2012-07-27
1
-0
/
+10
*
drm/exynos: set buffer type from exporter.
Inki Dae
2012-07-27
1
-7
/
+20
*
drm/exynos: use alloc_page() to allocate pages.
Inki Dae
2012-07-27
1
-11
/
+3
*
drm/exynos: fixed build warning.
Inki Dae
2012-07-27
1
-1
/
+1
*
drm/exynos: fixed edid data setting at vidi connection request
Inki Dae
2012-07-27
1
-7
/
+31
*
drm/exynos: check if raw edid data is fake or not for test
Inki Dae
2012-07-27
1
-0
/
+6
*
drm/exynos: set edid fake data only for test.
Inki Dae
2012-07-27
1
-3
/
+4
*
drm/exynos: removed unnecessary declaration.
Inki Dae
2012-07-27
1
-2
/
+0
*
drm/exynos: fix buffer pitch calculation
Cooper Yuan
2012-07-27
1
-1
/
+1
*
drm/exynos: check for null in return value of dma_buf_map_attachment()
Subash Patel
2012-07-27
1
-1
/
+1
*
drm/exynos: return NULL if exynos_pages_to_sg fails
Subash Patel
2012-07-27
1
-0
/
+4
*
drm/exynos: Use devm_* functions in exynos_mixer.c
Sachin Kamat
2012-07-27
1
-34
/
+14
*
drm/exynos: Use devm_* functions in exynos_hdmi.c
Sachin Kamat
2012-07-27
1
-29
/
+7
*
drm/exynos: Use devm_* functions in exynos_drm_fimd.c
Sachin Kamat
2012-07-27
1
-32
/
+8
*
drm/exynos: Add missing static storage class specifier
Sachin Kamat
2012-07-27
1
-1
/
+2
*
drm/exynos: add property for crtc mode
Joonyoung Shim
2012-07-27
2
-0
/
+73
*
drm/exynos: add crtc disable function
Joonyoung Shim
2012-07-27
1
-0
/
+11
*
drm/exynos: add plane enable/disable
Joonyoung Shim
2012-07-27
6
-28
/
+50
*
drm/exynos: remove unnecessary connector dpms control
Joonyoung Shim
2012-07-27
1
-11
/
+0
*
drm/exynos: fix dpms operation for mode set
Joonyoung Shim
2012-07-27
3
-37
/
+5
*
drm/exynos: add property for plane zpos
Joonyoung Shim
2012-07-27
4
-49
/
+48
*
drm/exynos: update overlay via plane from crtc
Joonyoung Shim
2012-07-27
6
-222
/
+151
*
drm/exynos: use private plane for crtc
Joonyoung Shim
2012-07-27
5
-31
/
+47
*
drm/exynos: define to_exynos_plane macro
Joonyoung Shim
2012-07-27
1
-7
/
+6
*
drm/exynos: fix to set pipe of crtc
Joonyoung Shim
2012-07-27
3
-18
/
+24
*
drm/exynos: fix point to call overlay_ops->mode_set
Joonyoung Shim
2012-07-27
2
-9
/
+12
*
drm: Make the .mode_fixup() operations mode argument a const pointer
Laurent Pinchart
2012-07-19
6
-6
/
+6
*
drm/exynos: fixed blending for hdmi graphic layer
Seung-Woo Kim
2012-06-05
1
-4
/
+6
*
drm/exynos: Remove dummy encoder get_crtc operation implementation
Laurent Pinchart
2012-06-05
1
-7
/
+0
*
drm/exynos: Keep a reference to frame buffer GEM objects
Laurent Pinchart
2012-06-05
1
-5
/
+14
*
drm/exynos: Don't cast GEM object to Exynos GEM object when not needed
Laurent Pinchart
2012-06-05
1
-6
/
+3
*
drm/exynos: DRIVER_BUS_PLATFORM is not a driver feature
Laurent Pinchart
2012-06-05
1
-2
/
+2
*
drm/exynos: Use DRM_FORMAT_{NV12, YUV420} instead of DRM_FORMAT_{NV12M, YUV420M}
Ville Syrjälä
2012-06-05
2
-3
/
+3
*
Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...
Dave Airlie
2012-05-22
19
-431
/
+1975
|
\
|
*
drm/exynos: add G2D driver
Joonyoung Shim
2012-05-17
6
-0
/
+1022
|
*
drm/exynos: added vp scaling feature for hdmi
Seung-Woo Kim
2012-05-17
1
-55
/
+33
|
*
drm/exynos: added source size to overlay structure
Seung-Woo Kim
2012-05-17
4
-5
/
+17
|
*
drm/exynos: add additional display mode for hdmi
Seung-Woo Kim
2012-05-17
1
-0
/
+65
|
*
drm/exynos: enable dvi mode for dvi monitor
Seung-Woo Kim
2012-05-17
2
-8
/
+18
|
*
drm/exynos: fixed wrong pageflip finish event for interlace mode
Seung-Woo Kim
2012-05-17
1
-5
/
+7
|
*
drm/exynos: add PM functions for hdmi and mixer
Joonyoung Shim
2012-05-08
2
-0
/
+47
|
*
drm/exynos: add dpms for hdmi
Joonyoung Shim
2012-05-08
4
-306
/
+341
|
*
drm/exynos: use threaded irq for hdmi hotplug
Joonyoung Shim
2012-05-08
1
-35
/
+5
|
*
drm/exynos: use platform_get_irq_byname for hdmi
Joonyoung Shim
2012-05-08
1
-6
/
+5
|
*
drm/exynos: cleanup for hdmi platform data
Joonyoung Shim
2012-05-08
1
-7
/
+6
|
*
drm/exynos: added a feature to get gem buffer information.
Inki Dae
2012-05-08
3
-0
/
+32
[next]