Re: [PATCH] drm/panel: simple: Set connector type for DSI panels

2020-06-04 Thread Sam Ravnborg
On Tue, Jun 02, 2020 at 08:12:40PM +0300, Laurent Pinchart wrote: > None of the DSI panels set the connector_type in their panel_desc > descriptor. As they are all guaranteed to be DSI panels, that's an easy > fix, set the connector type to DRM_MODE_CONNECTOR_DSI. > > Signed-off-by: Laurent

Re: [PATCH] drm/panel: simple: Set connector type for DSI panels

2020-06-03 Thread Thierry Reding
On Tue, Jun 02, 2020 at 08:12:40PM +0300, Laurent Pinchart wrote: > None of the DSI panels set the connector_type in their panel_desc > descriptor. As they are all guaranteed to be DSI panels, that's an easy > fix, set the connector type to DRM_MODE_CONNECTOR_DSI. > > Signed-off-by: Laurent

Re: [PATCH] drm/panel: simple: Set connector type for DSI panels

2020-06-03 Thread Daniel Vetter
On Tue, Jun 02, 2020 at 08:12:40PM +0300, Laurent Pinchart wrote: > None of the DSI panels set the connector_type in their panel_desc > descriptor. As they are all guaranteed to be DSI panels, that's an easy > fix, set the connector type to DRM_MODE_CONNECTOR_DSI. > > Signed-off-by: Laurent

[PATCH] drm/panel: simple: Set connector type for DSI panels

2020-06-02 Thread Laurent Pinchart
None of the DSI panels set the connector_type in their panel_desc descriptor. As they are all guaranteed to be DSI panels, that's an easy fix, set the connector type to DRM_MODE_CONNECTOR_DSI. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/panel/panel-simple.c | 7 +++ 1 file changed,