|
@@ -1337,7 +1337,7 @@ static int igt_gtt_reserve(void *arg)
|
|
|
GEM_BUG_ON(!drm_mm_node_allocated(&vma->node));
|
|
|
if (vma->node.start != total ||
|
|
|
vma->node.size != 2*I915_GTT_PAGE_SIZE) {
|
|
|
- pr_err("i915_gem_gtt_reserve (pass 1) placement failed, found (%llx + %llx), expected (%llx + %lx)\n",
|
|
|
+ pr_err("i915_gem_gtt_reserve (pass 1) placement failed, found (%llx + %llx), expected (%llx + %llx)\n",
|
|
|
vma->node.start, vma->node.size,
|
|
|
total, 2*I915_GTT_PAGE_SIZE);
|
|
|
err = -EINVAL;
|
|
@@ -1386,7 +1386,7 @@ static int igt_gtt_reserve(void *arg)
|
|
|
GEM_BUG_ON(!drm_mm_node_allocated(&vma->node));
|
|
|
if (vma->node.start != total ||
|
|
|
vma->node.size != 2*I915_GTT_PAGE_SIZE) {
|
|
|
- pr_err("i915_gem_gtt_reserve (pass 2) placement failed, found (%llx + %llx), expected (%llx + %lx)\n",
|
|
|
+ pr_err("i915_gem_gtt_reserve (pass 2) placement failed, found (%llx + %llx), expected (%llx + %llx)\n",
|
|
|
vma->node.start, vma->node.size,
|
|
|
total, 2*I915_GTT_PAGE_SIZE);
|
|
|
err = -EINVAL;
|
|
@@ -1430,7 +1430,7 @@ static int igt_gtt_reserve(void *arg)
|
|
|
GEM_BUG_ON(!drm_mm_node_allocated(&vma->node));
|
|
|
if (vma->node.start != offset ||
|
|
|
vma->node.size != 2*I915_GTT_PAGE_SIZE) {
|
|
|
- pr_err("i915_gem_gtt_reserve (pass 3) placement failed, found (%llx + %llx), expected (%llx + %lx)\n",
|
|
|
+ pr_err("i915_gem_gtt_reserve (pass 3) placement failed, found (%llx + %llx), expected (%llx + %llx)\n",
|
|
|
vma->node.start, vma->node.size,
|
|
|
offset, 2*I915_GTT_PAGE_SIZE);
|
|
|
err = -EINVAL;
|