[PATCH] drm: Make the connector .detect() callback optional

2016-12-01 Thread Sean Paul
On Tue, Nov 29, 2016 at 4:09 PM, Laurent Pinchart wrote: > Hi Sean, > > On Tuesday 29 Nov 2016 16:07:02 Sean Paul wrote: >> On Tue, Nov 29, 2016 at 3:56 PM, Laurent Pinchart wrote: >> > Many drivers (21 to be exact) create connectors that are always >> > connected (for instance to an LVDS or DSI p

[PATCH] drm: Make the connector .detect() callback optional

2016-11-30 Thread Vincent ABRIOU
Hi Laurent, For the sti driver: Acked-by: Vincent Abriou Vincent On 11/29/2016 09:56 PM, Laurent Pinchart wrote: > Many drivers (21 to be exact) create connectors that are always > connected (for instance to an LVDS or DSI panel). Instead of forcing > them to implement a dummy .detect() handler

[PATCH] drm: Make the connector .detect() callback optional

2016-11-30 Thread Philipp Zabel
Am Dienstag, den 29.11.2016, 22:56 +0200 schrieb Laurent Pinchart: > Many drivers (21 to be exact) create connectors that are always > connected (for instance to an LVDS or DSI panel). Instead of forcing > them to implement a dummy .detect() handler, make the callback optional > and consider the co

[PATCH] drm: Make the connector .detect() callback optional

2016-11-30 Thread Jani Nikula
On Tue, 29 Nov 2016, Laurent Pinchart wrote: > Many drivers (21 to be exact) create connectors that are always > connected (for instance to an LVDS or DSI panel). Instead of forcing > them to implement a dummy .detect() handler, make the callback optional > and consider the connector as always con

[PATCH] drm: Make the connector .detect() callback optional

2016-11-30 Thread Alexey Brodkin
Hi Laurent, On Tue, 2016-11-29 at 22:56 +0200, Laurent Pinchart wrote: > Many drivers (21 to be exact) create connectors that are always > connected (for instance to an LVDS or DSI panel). Instead of forcing > them to implement a dummy .detect() handler, make the callback optional > and consider t

[PATCH] drm: Make the connector .detect() callback optional

2016-11-29 Thread Jyri Sarha
On 11/29/16 22:56, Laurent Pinchart wrote: > Many drivers (21 to be exact) create connectors that are always > connected (for instance to an LVDS or DSI panel). Instead of forcing > them to implement a dummy .detect() handler, make the callback optional > and consider the connector as always connec

[PATCH] drm: Make the connector .detect() callback optional

2016-11-29 Thread Laurent Pinchart
Hi Sean, On Tuesday 29 Nov 2016 16:07:02 Sean Paul wrote: > On Tue, Nov 29, 2016 at 3:56 PM, Laurent Pinchart wrote: > > Many drivers (21 to be exact) create connectors that are always > > connected (for instance to an LVDS or DSI panel). Instead of forcing > > them to implement a dummy .detect()

[PATCH] drm: Make the connector .detect() callback optional

2016-11-29 Thread Laurent Pinchart
Many drivers (21 to be exact) create connectors that are always connected (for instance to an LVDS or DSI panel). Instead of forcing them to implement a dummy .detect() handler, make the callback optional and consider the connector as always connected in that case. Signed-off-by: Laurent Pinchart

[PATCH] drm: Make the connector .detect() callback optional

2016-11-29 Thread Maxime Ripard
On Tue, Nov 29, 2016 at 10:56:30PM +0200, Laurent Pinchart wrote: > Many drivers (21 to be exact) create connectors that are always > connected (for instance to an LVDS or DSI panel). Instead of forcing > them to implement a dummy .detect() handler, make the callback optional > and consider the con

[PATCH] drm: Make the connector .detect() callback optional

2016-11-29 Thread Deucher, Alexander
; Alison Wang; Patrik Jakobsson; Xinliang Liu; Rongrong Zou; Daniel Vetter; > Philipp Zabel; CK Hu; Mark Yao; Benjamin Gaignard; Vincent Abriou; Maxime > Ripard; Jyri Sarha > Subject: [PATCH] drm: Make the connector .detect() callback optional > > Many drivers (21 to be exact) create connect

[PATCH] drm: Make the connector .detect() callback optional

2016-11-29 Thread Sean Paul
On Tue, Nov 29, 2016 at 3:56 PM, Laurent Pinchart wrote: > Many drivers (21 to be exact) create connectors that are always > connected (for instance to an LVDS or DSI panel). Instead of forcing > them to implement a dummy .detect() handler, make the callback optional > and consider the connector a