diff options
author | Boram Park <boram1288.park@samsung.com> | 2016-01-21 17:04:29 +0900 |
---|---|---|
committer | Boram Park <boram1288.park@samsung.com> | 2016-01-21 17:04:29 +0900 |
commit | 5b93a9aa05e3700ae653edf465f0e5728791d94e (patch) | |
tree | 8cd95c3571c9e0f0f49d2ae1e8bb51ede767069a | |
parent | a8f8a6fe5fb42eb6a8183d3069b879e6bd7dbb6e (diff) | |
download | libdrm-accepted/tizen/mobile/20160122.033901.tar.gz libdrm-accepted/tizen/mobile/20160122.033901.tar.bz2 libdrm-accepted/tizen/mobile/20160122.033901.zip |
sprd: reset activated_layer when DPMS offsubmit/tizen/20160121.052839accepted/tizen/wearable/20160122.033926accepted/tizen/tv/20160122.033905accepted/tizen/mobile/20160122.033901
Need to set overlay again when DPMS on
Change-Id: I906b647455a12e8943999ecfc17450f3b9e1d1be
-rwxr-xr-x | sprd/sprd_drm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sprd/sprd_drm.c b/sprd/sprd_drm.c index 445f0c76..21d325f7 100755 --- a/sprd/sprd_drm.c +++ b/sprd/sprd_drm.c @@ -986,6 +986,7 @@ static int sprd_drm_connector_disable(struct sprd_drm_mode_connector * conn) SPRD_DRM_ERROR("FB_BLANK_UNBLANK is failed.: %s\n", strerror (errno)); return -EACCES; } + conn->activated_layers = 0; return 0; } |