mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
video: adf: set default interface dpms_state to OFF
Interfaces default to unplugged, so they should also default to off Change-Id: I36500a54b11f354a0d7dd2c9924a79e0d9c6f855 Signed-off-by: Greg Hackmann <ghackmann@google.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user