1. 10 4月, 2015 1 次提交
    • M
      drm/i915: Clear crtc atomic flags at beginning of transaction · f1e2daea
      Matt Roper 提交于
      Once we have full atomic modeset, these kind of flags should be in a
      real intel_crtc_state that's tracked properly.  In the meantime, make
      sure we clear out any old flags at the beginning of a transaction so
      that we don't wind up seeing leftover flags from old transactions that
      were checked, but never went to the commit step.  At the moment, a
      failed check or prepare could leave stale flags behind that interfere
      with the next atomic transaction.
      
      v2: Just do a memset; the series this patch was originally part of
          placed additional fields into the structure that shouldn't be
          cleared, but that's no longer the case.
      Signed-off-by: NMatt Roper <matthew.d.roper@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      f1e2daea
  2. 18 3月, 2015 1 次提交
  3. 24 2月, 2015 1 次提交
  4. 27 1月, 2015 3 次提交