On Fri, 9 Jun 2023 at 12:51, Nikhil M Jain <n-ja...@ti.com> wrote: > > Add method to reserve video framebuffer information using blob, > recieved from previous stage. > > Signed-off-by: Nikhil M Jain <n-ja...@ti.com> > --- > V2: > - Remove #if CONFIG_IS_ENABLED(VIDEO) in video_reserve_from_blob. > > drivers/video/video-uclass.c | 11 +++++++++++ > include/video.h | 9 +++++++++ > 2 files changed, 20 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>