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