17 Oct, 2007

1 commit

  • Make radeonfb work ith the 200m Xpress RC410. In my tests it was terribly
    unstable and would freeze until I set a refresh rate in the kernel argument
    to 75.

    e.g video=radeonfb:1280x800@75

    Now it is rock solid.

    Cc: Benjamin Herrenschmidt
    Cc: "Antonino A. Daplas"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Sellout Bessie
     

13 Sep, 2007

1 commit

  • This fixes a problem introduced with commit
    b5f2f4d1a6d7efde39cfb5e1d034981c69f2214c
    The commit added a wrong chip definition to radeonfb which causes
    a blank console on my Laptop if radeonfb is loaded.

    The patch
    - renames PCI_CHIP_RS485_5975 to PCI_CHIP_RS482_5975
    - corrects the chip family (RS480 instead of R300) for 0x5975
    - ensures that PCI IDs are in ascending order in ati_ids.h

    Signed-off-by: Andreas Herrmann
    Tentatively-acked-by: Ben Herrenschmidt
    Signed-off-by: Linus Torvalds

    aherrman@arcor.de
     

18 Jul, 2007

1 commit


09 May, 2007

1 commit


07 Nov, 2005

1 commit


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