summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorInki Dae2012-10-18 11:59:55 +0200
committerInki Dae2012-10-31 14:11:29 +0100
commit44c91697fb1add76f9f8c28c0d21b82b05b5d4cb (patch)
treece37f11239c1543df4945bdf59cff19c20a74b13 /MAINTAINERS
parentMerge branch 'drm-nouveau-fixes' of git://people.freedesktop.org/git/nouveau/... (diff)
downloadkernel-qcow2-linux-44c91697fb1add76f9f8c28c0d21b82b05b5d4cb.tar.gz
kernel-qcow2-linux-44c91697fb1add76f9f8c28c0d21b82b05b5d4cb.tar.xz
kernel-qcow2-linux-44c91697fb1add76f9f8c28c0d21b82b05b5d4cb.zip
drm/exynos: fix display on issue
When crtc_funcs->dpms callback is called, exynos_crtc->dpms and exynos_encoder->dpms are changed to new mode. But if user requests dpms mode operation, OFF -> ON, when crtc's dpms callback is called, exynos_encoder->dpms is also changed to ON. This makes encoder's dpms callback call be ignored so display power couldn't become on again. This patch removes exynos_encoder->dpms changing and adds 'updated' variable to exynos_drm_encoder structure to avoid duplicated overlay updating. Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions