Revision 8e8755dd8f9ca8a0da4c4cbff164fc42b4456539 authored by Inki Dae on 14 November 2012, 11:41:35 UTC, committed by Inki Dae on 29 November 2012, 11:30:33 UTC
Chagelog v2:
Move encoder's dpms updating into exynos_drm_encoder_commit
function because when crtc's dpms is updated, encoder's dpms
is updated also. This would induce the issue that encoder
isn't disabled after crtc is disabled.

Changelog v1:
This patch fixes a issue that overlay data aren't applied
to real hardware when dpms off goes to on after setcrtc
was requested like below,
    dpms off -> setcrtc -> dpms off -> dpms on

For this, it makes encoder's dpms to be updated when
setcrtc is requested.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1 parent fa3692d
History
File Mode Size
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 342 bytes
xfrm_algo.c -rw-r--r-- 13.2 KB
xfrm_hash.c -rw-r--r-- 766 bytes
xfrm_hash.h -rw-r--r-- 3.1 KB
xfrm_input.c -rw-r--r-- 6.2 KB
xfrm_ipcomp.c -rw-r--r-- 7.7 KB
xfrm_output.c -rw-r--r-- 4.2 KB
xfrm_policy.c -rw-r--r-- 71.2 KB
xfrm_proc.c -rw-r--r-- 3.1 KB
xfrm_replay.c -rw-r--r-- 12.7 KB
xfrm_state.c -rw-r--r-- 53.9 KB
xfrm_sysctl.c -rw-r--r-- 1.7 KB
xfrm_user.c -rw-r--r-- 69.9 KB

back to top