1. 08 7月, 2013 1 次提交
  2. 28 6月, 2013 3 次提交
    • J
      Merge tag 'fbdev-3.11-2' of git://gitorious.org/linux-omap-dss2/linux into fbdev/for-next · 19fd7441
      Jean-Christophe PLAGNIOL-VILLARD 提交于
      Various fbdev changes for 3.11
      
      * xilinxfb updates
      * Small cleanups and fixes to multiple drivers
      19fd7441
    • J
      Merge tag 'omapdss-for-3.11-2' of git://gitorious.org/linux-omap-dss2/linux into fbdev/for-next · b75bf98b
      Jean-Christophe PLAGNIOL-VILLARD 提交于
      OMAP display subsystem changes for 3.11 (part 2/2)
      
      This is the second part of OMAP DSS changes for 3.11. This part contains the
      new DSS device model support.
      
      The current OMAP panel drivers use a custom DSS bus, and there's a hard limit
      of one external display block per video pipeline. In the new DSS device model
      the devices/drivers are made according to the control bus of the display block,
      usually platform, i2c or spi. The display blocks can also be chained so that we
      can have separate drivers for setups with both external encoder and panel.
      
      To allow the current board files, which use the old style panels, to function,
      the old display drivers are left in their current state, and new ones are added
      to drivers/video/omap2/displays-new/. When the board files have been converted
      to use the new style panels, we can remove the old code. This is planned to
      happen in v3.12.
      
      Having to support two very different DSS device models makes the driver
      somewhat confusing in some parts, and prevents us from properly cleaning up
      some other parts. These cleanups will be done when the old code is removed.
      
      The new device model is designed with CDF (Common Display Framework) in mind.
      While CDF is still under work, the new DSS device model should be much more
      similar to CDF's model than the old device model, which should make the
      eventual conversion to CDF much easier.
      b75bf98b
    • J
      Merge tag 'omapdss-for-3.11-1' of git://gitorious.org/linux-omap-dss2/linux into fbdev/for-next · 8e980455
      Jean-Christophe PLAGNIOL-VILLARD 提交于
      OMAP display subsystem changes for 3.11 (part 1/2)
      
      This is the first part of OMAP DSS changes for 3.11. This part contains fixes,
      cleanups and reorganizations that are not directly related to the new DSS
      device model that is added in part 2, although many of the reorganizations are
      made to make the part 2 possible.
      
      There should not be any functional changes visible to the user except the few
      bug fixes.
      
      The main new internal features:
      
      - Display (dis)connect support, which allows us to explicitly (dis)connect a
        whole display pipeline
      
      - Panel list, which allows us to operate without the specific DSS bus
      
      - Combine omap_dss_output to omap_dss_device, so that we have one generic
        "entity" for display pipeline blocks
      8e980455
  3. 27 6月, 2013 7 次提交
  4. 26 6月, 2013 20 次提交
  5. 17 6月, 2013 9 次提交