Re: [PATCH 03/11] drm/simple-kms-helper: Add drm_simple_connector_create()

2019-01-25 Thread Noralf Trønnes
Den 24.01.2019 15.53, skrev Hans de Goede: > Hi, > > On 24-01-19 15:38, Noralf Trønnes wrote: >> [cc:Hans] >> >> Den 21.01.2019 10.22, skrev Daniel Vetter: >>> On Sun, Jan 20, 2019 at 12:43:10PM +0100, Noralf Trønnes wrote: This adds a function that creates a simple connector that has only

Re: [PATCH 03/11] drm/simple-kms-helper: Add drm_simple_connector_create()

2019-01-24 Thread Hans de Goede
Hi, On 24-01-19 15:38, Noralf Trønnes wrote: [cc:Hans] Den 21.01.2019 10.22, skrev Daniel Vetter: On Sun, Jan 20, 2019 at 12:43:10PM +0100, Noralf Trønnes wrote: This adds a function that creates a simple connector that has only one static mode. Additionally add a helper to set &drm_mode_conf

Re: [PATCH 03/11] drm/simple-kms-helper: Add drm_simple_connector_create()

2019-01-24 Thread Noralf Trønnes
[cc:Hans] Den 21.01.2019 10.22, skrev Daniel Vetter: > On Sun, Jan 20, 2019 at 12:43:10PM +0100, Noralf Trønnes wrote: >> This adds a function that creates a simple connector that has only one >> static mode. Additionally add a helper to set &drm_mode_config width >> and height from the static mod

Re: [PATCH 03/11] drm/simple-kms-helper: Add drm_simple_connector_create()

2019-01-21 Thread Daniel Vetter
On Sun, Jan 20, 2019 at 12:43:10PM +0100, Noralf Trønnes wrote: > This adds a function that creates a simple connector that has only one > static mode. Additionally add a helper to set &drm_mode_config width > and height from the static mode. > > Signed-off-by: Noralf Trønnes > --- > drivers/gpu

Re: [PATCH 03/11] drm/simple-kms-helper: Add drm_simple_connector_create()

2019-01-20 Thread Sam Ravnborg
Hi Noralf. On Sun, Jan 20, 2019 at 12:43:10PM +0100, Noralf Trønnes wrote: > This adds a function that creates a simple connector that has only one > static mode. Additionally add a helper to set &drm_mode_config width > and height from the static mode. > > Signed-off-by: Noralf Trønnes > --- >

[PATCH 03/11] drm/simple-kms-helper: Add drm_simple_connector_create()

2019-01-20 Thread Noralf Trønnes
This adds a function that creates a simple connector that has only one static mode. Additionally add a helper to set &drm_mode_config width and height from the static mode. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/drm_simple_kms_helper.c | 122 include/drm/drm_s