Re: [edk2] [PATCH] CorebootPayloadPkg/FbGop: Produces correct PixelsPerScanLine

2018-02-01 Thread Ni, Ruiyu
lt;prince.agye...@intel.com> > Subject: [edk2] [PATCH] CorebootPayloadPkg/FbGop: Produces correct > PixelsPerScanLine > > According to UEFI Spec, EFI_GRAPHICS_OUTPUT_PROTOCOL.Mode->Info-> > PixelsPerScanLine may contain padding pixel elements outside the area covered >

[edk2] [PATCH] CorebootPayloadPkg/FbGop: Produces correct PixelsPerScanLine

2018-01-30 Thread Benjamin You
According to UEFI Spec, EFI_GRAPHICS_OUTPUT_PROTOCOL.Mode->Info-> PixelsPerScanLine may contain padding pixel elements outside the area covered by HorizontalResolution for performance reasons or due to hardware restrictions. CorebootPayloadPkg's FbGop driver doesn't follow this requirement, and