11 Jan, 2006

1 commit

  • - replace kmalloc with kzalloc
    - remove repeated define (FONTCHHCNT)
    - remove unneeded local variable (redraw) in ypan_{up|down}_redraw
    - add and delete cursor timer in fbcon_switch() if old_info != info

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

    Antonino A. Daplas
     

29 Nov, 2005

1 commit

  • Remove bogus usage of test/set_bit() from fbcon rotation code and just
    manipulate the bits directly. This fixes an oops on powerpc among others
    and should be faster. Seems to work fine on the G5 here.

    Signed-off-by: Benjamin Herrenschmidt
    Acked-by: Antonino Daplas
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Benjamin Herrenschmidt
     

23 Nov, 2005

1 commit

  • The shift value (amount to shift the bitmap so first pixel starts at
    origin(0,0)) is incorrect. This causes corrupted characters or a kernel crash
    if fontwidth is not divisible by 8 at 270 degrees, or fontheight not divisible
    by 8 at 180 degrees.

    Report and part of the fix contributed by Knut Petersen.

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

    Antonino A. Daplas
     

09 Nov, 2005

4 commits