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
.gitignore -rw-r--r-- 8 bytes
Kconfig -rw-r--r-- 4.7 KB
Makefile -rw-r--r-- 863 bytes
ap.c -rw-r--r-- 927 bytes
chan.c -rw-r--r-- 3.7 KB
core.c -rw-r--r-- 26.9 KB
core.h -rw-r--r-- 15.6 KB
db.txt -rw-r--r-- 759 bytes
debugfs.c -rw-r--r-- 3.0 KB
debugfs.h -rw-r--r-- 300 bytes
ethtool.c -rw-r--r-- 3.1 KB
ethtool.h -rw-r--r-- 148 bytes
genregdb.awk -rw-r--r-- 3.4 KB
ibss.c -rw-r--r-- 12.3 KB
lib80211.c -rw-r--r-- 7.1 KB
lib80211_crypt_ccmp.c -rw-r--r-- 11.6 KB
lib80211_crypt_tkip.c -rw-r--r-- 20.4 KB
lib80211_crypt_wep.c -rw-r--r-- 7.1 KB
mesh.c -rw-r--r-- 7.5 KB
mlme.c -rw-r--r-- 27.1 KB
nl80211.c -rw-r--r-- 233.5 KB
nl80211.h -rw-r--r-- 5.8 KB
radiotap.c -rw-r--r-- 11.4 KB
reg.c -rw-r--r-- 65.4 KB
reg.h -rw-r--r-- 4.5 KB
regdb.h -rw-r--r-- 948 bytes
scan.c -rw-r--r-- 33.6 KB
sme.c -rw-r--r-- 26.2 KB
sysfs.c -rw-r--r-- 3.4 KB
sysfs.h -rw-r--r-- 197 bytes
util.c -rw-r--r-- 29.6 KB
wext-compat.c -rw-r--r-- 39.0 KB
wext-compat.h -rw-r--r-- 2.1 KB
wext-core.c -rw-r--r-- 29.0 KB
wext-priv.c -rw-r--r-- 6.9 KB
wext-proc.c -rw-r--r-- 4.0 KB
wext-sme.c -rw-r--r-- 9.5 KB
wext-spy.c -rw-r--r-- 6.6 KB

back to top