Re: [PATCH 04/11] drm/tinydrm: Remove tinydrm_display_pipe_init()

2019-01-28 Thread Noralf Trønnes
Den 21.01.2019 10.15, skrev Daniel Vetter: > On Sun, Jan 20, 2019 at 12:43:11PM +0100, Noralf Trønnes wrote: >> Further strip down tinydrm.ko and switch to drm_simple_connector_create(). >> >> Signed-off-by: Noralf Trønnes >> --- >> Documentation/gpu/tinydrm.rst | 3 - >> driver

Re: [PATCH 04/11] drm/tinydrm: Remove tinydrm_display_pipe_init()

2019-01-21 Thread Daniel Vetter
On Sun, Jan 20, 2019 at 12:43:11PM +0100, Noralf Trønnes wrote: > Further strip down tinydrm.ko and switch to drm_simple_connector_create(). > > Signed-off-by: Noralf Trønnes > --- > Documentation/gpu/tinydrm.rst | 3 - > drivers/gpu/drm/tinydrm/core/Makefile | 2 +- > dr

Re: [PATCH 04/11] drm/tinydrm: Remove tinydrm_display_pipe_init()

2019-01-20 Thread Sam Ravnborg
Hi Noralf. On Sun, Jan 20, 2019 at 12:43:11PM +0100, Noralf Trønnes wrote: > Further strip down tinydrm.ko and switch to drm_simple_connector_create(). It is nice how the tinydrm drivers goes from special drivers to small drivers with a little added to the core. Two minor comments below. With th

[PATCH 04/11] drm/tinydrm: Remove tinydrm_display_pipe_init()

2019-01-20 Thread Noralf Trønnes
Further strip down tinydrm.ko and switch to drm_simple_connector_create(). Signed-off-by: Noralf Trønnes --- Documentation/gpu/tinydrm.rst | 3 - drivers/gpu/drm/tinydrm/core/Makefile | 2 +- drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c | 183 drivers/