index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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 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
|
*
drm/exynos: added drm prime feature.
Inki Dae
2012-05-08
8
-9
/
+353
|
*
drm/exynos: added cache attribute support for gem.
Inki Dae
2012-05-08
1
-10
/
+39
*
|
drm: Constify drm_mode_config_funcs pointer
Laurent Pinchart
2012-05-22
1
-1
/
+1
*
|
drm: Constify gem_vm_ops pointer
Laurent Pinchart
2012-05-22
1
-1
/
+1
|
/
*
Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...
Dave Airlie
2012-04-27
1
-25
/
+5
|
\
|
*
drm/exynos: added missed vm area region mapping type.
Inki Dae
2012-04-23
1
-0
/
+2
|
*
drm/exynos: fixed exynos_drm_gem_map_pages bug.
Inki Dae
2012-04-23
1
-13
/
+3
|
*
drm/exynos: fixed duplicatd memory allocation bug.
Inki Dae
2012-04-23
1
-12
/
+0
*
|
VM: add "vm_mmap()" helper function
Linus Torvalds
2012-04-20
1
-3
/
+1
|
/
*
drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv
Joonyoung Shim
2012-04-12
5
-33
/
+46
*
drm/exynos: fix struct for operation callback functions to driver name
Joonyoung Shim
2012-04-12
4
-79
/
+62
*
drm/exynos: use define instead of default_win member in struct mixer_context
Joonyoung Shim
2012-04-12
1
-4
/
+4
*
drm/exynos: rename s/HDMI_OVERLAY_NUMBER/MIXER_WIN_NR
Joonyoung Shim
2012-04-12
1
-5
/
+5
*
drm/exynos: remove unused codes in hdmi and mixer
Joonyoung Shim
2012-04-12
2
-4
/
+0
*
drm/exynos: remove unnecessary type conversion of hdmi and mixer
Joonyoung Shim
2012-04-12
2
-18
/
+16
*
drm/exynos: add format list of plane
Seung-Woo Kim
2012-04-05
1
-0
/
+4
*
drm/exynos: fixed duplicated page allocation bug.
Inki Dae
2012-04-03
1
-25
/
+9
*
drm/exynos: fixed page align and code clean.
Inki Dae
2012-04-03
3
-17
/
+43
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-03-22
26
-716
/
+3339
|
\
|
*
drm/exynos: added virtual display driver.
Inki Dae
2012-03-21
8
-2
/
+747
|
*
drm/exynos: enable hdmi audio feature
Seung-Woo Kim
2012-03-20
2
-0
/
+349
|
*
drm/exynos: add default pixel format for plane
Eunchul Kim
2012-03-20
1
-2
/
+6
|
*
drm/exynos: cleanup exynos_hdmi.h
Joonyoung Shim
2012-03-20
3
-43
/
+36
|
*
drm/exynos: add is_local member in exynos_drm_subdrv struct
Joonyoung Shim
2012-03-20
2
-0
/
+5
|
*
drm/exynos: add subdrv open/close functions
Joonyoung Shim
2012-03-20
3
-0
/
+54
|
*
drm/exynos: remove module of exynos drm subdrv
Joonyoung Shim
2012-03-20
16
-355
/
+77
|
*
drm/exynos: release pending pageflip events when closed
Joonyoung Shim
2012-03-20
1
-0
/
+14
|
*
drm/exynos: added new funtion to get/put dma address.
Inki Dae
2012-03-20
2
-0
/
+76
|
*
drm/exynos: update gem and buffer framework.
Inki Dae
2012-03-20
5
-72
/
+457
|
*
drm/exynos: added mode_fixup feature and code clean.
Inki Dae
2012-03-20
7
-13
/
+157
|
*
drm/exynos: add HDMI version 1.4 support
Joonyoung Shim
2012-03-20
3
-145
/
+1323
[next]