1. 03 4月, 2017 3 次提交
  2. 16 2月, 2017 1 次提交
  3. 19 12月, 2016 1 次提交
  4. 02 11月, 2016 19 次提交
  5. 07 6月, 2016 2 次提交
    • J
      drm/omapdrm: Workaround for errata i734 (LCD1 Gamma) in DSS dispc · fbff010b
      Jyri Sarha 提交于
      Workaround for errata i734 in DSS dispc
       - LCD1 Gamma Correction Is Not Working When GFX Pipe Is Disabled
      
      For gamma tables to work on LCD1 the GFX plane has to be used at least
      once after DSS HW has come out of reset. The workaround sets up a
      minimal LCD setup with GFX plane and waits for one vertical sync irq
      before disabling the setup and continuing with the context
      restore. The physical outputs are gated during the operation.
      
      For details see:
      OMAP543x Multimedia Device Silicon Revision 2.0 Silicon Errata
      Literature Number: SWPZ037E
      Or some other relevant errata document for the DSS IP version.
      Signed-off-by: NJyri Sarha <jsarha@ti.com>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      fbff010b
    • J
      drm/omapdrm: Add gamma table support to DSS dispc · acc3a231
      Jyri Sarha 提交于
      Add gamma table support to DSS dispc.
      
      DSS driver initializes the default gamma table at component bind time
      and holds a copy of all gamma tables in its internal data structure.
      
      Each call to dispc_mgr_set_gamma() updates the internal table and
      triggers write to the HW, if it is enabled. The tables are restored to
      HW in PM resume callback. The drivers internal data structure match
      the HW tables in size and in number of significant bits per color
      component. The dispc_mgr_set_gamma() converts the size of any given
      table for the internal data structure using linear interpolation.
      Default gamma table is restored if NULL is given in place of gamma
      lut.
      
      dispc_mgr_gamma_size() gives HW gamma table size for the channel and
      returns 0 if gamma table is not supported by the HW or the DSS driver.
      Signed-off-by: NJyri Sarha <jsarha@ti.com>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      acc3a231
  6. 03 6月, 2016 1 次提交
  7. 20 5月, 2016 6 次提交
  8. 03 3月, 2016 5 次提交
  9. 29 12月, 2015 2 次提交