]> git.baikalelectronics.ru Git - uboot.git/commit
video: Allow drivers to allocate the frame buffer themselves
authorPali Rohár <pali@kernel.org>
Wed, 9 Mar 2022 19:46:00 +0000 (20:46 +0100)
committerAnatolij Gustschin <agust@denx.de>
Wed, 9 Mar 2022 20:26:54 +0000 (21:26 +0100)
commit080904b336c78978c2d7d913bfd6da441b0b84b6
treee12bc12a96174de643ac834631904437206e5767
parent3872681384f41e02e95bd9d993ffb2847285f282
video: Allow drivers to allocate the frame buffer themselves

When plat->base is set by driver then skip frame buffer reservation
and allocation.

Signed-off-by: Pali Rohár <pali@kernel.org>
drivers/video/video-uclass.c