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
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
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
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/