1. 12 12月, 2009 37 次提交
  2. 10 12月, 2009 1 次提交
  3. 09 12月, 2009 2 次提交
    • T
      OMAP: Add VRAM manager · afedec18
      Tomi Valkeinen 提交于
      Add a Video RAM manager for OMAP 2 and 3 platforms. VRAM manager is used
      to allocate large continuous blocks of SDRAM or SRAM. The features VRAM
      manager has that are missing from dma_alloc_* functions are:
      
      - Support for OMAP2's SRAM
      - Allocate without ioremapping
      - Allocate at defined physical addresses
      - Allows larger VRAM area and larger allocations
      
      The upcoming DSS2 uses VRAM manager.
      
      VRAM area size can be defined in kernel config, board file or with
      kernel boot parameters. Board file definition overrides kernel config,
      and boot parameter overrides kernel config and board file.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@nokia.com>
      afedec18
    • T
      OMAP: OMAPFB: add omapdss device · dadd2bb9
      Tomi Valkeinen 提交于
      The upcoming new display subsystem driver is divided to two devices,
      omapdss and omapfb, of which omapdss handles the actual hardware.
      
      This patch adds a dummy omapdss platform device for the current omapfb
      driver, which is then used to get the clocks. This will make it possible
      for the current and the new display drivers to co-exist.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@nokia.com>
      Acked-by: NTony Lindgren <tony@atomide.com>
      dadd2bb9