Re: [PATCH 3/9] drm/ast: Don't clear base address and offset with default values

2019-11-05 Thread Gerd Hoffmann
On Mon, Oct 28, 2019 at 04:49:22PM +0100, Thomas Zimmermann wrote: > The content of the base-address and offset registers are state of > the primary plane. Clearing it to default values will interfere with > plane functions for atomic mode setting. > > Signed-off-by: Thomas Zimmermann Acked-by:

[PATCH 3/9] drm/ast: Don't clear base address and offset with default values

2019-10-28 Thread Thomas Zimmermann
The content of the base-address and offset registers are state of the primary plane. Clearing it to default values will interfere with plane functions for atomic mode setting. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_mode.c | 8 ++-- 1 file changed, 6 insertions(+), 2 del