1. 04 7月, 2012 3 次提交
  2. 30 6月, 2012 1 次提交
  3. 29 6月, 2012 2 次提交
  4. 27 6月, 2012 3 次提交
  5. 26 6月, 2012 4 次提交
  6. 22 6月, 2012 1 次提交
  7. 21 6月, 2012 8 次提交
  8. 20 6月, 2012 12 次提交
  9. 19 6月, 2012 4 次提交
  10. 18 6月, 2012 2 次提交
    • D
      drm/i915: fixup hangman rebase goof-up · e080b915
      Daniel Vetter 提交于
      I've added a bit of logic such that running the hangman test on chips
      without any hw reset support at all doesn't wedge the gpu because the
      reset failed. This relied on checking for non-null stop_rings.
      Unfortunately I've botched a rebase somewhere and stop_rings is still
      cleared at the old place before the reset code.
      
      Fix this up so that running the i-g-t tests on gen2/3 doesn't result
      in a wedged gpu.
      
      v2: Actually remove the lines instead of adding them twice ... my git
      license should be revoked immediately.
      Signed-Off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      e080b915
    • B
      drm/i915: set IDICOS to medium uncore resources · 20848223
      Ben Widawsky 提交于
      I'm seeing about a 5% FPS improvement across various benchmarks on my
      IVB i3. Rumor has it that the higher end parts show even more benefit.
      
      This derives from a patch originally given to me by Bernard. The docs
      are  confusing about the definition names (ie. medium really seems like
      max), but it would seem it gives more cache to the GT at the expense of
      uncore. This configuration makes the split most in favor of the GT. I've
      not tried the other IDICOS values.
      
      Cc: "Kilarski, Bernard R" <bernard.r.kilarski@intel.com>
      Acked-by: NEric Anholt <eric@anholt.net>
      Signed-off-by: NBen Widawsky <ben@bwidawsk.net>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      20848223