projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3580d5
)
video: adf: set default interface dpms_state to OFF
author
Greg Hackmann
<ghackmann@google.com>
Wed, 16 Oct 2013 21:53:12 +0000
(14:53 -0700)
committer
John Stultz
<john.stultz@linaro.org>
Tue, 16 Feb 2016 21:53:13 +0000
(13:53 -0800)
Interfaces default to unplugged, so they should also default to off
Change-Id: I36500a54b11f354a0d7dd2c9924a79e0d9c6f855
Signed-off-by: Greg Hackmann <ghackmann@google.com>
drivers/video/adf/adf.c
patch
|
blob
|
history
diff --git
a/drivers/video/adf/adf.c
b/drivers/video/adf/adf.c
index 64f763d02dcfde0707287bac7dada816aeb82f50..0ae51ac9182ba1f1d3bc4b52e6524e420899b2d1 100644
(file)
--- a/
drivers/video/adf/adf.c
+++ b/
drivers/video/adf/adf.c
@@
-676,6
+676,7
@@
int adf_interface_init(struct adf_interface *intf, struct adf_device *dev,
intf->idx = idx;
intf->flags = flags;
intf->ops = ops;
+ intf->dpms_state = DRM_MODE_DPMS_OFF;
init_waitqueue_head(&intf->vsync_wait);
rwlock_init(&intf->vsync_lock);
rwlock_init(&intf->hotplug_modelist_lock);