]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Add a function to obtain the framebuffer address
authorSimon Glass <sjg@chromium.org>
Wed, 21 Aug 2024 16:18:55 +0000 (10:18 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 20:05:37 +0000 (14:05 -0600)
commitb5c5923e4e4d526055c559e9bf644c2669335730
treef71e6d31e1ebfb5002f4b3b96ecb690158f57d6c
parent26d3faae2963ec03d4cb8581d410fb5e18172f89
video: Add a function to obtain the framebuffer address

Add a new function which returns the framebuffer address of the first
video device. This will allow the global_data field top be dropped.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/video-uclass.c
include/video.h