summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp2_0/include/fsp/graphics.h
blob: dfd7b4e65b5c4ba5de944159fd1a330690dc13e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef _FSP2_0_GRAPHICS_H_
#define _FSP2_0_GRAPHICS_H_

#include <types.h>

/*
 * Report the fsp_graphics_info_guid HOB to framebuffer info.
 *
 * Must be called after PCI enumeration to make sure that the BAR
 * doesn't change any more.
 */
void fsp_report_framebuffer_info(const uintptr_t framebuffer_bar,
				 enum lb_fb_orientation orientation);

#endif /* _FSP2_0_GRAPHICS_H_ */