Re: [PATCH 05/10] drm/client: Add drm_client_modeset_check()

2020-05-03 Thread Noralf Trønnes
Den 03.05.2020 10.03, skrev Sam Ravnborg: > Hi Noralf. > > On Wed, Apr 29, 2020 at 02:48:25PM +0200, Noralf Trønnes wrote: >> Add a way for client to check the configuration before comitting. >> >> Signed-off-by: Noralf Trønnes > Two small ntis. With these addressed: > Reviewed-by: Sam Ravnborg

Re: [PATCH 05/10] drm/client: Add drm_client_modeset_check()

2020-05-03 Thread Sam Ravnborg
Hi Noralf. On Wed, Apr 29, 2020 at 02:48:25PM +0200, Noralf Trønnes wrote: > Add a way for client to check the configuration before comitting. > > Signed-off-by: Noralf Trønnes Two small ntis. With these addressed: Reviewed-by: Sam Ravnborg > --- > drivers/gpu/drm/drm_client_modeset.c | 35 +++

[PATCH 05/10] drm/client: Add drm_client_modeset_check()

2020-04-29 Thread Noralf Trønnes
Add a way for client to check the configuration before comitting. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/drm_client_modeset.c | 35 include/drm/drm_client.h | 1 + 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm