From 84428f72d02583f1f2a7bf4470bace5d46c1bc4d Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Tue, 14 Sep 2021 13:59:33 -0600 Subject: drivers/intel/fsp2_0: Pass orientation to fsp_report_framebuffer_info Instead of always passing LB_FB_ORIENTATION_NORMAL, allow the chipsets implementing the callback to pass in an orientation. BUG=b:194967458 BRANCH=dedede Change-Id: I4aacab9449930a75aca9d68bf30d019f86035405 Signed-off-by: Tim Wawrzynczak Reviewed-on: https://review.coreboot.org/c/coreboot/+/57647 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Karthik Ramasubramanian --- src/drivers/intel/fsp2_0/include/fsp/graphics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/drivers/intel/fsp2_0/include') diff --git a/src/drivers/intel/fsp2_0/include/fsp/graphics.h b/src/drivers/intel/fsp2_0/include/fsp/graphics.h index 2d8138332f..dfd7b4e65b 100644 --- a/src/drivers/intel/fsp2_0/include/fsp/graphics.h +++ b/src/drivers/intel/fsp2_0/include/fsp/graphics.h @@ -11,6 +11,7 @@ * 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); +void fsp_report_framebuffer_info(const uintptr_t framebuffer_bar, + enum lb_fb_orientation orientation); #endif /* _FSP2_0_GRAPHICS_H_ */ -- cgit v1.2.3