mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-19 22:06:13 +00:00
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>
This commit is contained in:
parent
5e278c86ed
commit
eb1fddc057
@ -818,6 +818,7 @@ out:
|
|||||||
return ret;
|
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,
|
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)
|
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;
|
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 */
|
/* Create a new bo, set tiling to y, and see if macro swizzling is done correctl */
|
||||||
static int test1_swizzle(void)
|
static int test1_swizzle(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user