15 Jun, 2009

1 commit


19 Nov, 2008

1 commit


20 Oct, 2008

1 commit


17 Oct, 2007

2 commits

  • ps3av: eliminate PS3AV_DEBUG
    - Move ps3av_cmd_av_monitor_info_dump from ps3av_cmd.c to ps3av.c, as
    it's
    used there only
    - Integrate ps3av_cmd_av_hw_conf_dump() into its sole user
    - Use pr_debug() for printing debug info

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

    Geert Uytterhoeven
     
  • ps3av: eliminate unneeded temporary variables

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

    Geert Uytterhoeven
     

28 Jun, 2007

2 commits

  • Make the PS3 ps3av driver a loadable module.
    - Replace static data with kmalloc()'ed.
    o Allocate struct ps3av dynamically, as it contains data used as vuart
    receive/transmit buffers
    o Move static recv_buf from ps3av_do_pkt() to struct ps3av
    - Move ps3av_vuart_{read,write}() from drivers/ps3/ps3av_cmd.c to
    drivers/ps3/ps3av.c and make them static as they're used in that file only.
    - Make device a PS3 system-bus device.
    - Update copyright formatting.
    - Make two new routines ps3av_register_flip_ctl() and ps3av_flip_ctl() to
    support late binding of the frame buffer flip control routine.

    Signed-off-by: Geert Uytterhoeven
    Signed-off-by: Geoff Levand
    Signed-off-by: Paul Mackerras

    Geoff Levand
     
  • Add support for HDMI RGB Full Range mode, which is available on system
    software 1.80 or newer.

    CC: Masashi Kimoto
    Signed-off-by: Geert Uytterhoeven
    Signed-off-by: Geoff Levand
    Signed-off-by: Paul Mackerras

    Masashi Kimoto
     

05 May, 2007

1 commit


15 Mar, 2007

1 commit


13 Feb, 2007

2 commits

  • If ps3fb is available, we have to disable display flipping while changing the
    audio or video mode.

    Signed-off-by: Geert Uytterhoeven
    Cc: James Simmons
    Cc: Benjamin Herrenschmidt
    Cc: Paul Mackerras
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Geert Uytterhoeven
     
  • Add the PS3 AV Settings Driver.

    The AV Settings driver is used to control Audio and Video settings. It
    communicates with the policy manager through the virtual uart.

    Signed-off-by: Geert Uytterhoeven
    Cc: James Simmons
    Cc: Benjamin Herrenschmidt
    Cc: Paul Mackerras
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Geert Uytterhoeven