1. 05 11月, 2014 2 次提交
  2. 13 10月, 2014 1 次提交
    • D
      drm/mst: rework payload table allocation to conform better. · dfda0df3
      Dave Airlie 提交于
      The old code has problems with the Dell MST monitors due to some
      assumptions I made that weren't true.
      
      I initially thought the Virtual Channel Payload IDs had to be in
      the DPCD table in ascending order, however it appears that assumption
      is bogus.
      
      The old code also assumed it was possible to insert a member
      into the table and it would move other members up, like it does
      when you remove table entries, however reality has shown this
      isn't true.
      
      So the new code allocates VCPIs separate from entries in the payload
      tracking table, and when we remove an entry from the DPCD table,
      I shuffle the tracking payload entries around in the struct.
      
      This appears to make VT switch more robust (still not perfect)
      with an MST enabled Dell monitor.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      dfda0df3
  3. 30 9月, 2014 3 次提交
  4. 24 9月, 2014 7 次提交
  5. 19 9月, 2014 1 次提交
    • I
      drm/mipi-dsi: consider low power transmission · d87f09ab
      Inki Dae 提交于
      This patch adds a new flag, MIPI_DSI-MODE_LPM, to transmit data
      in low power. With this flag, msg.flags has MIPI_DSI_MSG_USE_LPM
      so that host driver of each SoC can clear or set relevant register
      bit for low power transmission.
      
      All host drivers shall support continuous clock behavior on the
      Clock Lane, and optionally may support non-continuous clock behavior.
      Both of them can transmit data in high speed of low power.
      
      With each clock behavior, non-continuous or continuous clock mode,
      host controller will transmit data in high speed by default so if
      peripheral wants to receive data in low power, the peripheral driver
      should set MIPI_DSI_MODE_LPM flag.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      d87f09ab
  6. 12 9月, 2014 17 次提交
  7. 11 9月, 2014 3 次提交
  8. 10 9月, 2014 6 次提交