]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: poll only connectors where the connect/disconnect can be checked
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 22 Aug 2016 12:54:30 +0000 (15:54 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 3 Apr 2017 09:36:40 +0000 (12:36 +0300)
commitb4288ddc455e93a3c7052d0aeee0e24954343cd7
tree16460c8e69512792b585fcedf9abc843c695b4c5
parentf69188237cfb6674b40452bbd54979b61b52fb8b
drm/omap: poll only connectors where the connect/disconnect can be checked

When the connector associated detect callback is not provided, we can not
detect if the display is connected or disconnected. These displays do not
support hot plug, they are always connected. Let DRM know that connectors
w/o detect callback should not be polled.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/omap_connector.c