summaryrefslogtreecommitdiff
path: root/tests/prime_nv_pcopy.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-15 23:58:50 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-15 23:58:50 +0100
commiteb1fddc057b363225153f86cf419f42d7d83469d (patch)
tree05629ceb422a9df3debabf84fb8265245bf7399b /tests/prime_nv_pcopy.c
parent5e278c86eda1d5ade7c0fc425edc589e3c9dff59 (diff)
tests/primve_nv_pcopy: Comment out unused check_swizzle function
I've botched this in my patch to disable the swizzled pcopy test. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/prime_nv_pcopy.c')
-rw-r--r--tests/prime_nv_pcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/prime_nv_pcopy.c b/tests/prime_nv_pcopy.c
index 59807926..fd2018ba 100644
--- a/tests/prime_nv_pcopy.c
+++ b/tests/prime_nv_pcopy.c
@@ -818,6 +818,7 @@ out:
return ret;
}
+#if 0 /* nv can't deswizzle into all possible versions of Intel BO objects ... */
static int check1_swizzle(uint32_t *p, uint32_t pitch, uint32_t lines,
uint32_t dst_x, uint32_t dst_y, uint32_t w, uint32_t h)
{
@@ -870,7 +871,6 @@ static int check1_swizzle(uint32_t *p, uint32_t pitch, uint32_t lines,
return 0;
}
-#if 0 /* nv can't deswizzle into all possible versions of Intel BO objects ... */
/* Create a new bo, set tiling to y, and see if macro swizzling is done correctl */
static int test1_swizzle(void)
{