Re: [PATCH 4/4] drm/mgag200: Add module parameter to pin all buffers at offset 0

2019-11-26 Thread Daniel Vetter
On Tue, Nov 26, 2019 at 08:25:45AM +0100, Thomas Zimmermann wrote: > For hardware that does not interpret the startadd field correctly, > add the module parameter 'hw_bug_no_startadd', which enables the > workaround. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/mgag200/mgag200_dr

[PATCH 4/4] drm/mgag200: Add module parameter to pin all buffers at offset 0

2019-11-25 Thread Thomas Zimmermann
For hardware that does not interpret the startadd field correctly, add the module parameter 'hw_bug_no_startadd', which enables the workaround. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mgag200/mgag200_drv.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/m