summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2012-10-18 18:59:55 +0900
committerInki Dae <daeinki@gmail.com>2012-10-31 06:11:29 -0700
commit44c91697fb1add76f9f8c28c0d21b82b05b5d4cb (patch)
treece37f11239c1543df4945bdf59cff19c20a74b13 /MAINTAINERS
parent4936b172d699434547addbe452c2d600ea6a4baf (diff)
downloadlinux-0-day-44c91697fb1add76f9f8c28c0d21b82b05b5d4cb.tar.gz
linux-0-day-44c91697fb1add76f9f8c28c0d21b82b05b5d4cb.tar.xz
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