1. 28 2月, 2017 5 次提交
  2. 27 2月, 2017 1 次提交
  3. 16 2月, 2017 3 次提交
  4. 15 2月, 2017 1 次提交
  5. 01 2月, 2017 1 次提交
  6. 23 12月, 2016 1 次提交
  7. 16 12月, 2016 1 次提交
  8. 02 12月, 2016 1 次提交
  9. 01 12月, 2016 1 次提交
  10. 25 11月, 2016 1 次提交
  11. 24 11月, 2016 1 次提交
  12. 14 10月, 2016 3 次提交
  13. 22 9月, 2016 1 次提交
  14. 23 8月, 2016 3 次提交
  15. 07 7月, 2016 1 次提交
  16. 04 7月, 2016 1 次提交
  17. 30 6月, 2016 6 次提交
  18. 24 6月, 2016 3 次提交
  19. 19 6月, 2016 1 次提交
  20. 11 6月, 2016 1 次提交
  21. 10 6月, 2016 1 次提交
  22. 06 6月, 2016 1 次提交
    • J
      drm/i915/dsi: fix bxt split screen and color issue · f90e8c36
      Jani Nikula 提交于
      Fix the failure mode where the display appears split, or shifted about
      2/3 of the screen, and the color components are cycled. Turns out we
      were missing the crucial BXT_DEFEATURE_DPI_FIFO_CTR bit in the
      EOT_DISABLE register.
      
      Per bspec, with the bit set, the "mipi_dpf_vblank_start" signal is
      asserted only when the complete frame is transferred in the DPHY line
      and also the DPI FIFO is flushed out at the end of each frame.
      
      The problem was mitigated by keeping the panel fitter enabled, but that
      only limited the issue to a shift of about 0..10 pixels. With the fix
      here, the panel fitter workaround does not seem to be needed at all.
      
      While at it, set BXT_DPHY_DEFEATURE_EN in EOT_DISABLE register which is
      also needed per the BXT DSI mode set sequence.
      
      Issue: VIZ-7610
      Cc: Mika Kahola <mika.kahola@intel.com>
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Cc: Ramalingam C <ramalingam.c@intel.com>
      Cc: Uma Shankar <uma.shankar@intel.com>
      Reviewed-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      Link: http://patchwork.freedesktop.org/patch/msgid/1464965825-31035-1-git-send-email-jani.nikula@intel.com
      f90e8c36
  23. 02 6月, 2016 1 次提交