1. 15 8月, 2012 1 次提交
    • A
      OMAPDSS: RFBI: Remove partial update support · 43eab861
      Archit Taneja 提交于
      Partial update suppport was removed from DISPC and DSI sometime back. The RFBI
      driver still tries to support partial update without the underlying support in
      DISPC.
      
      Remove partial update support from RFBI, only support updates which span acros
      the whole panel size. This also helps in DSI and RFBI having similar update
      ops.
      Signed-off-by: NArchit Taneja <archit@ti.com>
      43eab861
  2. 29 6月, 2012 1 次提交
  3. 23 4月, 2012 1 次提交
  4. 04 12月, 2011 1 次提交
  5. 30 9月, 2011 1 次提交
    • T
      OMAPDSS: Add N800 panel driver · 562a0606
      Tomi Valkeinen 提交于
      This is a driver for N800's display, ported from the old omapfb. This is
      a slightly lighter version of the driver as not all features of the old
      driver can be ported without big changes to DSS2, and also because some
      of the HW features used in the old driver are unclear (e.g. the power
      management part).
      
      That said, the new driver works fine for basic use.
      
      Architecturally the driver is not as neat as it could be. N800's display
      HW consists of a display buffer chip and a panel, and ideally they would
      be represented by separate, independent drivers. This is not currently
      possible, and this driver contains both buffer chip and panel driver.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      562a0606