git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1fe667
)
drm/i915/bdw: Implement PPGTT clear range
author
Ben Widawsky
<benjamin.widawsky@intel.com>
Sun, 3 Nov 2013 04:07:23 +0000
(21:07 -0700)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 8 Nov 2013 17:09:46 +0000
(18:09 +0100)
GEN8 PPGTT range clearing is very similar to GEN6 if we assume that our
PDEs are all valid, which they should be.
v2: Rebase on top of the address space refactoring.
v3: Rebase on top of the bool use_scratch addition to the clear_range interface.
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net> (v1)
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_gtt.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/i915/i915_gem_gtt.c
Simple merge