Re: [PATCH 01/10] drm: Add SPI connector type

2019-07-19 Thread Daniel Vetter
On Fri, Jul 19, 2019 at 2:34 PM Noralf Trønnes wrote: > > > > Den 19.07.2019 11.17, skrev Daniel Vetter: > > On Wed, Jul 17, 2019 at 01:58:08PM +0200, Noralf Trønnes wrote: > >> tinydrm drivers announce DRM_MODE_CONNECTOR_VIRTUAL for its SPI drivers. > >> Stop lying and add a SPI connector type >

Re: [PATCH 01/10] drm: Add SPI connector type

2019-07-19 Thread Noralf Trønnes
Den 19.07.2019 11.17, skrev Daniel Vetter: > On Wed, Jul 17, 2019 at 01:58:08PM +0200, Noralf Trønnes wrote: >> tinydrm drivers announce DRM_MODE_CONNECTOR_VIRTUAL for its SPI drivers. >> Stop lying and add a SPI connector type >> >> Cc: David Lechner >> Signed-off-by: Noralf Trønnes > > Note

Re: [PATCH 01/10] drm: Add SPI connector type

2019-07-19 Thread Daniel Vetter
On Wed, Jul 17, 2019 at 01:58:08PM +0200, Noralf Trønnes wrote: > tinydrm drivers announce DRM_MODE_CONNECTOR_VIRTUAL for its SPI drivers. > Stop lying and add a SPI connector type > > Cc: David Lechner > Signed-off-by: Noralf Trønnes Note this will break X (and probably a pile of others),

Re: [PATCH 01/10] drm: Add SPI connector type

2019-07-17 Thread David Lechner
On 7/17/19 6:58 AM, Noralf Trønnes wrote: tinydrm drivers announce DRM_MODE_CONNECTOR_VIRTUAL for its SPI drivers. Stop lying and add a SPI connector type Cc: David Lechner Signed-off-by: Noralf Trønnes --- Acked-by: David Lechner ___ dri-devel

[PATCH 01/10] drm: Add SPI connector type

2019-07-17 Thread Noralf Trønnes
tinydrm drivers announce DRM_MODE_CONNECTOR_VIRTUAL for its SPI drivers. Stop lying and add a SPI connector type Cc: David Lechner Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/drm_connector.c| 1 + drivers/gpu/drm/tinydrm/mipi-dbi.c | 3 +-- drivers/gpu/drm/tinydrm/repaper.c | 2 +-