Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1268253

__i915_spin_request() sucks

From Jens Axboe <axboe@kernel.dk>
Newsgroups linux.kernel
Subject __i915_spin_request() sucks
Date 2015-11-12 21:40 +0100
Message-ID <qu6P0-5ho-27@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

So a few months ago I got an XPS13 laptop, the one with the high res 
screen. GUI performance was never really that great, I attributed it to 
coming from a more powerful laptop, and the i915 driving a lot of 
pixels. But yesterday I browsed from my wife's macbook, and was blown 
away. Wow, scrolling in chrome SUCKS on the xps13. Not just scrolling, 
basically anything in chrome. Molasses. So I got sick of it, fired up a 
quick perf record, did a bunch of stuff in chrome. No super smoking 
guns, but one thing did stick out - the path leading to 
__i915_spin_request().

So today, I figured I'd try just killing that spin. If it fails, we'll 
punt to normal completions, so easy change. And wow, MASSIVE difference. 
I can now scroll in chrome and not rage! It's like the laptop is 10x 
faster now.

Ran git blame, and found:

commit 2def4ad99befa25775dd2f714fdd4d92faec6e34
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Tue Apr 7 16:20:41 2015 +0100

     drm/i915: Optimistically spin for the request completion

and read the commit message. Doesn't sound that impressive. Especially 
not for something that screws up interactive performance by a LOT.

What's the deal? Revert?

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

__i915_spin_request() sucks Jens Axboe <axboe@kernel.dk> - 2015-11-12 21:40 +0100
  Re: __i915_spin_request() sucks Jens Axboe <axboe@kernel.dk> - 2015-11-12 21:50 +0100
    Re: __i915_spin_request() sucks Chris Wilson <chris@chris-wilson.co.uk> - 2015-11-12 23:20 +0100
      Re: __i915_spin_request() sucks Jens Axboe <axboe@kernel.dk> - 2015-11-13 00:00 +0100
        Re: __i915_spin_request() sucks Jens Axboe <axboe@kernel.dk> - 2015-11-13 00:00 +0100
        Re: __i915_spin_request() sucks Chris Wilson <chris@chris-wilson.co.uk> - 2015-11-13 10:20 +0100
          Re: __i915_spin_request() sucks Jens Axboe <axboe@kernel.dk> - 2015-11-13 16:20 +0100
          Re: __i915_spin_request() sucks Jens Axboe <axboe@kernel.dk> - 2015-11-13 16:40 +0100
            Re: __i915_spin_request() sucks Mike Galbraith <umgwanakikbuti@gmail.com> - 2015-11-13 17:20 +0100
              Re: __i915_spin_request() sucks Jens Axboe <axboe@kernel.dk> - 2015-11-13 17:30 +0100
                Re: __i915_spin_request() sucks Chris Wilson <chris@chris-wilson.co.uk> - 2015-11-13 23:20 +0100
                Re: __i915_spin_request() sucks Jens Axboe <axboe@kernel.dk> - 2015-11-13 23:20 +0100

csiph-web