Re: [PATCH 04/10] drm/client: Add drm_client_framebuffer_flush()

2020-05-03 Thread Noralf Trønnes
Den 03.05.2020 09.48, skrev Sam Ravnborg: > Hi Noralf. > > On Wed, Apr 29, 2020 at 02:48:24PM +0200, Noralf Trønnes wrote: >> Some drivers need explicit flushing of buffer changes, add a function >> that does that. > I trust you on this. All drivers in tiny/ and at least udl need to be told to

Re: [PATCH 04/10] drm/client: Add drm_client_framebuffer_flush()

2020-05-03 Thread Sam Ravnborg
Hi Noralf. On Wed, Apr 29, 2020 at 02:48:24PM +0200, Noralf Trønnes wrote: > Some drivers need explicit flushing of buffer changes, add a function > that does that. I trust you on this. > > Signed-off-by: Noralf Trønnes Some bikeshedding below. Either way: Reviewed-by: Sam Ravnborg > --- > d

[PATCH 04/10] drm/client: Add drm_client_framebuffer_flush()

2020-04-29 Thread Noralf Trønnes
Some drivers need explicit flushing of buffer changes, add a function that does that. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/drm_client.c | 31 +++ include/drm/drm_client.h | 1 + 2 files changed, 32 insertions(+) diff --git a/drivers/gpu/drm/drm_clie