[Bug 73383] [IVB/HSW ppgtt bisected] When run nightly piglit testing causes X no responsive
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Jan 12 21:49:45 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=73383
lu hua <huax.lu at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
--- Comment #10 from lu hua <huax.lu at intel.com> ---
(In reply to comment #9)
> lu hua, can you please confirm https://patchwork.kernel.org/patch/3423201/
> fixes the bug?
Patch failed.
Fail at:
@@ -544,19 +537,12 @@ i915_gem_execbuffer_reserve_vma(struct i915_vma *vma,
struct drm_i915_gem_object *obj = vma->obj;
struct drm_i915_gem_exec_object2 *entry = vma->exec_entry;
bool has_fenced_gpu_access = INTEL_INFO(ring->dev)->gen < 4;
- bool need_fence;
unsigned flags;
int ret;
flags = 0;
-
- need_fence =
- has_fenced_gpu_access &&
- entry->flags & EXEC_OBJECT_NEEDS_FENCE &&
- obj->tiling_mode != I915_TILING_NONE;
- if (need_fence || need_reloc_mappable(vma))
+ if (entry->flags & __EXEC_OBJECT_NEEDS_MAP)
flags |= PIN_MAPPABLE;
-
if (entry->flags & EXEC_OBJECT_NEEDS_GTT)
flags |= PIN_GLOBAL;
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140113/d08a1156/attachment.html>
More information about the intel-gfx-bugs
mailing list