17 Oct, 2007

1 commit

  • This contains the following changes:

    * Overlay surface alpha is configured separately from the overlay. This
    prevents display glitches (configure and fill the overlay first, set
    alpha to a visible value next)

    * Added an ioctl for configuring transparency of the Overlay and graphics
    planes. Blend mode, colorkey mode and global alpha mode are supported.

    * Added an ioctl for setting the plane order. The overlay plance can be placed
    over or
    under the graphics plane.

    * Added an ioctl for setting and reading chip registers, with mask.

    * Updated copyright for 2007

    [adaplas]
    * Coding style changes

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

    Raphael Assenat
     

09 Dec, 2006

1 commit

  • This patch adds a way to create and use the video plane (YUV overlay) and
    scaling video scaling features of the chip.

    The overlay is configured, resized and modified using a device specific
    ioctl.

    Also included in this patch:
    - If no platform data was passed, print an error and exit instead of crashing.
    - Added a write_reg(_dly) macro. This improves readability when
    manipulating chip registers. (no more udelay() after each write).
    - Comments about some issues.

    Signed-off-by: Raphael Assenat
    Cc: "Antonino A. Daplas"
    Acked-by: James Simmons
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Raphael Assenat
     

15 Jul, 2006

1 commit

  • Add frame buffer driver for the 2700G LCD controller present on CompuLab
    CM-X270 computer module.

    [adaplas]
    - Add more informative help text to Kconfig
    - Make DEBUG a Kconfig option as FB_MBX_DEBUG
    - Remove #include mbxdebug.c, this is frowned upon
    - Remove redundant casts
    - Arrange #include's alphabetically
    - Trivial whitespace

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

    Mike Rapoport