Re: [PATCH 10/17] drm/mgag200: Set pitch in a separate helper function

2020-05-04 Thread Thomas Zimmermann
Hi Am 03.05.20 um 17:42 schrieb Sam Ravnborg: > Hi Thomas. > > On Wed, Apr 29, 2020 at 04:32:31PM +0200, Thomas Zimmermann wrote: >> The framebuffer's pitch is now set in mgag200_set_offset(). >> >> Signed-off-by: Thomas Zimmermann > > I failed to follow this code. Is it because of the line-of

Re: [PATCH 10/17] drm/mgag200: Set pitch in a separate helper function

2020-05-03 Thread Sam Ravnborg
Hi Thomas. On Wed, Apr 29, 2020 at 04:32:31PM +0200, Thomas Zimmermann wrote: > The framebuffer's pitch is now set in mgag200_set_offset(). > > Signed-off-by: Thomas Zimmermann I failed to follow this code. > --- > drivers/gpu/drm/mgag200/mgag200_mode.c | 41 +- > 1 fi

[PATCH 10/17] drm/mgag200: Set pitch in a separate helper function

2020-04-29 Thread Thomas Zimmermann
The framebuffer's pitch is now set in mgag200_set_offset(). Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mgag200/mgag200_mode.c | 41 +- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_mode.c b/drivers/gpu/drm/mgag2