21 May, 2020

1 commit


24 Apr, 2020

4 commits

  • Add the ability to automatically pick the highest resolution video mode
    (defined as the product of vertical and horizontal resolution) by using
    a command-line argument of the form
    video=efifb:auto

    If there are multiple modes with the highest resolution, pick one with
    the highest color depth.

    Signed-off-by: Arvind Sankar
    Link: https://lore.kernel.org/r/20200328160601.378299-2-nivedita@alum.mit.edu
    Signed-off-by: Ard Biesheuvel

    Arvind Sankar
     
  • Extend the video mode argument to handle an optional color depth
    specification of the form
    video=efifb:x[-(rgb|bgr|)]

    Signed-off-by: Arvind Sankar
    Link: https://lore.kernel.org/r/20200320020028.1936003-14-nivedita@alum.mit.edu
    Signed-off-by: Ard Biesheuvel

    Arvind Sankar
     
  • Add the ability to choose a video mode using a command-line argument of
    the form
    video=efifb:x

    Signed-off-by: Arvind Sankar
    Link: https://lore.kernel.org/r/20200320020028.1936003-13-nivedita@alum.mit.edu
    Signed-off-by: Ard Biesheuvel

    Arvind Sankar
     
  • Add the ability to choose a video mode for the selected gop by using a
    command-line argument of the form
    video=efifb:mode=

    Signed-off-by: Arvind Sankar
    Link: https://lore.kernel.org/r/20200320020028.1936003-12-nivedita@alum.mit.edu
    Signed-off-by: Ard Biesheuvel

    Arvind Sankar
     

15 Jun, 2019

1 commit

  • The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust title markups.

    At its new index.rst, let's add a :orphan: while this is not linked to
    the main index.rst file, in order to avoid build warnings.

    Also, removed the Maintained by, as requested by Geert.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab