summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/gop.c
AgeCommit message (Expand)Author
2020-05-20efi/gop: Add an option to list out the available GOP modesArvind Sankar
2020-05-01efi/gop: Use efi_err for error messagesArvind Sankar
2020-05-01efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar
2020-04-24efi: Kill __efistub_globalArvind Sankar
2020-04-23efi/gop: Allow automatically choosing the best modeArvind Sankar
2020-04-23efi/gop: Allow specifying depth as well as resolutionArvind Sankar
2020-04-23efi/gop: Allow specifying mode by <xres>x<yres>Arvind Sankar
2020-04-23efi/gop: Allow specifying mode number on command lineArvind Sankar
2020-04-23efi/gop: Remove unreachable code from setup_pixel_infoArvind Sankar
2020-04-23efi/gop: Use helper macros for find_bitsArvind Sankar
2020-04-23efi/gop: Use helper macros for populating lfb_baseArvind Sankar
2020-04-23efi/gop: Move variable declarations into loop blockArvind Sankar
2020-04-23efi/gop: Slightly re-arrange logic of find_gopArvind Sankar
2020-04-23efi/gop: Factor out locating the gop into a functionArvind Sankar
2020-04-23efi/gop: Get mode information outside the loopArvind Sankar
2020-04-23efi/gop: Move check for framebuffer before con_outArvind Sankar
2020-04-23efi/gop: Remove redundant current_fb_baseArvind Sankar
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel
2019-12-25efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel
2019-12-25efi/gop: Unify 32/64-bit functionsArvind Sankar
2019-12-25efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar
2019-12-08efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar
2019-12-08efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar
2019-12-08efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsArvind Sankar
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel
2017-04-05efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatCohen, Eugene
2016-04-28efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel