index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
gop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi/gop: Add an option to list out the available GOP modes
Arvind Sankar
2020-05-20
1
-1
/
+96
*
efi/gop: Use efi_err for error messages
Arvind Sankar
2020-05-01
1
-5
/
+5
*
efi/libstub: Add a helper function to split 64-bit values
Arvind Sankar
2020-05-01
1
-4
/
+2
*
efi: Kill __efistub_global
Arvind Sankar
2020-04-24
1
-1
/
+1
*
efi/gop: Allow automatically choosing the best mode
Arvind Sankar
2020-04-23
1
-1
/
+83
*
efi/gop: Allow specifying depth as well as resolution
Arvind Sankar
2020-04-23
1
-5
/
+43
*
efi/gop: Allow specifying mode by <xres>x<yres>
Arvind Sankar
2020-04-23
1
-1
/
+83
*
efi/gop: Allow specifying mode number on command line
Arvind Sankar
2020-04-23
1
-0
/
+107
*
efi/gop: Remove unreachable code from setup_pixel_info
Arvind Sankar
2020-04-23
1
-40
/
+26
*
efi/gop: Use helper macros for find_bits
Arvind Sankar
2020-04-23
1
-18
/
+8
*
efi/gop: Use helper macros for populating lfb_base
Arvind Sankar
2020-04-23
1
-2
/
+2
*
efi/gop: Move variable declarations into loop block
Arvind Sankar
2020-04-23
1
-5
/
+8
*
efi/gop: Slightly re-arrange logic of find_gop
Arvind Sankar
2020-04-23
1
-17
/
+13
*
efi/gop: Factor out locating the gop into a function
Arvind Sankar
2020-04-23
1
-6
/
+17
*
efi/gop: Get mode information outside the loop
Arvind Sankar
2020-04-23
1
-24
/
+14
*
efi/gop: Move check for framebuffer before con_out
Arvind Sankar
2020-04-23
1
-5
/
+6
*
efi/gop: Remove redundant current_fb_base
Arvind Sankar
2020-04-23
1
-3
/
+1
*
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
2019-12-25
1
-10
/
+7
*
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
2019-12-25
1
-6
/
+3
*
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
2019-12-25
1
-6
/
+4
*
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
2019-12-25
1
-0
/
+2
*
efi/libstub: Use a helper to iterate over a EFI handle array
Ard Biesheuvel
2019-12-25
1
-7
/
+2
*
efi/gop: Unify 32/64-bit functions
Arvind Sankar
2019-12-25
1
-116
/
+18
*
efi/gop: Convert GOP structures to typedef and clean up some types
Arvind Sankar
2019-12-25
1
-13
/
+13
*
efi/gop: Fix memory leak in __gop_query32/64()
Arvind Sankar
2019-12-08
1
-54
/
+12
*
efi/gop: Return EFI_SUCCESS if a usable GOP was found
Arvind Sankar
2019-12-08
1
-2
/
+2
*
efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
Arvind Sankar
2019-12-08
1
-6
/
+6
*
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2019-02-04
1
-3
/
+1
*
efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
Cohen, Eugene
2017-04-05
1
-2
/
+4
*
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel
2016-04-28
1
-0
/
+354