1. 17 4月, 2014 1 次提交
  2. 19 3月, 2014 1 次提交
  3. 30 8月, 2013 2 次提交
    • T
      OMAPDSS: rename omap_dss_device's 'device' field to 'dst' · 9560dc10
      Tomi Valkeinen 提交于
      In the old panel device model we had omap_dss_output entities,
      representing the encoders in the DSS block. This entity had "device"
      field, which pointed to the panel that was using the omap_dss_output.
      
      With the new panel device model, the omap_dss_output is integrated into
      omap_dss_device, which now represents a "display entity". Thus the "device"
      field, now in omap_dss_device, points to the next entity in the display
      entity-chain.
      
      This patch renames the "device" field to "dst", which much better tells
      what the field points to.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      Reviewed-by: NArchit Taneja <archit@ti.com>
      9560dc10
    • T
      OMAPDSS: rename omap_dss_device's 'output' to 'src' · a73fdc64
      Tomi Valkeinen 提交于
      In the old panel device model we had "outputs", which were the encoders
      inside OMAP DSS block, and panel devices (omap_dss_device). The panel
      devices had a reference to the source of the video data, i.e. reference
      to an "output", in a field named "output".
      
      That was somewhat confusing even in the old panel device model, but even
      more so with the panel device model where we can have longer chains of
      display entities.
      
      This patch renames the "output" field to "src", which much better tells
      what the field points to.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      Reviewed-by: NArchit Taneja <archit@ti.com>
      a73fdc64
  4. 17 6月, 2013 1 次提交