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
/
exynos_mixer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/exynos/mixer: stop using manager->ctx pointer
Andrzej Hajda
2014-11-24
1
-13
/
+17
*
drm/exynos/mixer: embed manager into private context
Andrzej Hajda
2014-11-24
1
-48
/
+50
*
drm/exynos: switch to universal plane API
Andrzej Hajda
2014-09-19
1
-3
/
+0
*
drm/exynos: control blending of mixer graphic layer 0
Joonyoung Shim
2014-08-04
1
-0
/
+5
*
drm/exynos: Add MODULE_DEVICE_TABLE entries for various components
Sjoerd Simons
2014-08-04
1
-0
/
+1
*
drm/exynos: hdmi: enable exynos 4210 and 4x12 soc support
Marek Szyprowski
2014-08-03
1
-15
/
+36
*
drm/exynos: enable vsync interrupt while waiting for vblank
Rahul Sharma
2014-06-24
1
-0
/
+4
*
drm/exynos: soft reset mixer before reconfigure after power-on
Rahul Sharma
2014-06-24
1
-0
/
+2
*
drm/exynos: allow multiple layer updates per vsync for mixer
Rahul Sharma
2014-06-24
1
-6
/
+1
*
drm/exynos: stop mixer before gating clocks during poweroff
Rahul Sharma
2014-06-24
1
-0
/
+15
*
drm/exynos: set power state variable after enabling clocks and power
Rahul Sharma
2014-06-24
1
-9
/
+13
*
drm/exynos: consider deferred probe case
Inki Dae
2014-06-02
1
-2
/
+15
*
drm/exynos: add component framework support
Inki Dae
2014-06-01
1
-11
/
+43
*
drm/exynos: Consolidate suspend/resume in drm_drv
Sean Paul
2014-03-23
1
-62
/
+6
*
drm/exynos: Remove exynos_drm_hdmi shim
Sean Paul
2014-03-23
1
-99
/
+93
*
drm/exynos: Remove apply manager callback
Sean Paul
2014-03-23
1
-0
/
+2
*
drm/exynos: hdmi: Implement initialize op for hdmi
Sean Paul
2014-03-23
1
-177
/
+174
*
drm/exynos: Merge overlay_ops into manager_ops
Sean Paul
2014-03-23
1
-2
/
+0
*
drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE
Daniel Vetter
2013-12-18
1
-2
/
+2
*
drm: Kill DRM_HZ
Daniel Vetter
2013-12-18
1
-1
/
+1
*
drm/exynos: Remove redundant error messages
Sachin Kamat
2013-09-05
1
-6
/
+2
*
drm/exynos: Add missing of.h header include
Sachin Kamat
2013-09-05
1
-0
/
+1
*
drm/exynos: Remove module.h header inclusion
Sachin Kamat
2013-07-29
1
-1
/
+0
*
drm/exynos: initialize the buf_num in vp_video_buffer
YoungJun Cho
2013-07-04
1
-1
/
+1
*
drm/exynos: add support for exynos5420 mixer
Rahul Sharma
2013-06-28
1
-12
/
+37
*
drm/exynos: add new compatible strings for hdmi subsystem
Rahul Sharma
2013-06-28
1
-5
/
+8
*
drm/exynos: Prepare/Unprepare HDMI subsystem clocks
Sean Paul
2013-06-28
1
-6
/
+6
*
drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMS
YoungJun Cho
2013-06-28
1
-4
/
+4
*
drm/exynos: Remove tracking log functions
YoungJun Cho
2013-06-28
1
-20
/
+0
*
drm/exynos: hdmi: use drm_display_mode to check the supported modes
Rahul Sharma
2013-06-28
1
-8
/
+7
*
drm/exynos: Remove redundant use of of_match_ptr macro
Sachin Kamat
2013-06-28
1
-2
/
+1
*
drm/exynos: fix checks for valid mixer window
Krzysztof Kozlowski
2013-06-28
1
-1
/
+1
*
drm/exynos: cleanup device pointer usages
Seung-Woo Kim
2013-05-23
1
-7
/
+7
*
drm/exynos: Don't blend mixer layer 0
Sean Paul
2013-04-29
1
-3
/
+5
*
drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULL
Sachin Kamat
2013-04-16
1
-5
/
+5
*
drm/exynos: hdmi: using drm_display_mode timings for exynos4
Rahul Sharma
2013-04-16
1
-4
/
+0
*
drm/exynos: Make mixer_check_timing static
Sachin Kamat
2013-03-20
1
-1
/
+1
*
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 check for the device power status
Shirish S
2013-01-25
1
-0
/
+7
*
drm/exynos: Replace mdelay with usleep_range
Sean Paul
2013-01-25
1
-1
/
+1
*
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-01-09
1
-30
/
+3
|
\
|
*
drm/exynos: move finish page flip to a common place
Rahul Sharma
2013-01-07
1
-30
/
+3
*
|
Drivers: gpu: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-04
1
-6
/
+6
|
/
*
drm/exynos: add runtime pm support for mixer
Rahul Sharma
2012-12-14
1
-7
/
+58
*
drm/exynos: remove unused vaddr member
YoungJun Cho
2012-12-13
1
-4
/
+0
*
drm/exynos: clear windows in mixer dpms off
Prathyush K
2012-12-13
1
-75
/
+118
*
drm/exynos: modify wait_for_vblank of mixer
Prathyush K
2012-12-13
1
-5
/
+26
*
drm/exynos: move hdmi's wait_for_vblank to manager_ops
Prathyush K
2012-12-13
1
-13
/
+13
*
drm/exynos: Use devm_clk_get in exynos_mixer.c
Sachin Kamat
2012-12-05
1
-43
/
+16
[next]