diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-03-25 19:47:35 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-03-27 13:27:21 +0200 |
commit | 935aaa692ec5e4b7261ed7f17f962d7e978c542b (patch) | |
tree | 8096a1c7243b7464a761efd74f5cb55a6db7326d /drivers/md | |
parent | 692a576b9ddf8006f1559e14a5022c0a100440f1 (diff) | |
download | op-kernel-dev-935aaa692ec5e4b7261ed7f17f962d7e978c542b.zip op-kernel-dev-935aaa692ec5e4b7261ed7f17f962d7e978c542b.tar.gz |
drm/i915: drop gtt slowpath
With the proper prefault, it's extremely unlikely that we fall back
to the gtt slowpath.
So just kill it and use the shmem_pwrite path as fallback.
To further clean up the code, move the preparatory gem calls into the
respective pwrite functions. This way the gtt_fast->shmem fallback
is much more obvious.
Tested-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/md')
0 files changed, 0 insertions, 0 deletions