]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Assume video to be active if SPL is passing video hand-off
authorDevarsh Thakkar <devarsht@ti.com>
Thu, 22 Feb 2024 13:08:09 +0000 (18:38 +0530)
committerAnatolij Gustschin <agust@denx.de>
Sun, 21 Apr 2024 07:07:02 +0000 (09:07 +0200)
commit4ac7ffb60ee9a342337dce6e4fda3cbac827c398
tree352726a16c36ade74d74cf227bd54f2ce6ad39a2
parent86281e4705418b54404889c290ef3154fb1ebafc
video: Assume video to be active if SPL is passing video hand-off

If SPL is passing video handoff structure to U-boot then it is safe to
assume that SPL has already enabled video and that's why it is passing
video handoff structure to U-boot so that U-boot can preserve the
framebuffer.

Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Nikhil M Jain <n-jain1@ti.com>
drivers/video/video-uclass.c