Re: [PATCH 2/9] drm/ast: Check video-mode requirements against VRAM size

2019-11-05 Thread Gerd Hoffmann
On Mon, Oct 28, 2019 at 04:49:21PM +0100, Thomas Zimmermann wrote: > Each video mode's primary plane requires a minimum amount of video > memory. For double buffering, this is at most half the available > VRAM. Check this constraint. Acked-by: Gerd Hoffmann > > Signed-off-by: Thomas Zimmermann

[PATCH 2/9] drm/ast: Check video-mode requirements against VRAM size

2019-10-28 Thread Thomas Zimmermann
Each video mode's primary plane requires a minimum amount of video memory. For double buffering, this is at most half the available VRAM. Check this constraint. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_main.c | 25 - 1 file changed, 24 insertions(+), 1