Searched refs:pFbInfo (Results 1 – 4 of 4) sorted by relevance
643 OUT FRAME_BUFFER_INFO *pFbInfo in CbParseFbInfo() argument648 if (pFbInfo == NULL) { in CbParseFbInfo()677 pFbInfo->LinearFrameBuffer = CbFbRec->physical_address; in CbParseFbInfo()678 pFbInfo->HorizontalResolution = CbFbRec->x_resolution; in CbParseFbInfo()679 pFbInfo->VerticalResolution = CbFbRec->y_resolution; in CbParseFbInfo()680 pFbInfo->BitsPerPixel = CbFbRec->bits_per_pixel; in CbParseFbInfo()681 pFbInfo->BytesPerScanLine = (UINT16)CbFbRec->bytes_per_line; in CbParseFbInfo()682 pFbInfo->Red.Mask = (1 << CbFbRec->red_mask_size) - 1; in CbParseFbInfo()683 pFbInfo->Red.Position = CbFbRec->red_mask_pos; in CbParseFbInfo()684 pFbInfo->Green.Mask = (1 << CbFbRec->green_mask_size) - 1; in CbParseFbInfo()[all …]
805 FRAME_BUFFER_INFO *pFbInfo; in FbGopCheckForVbe() local813 pFbInfo = (FRAME_BUFFER_INFO *)GET_GUID_HOB_DATA (GuidHob); in FbGopCheckForVbe()822 BitsPerPixel = pFbInfo->BitsPerPixel; in FbGopCheckForVbe()823 HorizontalResolution = pFbInfo->HorizontalResolution; in FbGopCheckForVbe()824 VerticalResolution = pFbInfo->VerticalResolution; in FbGopCheckForVbe()855 CurrentModeData->Red = *(FB_VIDEO_COLOR_PLACEMENT *)&(pFbInfo->Red); in FbGopCheckForVbe()856 CurrentModeData->Blue = *(FB_VIDEO_COLOR_PLACEMENT *)&(pFbInfo->Blue); in FbGopCheckForVbe()857 CurrentModeData->Green = *(FB_VIDEO_COLOR_PLACEMENT *)&(pFbInfo->Green); in FbGopCheckForVbe()858 CurrentModeData->Reserved = *(FB_VIDEO_COLOR_PLACEMENT *)&(pFbInfo->Reserved); in FbGopCheckForVbe()864 CurrentModeData->LinearFrameBuffer = (VOID *) (UINTN) pFbInfo->LinearFrameBuffer; in FbGopCheckForVbe()
242 FRAME_BUFFER_INFO* pFbInfo; in CbPeiEntryPoint() local423 pFbInfo = BuildGuidHob (&gUefiFrameBufferInfoGuid, sizeof (FRAME_BUFFER_INFO)); in CbPeiEntryPoint()425 CopyMem (pFbInfo, &FbInfo, sizeof (FRAME_BUFFER_INFO)); in CbPeiEntryPoint()
190 IN FRAME_BUFFER_INFO* pFbInfo