Re: [PATCH 10/26] video: Set up the copy framebuffer when enabled

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:42 -0600 Simon Glass s...@chromium.org wrote: > This framebuffer is separately mapped. Update the video post-probe > function to set this up. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin

[PATCH 10/26] video: Set up the copy framebuffer when enabled

2020-05-19 Thread Simon Glass
This framebuffer is separately mapped. Update the video post-probe function to set this up. Signed-off-by: Simon Glass --- drivers/video/video-uclass.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/video/video-uclass.c b/drivers/video/video-uclass.c index 9fbaa8db10..0c97377ea9