1. 08 12月, 2015 2 次提交
  2. 18 11月, 2015 1 次提交
  3. 16 11月, 2015 1 次提交
  4. 02 11月, 2015 1 次提交
  5. 27 10月, 2015 1 次提交
  6. 13 10月, 2015 2 次提交
  7. 09 10月, 2015 1 次提交
  8. 07 10月, 2015 1 次提交
  9. 06 10月, 2015 1 次提交
  10. 30 9月, 2015 18 次提交
  11. 23 9月, 2015 7 次提交
  12. 22 9月, 2015 1 次提交
    • B
      drm/i915/skl: Don't clear all watermarks when updating. (v2) · adda50b8
      Bob Paauwe 提交于
      Clearing the watermarks for all pipes/planes when updating the
      watermarks for a single CRTC change seems like the wrong thing to
      do here. As is, this code will ony update any pipe/plane watermarks
      that need updating and leave the remaining set to zero.  Later, the
      watermark checks in check_wm_state() will flag these zero'd out pipe/plane
      watermarks and throw errors.
      
      By clearing only the watermark values associated with the specific crtc
      the other watermark values may remain unchanged.
      
      v2: Make sure all the dirty flags are cleared. Damien
          Clear all values assoicated with crtc/pipe being updated.  Damien
      Signed-off-by: NBob Paauwe <bob.j.paauwe@intel.com>
      Reviewed-by: NDamien Lespiau <damien.lespiau@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      adda50b8
  13. 14 9月, 2015 1 次提交
  14. 10 9月, 2015 1 次提交
  15. 08 9月, 2015 1 次提交