17 Oct, 2007

3 commits

  • This patch fixes white spaces, redudant definitions and formating in the pm3fb
    header file.

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

    Krzysztof Helt
     
  • This patch removes constants named AAA_DISABLE with value 0. They are redudant
    and misleading ( a |= AAA_DISABLE does nothing and usually should be
    a &= ~AAA_ENABLE).

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

    Krzysztof Helt
     
  • This patch adds accelerated copyarea and partially accelerated imageblit
    functions. There is also fixed one register address in the pm3fb.h file.

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

    Krzysztof Helt
     

11 May, 2007

1 commit

  • This is a basic port from 2.4 kernel to 2.6. Acceleration is lost and big
    endian support probably too. The driver works in 8, 16 and 32 bit mode.

    [adaplas]
    - change VESA_* to FB_BLANK_* constants
    - removed unused function clear_memory
    - fix uninitialized variable compiler warning
    - some whitespace cleaning

    [akpm@linux-foundation.org: Nuke pestiferous CVS string]
    Signed-off-by: Krzysztof Helt
    Signed-off-by: Antonino Daplas
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Krzysztof Helt
     

09 Dec, 2006

1 commit


26 Mar, 2006

1 commit

  • MODULE_PARM was actually breaking: recent gcc version optimize them out as
    unused. It's time to replace the last users, which are generally in the
    most unloved drivers anyway.

    Signed-off-by: Rusty Russell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Rusty Russell
     

13 Sep, 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