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