Message ID | 20221003172456.97522-2-matthew.auld@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [i-g-t,1/4] i915_drm.h sync | expand |
diff --git a/tests/i915/i915_query.c b/tests/i915/i915_query.c index 2744421c..b92d7593 100644 --- a/tests/i915/i915_query.c +++ b/tests/i915/i915_query.c @@ -588,7 +588,7 @@ static void test_query_regions_garbage_items(int fd) * rsvd1[1] : unallocated_cpu_visible_size */ for (j = 2; j < ARRAY_SIZE(info.rsvd1); j++) - igt_assert_eq_u32(info.rsvd1[j], 0); + igt_assert_eq_u64(info.rsvd1[j], 0); } /* Bogus; kernel is meant to set this */
rsvd1 is u64 here. Signed-off-by: Matthew Auld <matthew.auld@intel.com> Cc: Andrzej Hajda <andrzej.hajda@intel.com> Cc: Nirmoy Das <nirmoy.das@intel.com> --- tests/i915/i915_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)