mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
include: video: Reserve video using blob
Add method to reserve video framebuffer information using blob, received from previous stage. Signed-off-by: Nikhil M Jain <n-jain1@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -406,4 +406,13 @@ int bmp_display(ulong addr, int x, int y);
|
||||
*/
|
||||
int bmp_info(ulong addr);
|
||||
|
||||
/*
|
||||
* video_reserve_from_bloblist()- Reserve frame-buffer memory for video devices
|
||||
* using blobs.
|
||||
*
|
||||
* @ho: video information passed from SPL
|
||||
* Returns: 0 (always)
|
||||
*/
|
||||
int video_reserve_from_bloblist(struct video_handoff *ho);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user