diff options
author | Mika Kuoppala <[email protected]> | 2015-04-28 17:56:17 +0300 |
---|---|---|
committer | Jani Nikula <[email protected]> | 2015-04-30 13:31:24 +0300 |
commit | 75d04a3773ecee617847de963ae4195d6aa74c28 (patch) | |
tree | 0461f2fe4b0bd57cd60175633be7ef4026db0488 /tools/perf/scripts/python/syscall-counts.py | |
parent | 245054a1fe33c06ad233e0d58a27ec7b64db9284 (diff) |
drm/i915/gtt: Allocate va range only if vma is not bound
When we have bound vma into an address space, the layout
of page table structures is immutable. So we can be absolutely
certain that if vma is already bound, there is no need to
(re)allocate a virtual address range for it.
v2: - add sanity checks and remove superfluous GLOBAL_BIND set
- we might do update for an unbound vma (Chris)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90224
Testcase: igt/gem_exec_big #bdw
Reported-by: Chris Wilson <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: Michel Thierry <[email protected]>
Cc: Daniel Vetter <[email protected]>
Signed-off-by: Mika Kuoppala <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions