https://github.com/torvalds/linux
Revision 28998afa1380a4ba7ad2d5e9a2ab76a15417b8b1 authored by Prathyush K on 27 December 2012, 11:40:13 UTC, committed by Inki Dae on 07 January 2013, 04:49:02 UTC
If fimd is runtime suspended (by DPMS OFF), fimd_suspend does not
call fimd_activate(false) and just returns. Similarily the check in
fimd_resume should not resume if previously runtime_suspended.
Instead the existing check does the opposite. So if fimd was not
runtime suspended, suspend will turn off fimd but resume will not turn
it on.  This patch fixes this issue by reversing the condition.

Signed-off-by: Prathyush K <prathyush.k@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
1 parent 5cbd419
History
Tip revision: 28998afa1380a4ba7ad2d5e9a2ab76a15417b8b1 authored by Prathyush K on 27 December 2012, 11:40:13 UTC
drm/exynos: fimd: modify condition in fimd resume
Tip revision: 28998af
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.8 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 231.8 KB
Makefile -rw-r--r-- 46.9 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top