1. 23 9月, 2015 39 次提交
  2. 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