diff options
author | Inki Dae <inki.dae@samsung.com> | 2012-10-18 18:59:55 +0900 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2012-10-31 06:11:29 -0700 |
commit | 44c91697fb1add76f9f8c28c0d21b82b05b5d4cb (patch) | |
tree | ce37f11239c1543df4945bdf59cff19c20a74b13 /MAINTAINERS | |
parent | 4936b172d699434547addbe452c2d600ea6a4baf (diff) |
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