drm/i915/selftest: Fix debug message in igt_vma_remapped_gtt()
The expected/found values were swapped in a debug message, fix this up. Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210325214808.2071517-4-imre.deak@intel.com
This commit is contained in:
parent
69e331b44c
commit
911e03327d
@ -959,7 +959,7 @@ static int igt_vma_remapped_gtt(void *arg)
|
||||
if (val != exp) {
|
||||
pr_err("%s VMA write test failed, expected 0x%x, found 0x%x\n",
|
||||
*t == I915_GGTT_VIEW_ROTATED ? "Rotated" : "Remapped",
|
||||
val, exp);
|
||||
exp, val);
|
||||
i915_vma_unpin_iomap(vma);
|
||||
err = -EINVAL;
|
||||
goto out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user