07 Aug, 2011

1 commit

  • Two additional savage4 variants were added, but the S3_SAVAGE4_SERIES
    macro was incompletely modified, resulting in a false positive detection
    of a savage4 card regardless of which savage card is actually present.

    For non-savage4 series cards, such as a Savage/IX-MV card, this results
    in garbled video and/or a hard-hang at boot time. Fix this by changing
    an '||' to an '&&' in the S3_SAVAGE4_SERIES macro.

    Signed-off-by: John P. Stanley
    Reviewed-by: Tormod Volden
    [ The macros have incomplete parenthesis too, but whatever .. -Linus ]
    Signed-off-by: Linus Torvalds

    John Stanley
     

24 May, 2011

1 commit


31 Mar, 2011

1 commit


25 Oct, 2010

1 commit


09 May, 2007

1 commit

  • Allow the saving and restoration of VGA text mode. The state is saved on the
    first open and restored on the last close. Because of the VGA registers are
    linearly mapped to the MMIO space, MMIO access is used which is not limited to
    X86 platforms nor to the primary display device.

    An echo 0 > /sys/class/vtconsole/vtcon1/bind will convert the display from
    graphics to text mode.

    Signed-off-by: Antonino Daplas
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Antonino A. Daplas
     

27 Jun, 2006

1 commit


07 Nov, 2005

1 commit


15 Sep, 2005

1 commit


10 Sep, 2005

1 commit

  • - Fallback to firmware EDID if chipset has no DDC/I2C support or if I2C
    probing failed

    - Add fb_blank hook

    - Fix savagefb_suspend/resume to enable driver to successfully suspend and
    resume from S3, memory or disk

    Signed-off-by: Antonino Daplas
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Antonino A. Daplas
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds