summaryrefslogtreecommitdiff
path: root/tests/i915/gem_render_copy_redux.c
diff options
context:
space:
mode:
authorApoorva Singh <apoorva1.singh@intel.com>2020-12-26 22:05:59 +0530
committerChris Wilson <chris@chris-wilson.co.uk>2020-12-26 16:44:11 +0000
commitbb9fca32214d8cba6209b0f3b82393a76b01edeb (patch)
treef2aff675e0c3203c2bf007d98800cd222b40d1d4 /tests/i915/gem_render_copy_redux.c
parent6fa15b1feffd89bab430fb460157c86c719fdefd (diff)
i915/gem_render_copy_redux: Remove redundant checks
Remove the redundant checks present in copy_flink() Signed-off-by: Apoorva Singh <apoorva1.singh@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Melkaveri, Arjun <arjun.melkaveri@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/i915/gem_render_copy_redux.c')
-rw-r--r--tests/i915/gem_render_copy_redux.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/i915/gem_render_copy_redux.c b/tests/i915/gem_render_copy_redux.c
index 8e633567..40308a6e 100644
--- a/tests/i915/gem_render_copy_redux.c
+++ b/tests/i915/gem_render_copy_redux.c
@@ -180,9 +180,6 @@ static void copy_flink(data_t *data)
scratch_buf_check(data, &dst, 10, 10, DST_COLOR);
scratch_buf_check(data, &dst, WIDTH - 10, HEIGHT - 10, SRC_COLOR);
- scratch_buf_check(data, &dst, 10, 10, DST_COLOR);
- scratch_buf_check(data, &dst, WIDTH - 10, HEIGHT - 10, SRC_COLOR);
-
intel_bb_reset(data->ibb, true);
scratch_buf_fini(data, &src);
scratch_buf_fini(data, &flink);