mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
tests: disable storedw tests on !render
According to docs, this should work with ppgtt and just convert to noops otherwise. In reality, it hangs the machine. So just disable these for the moment. Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
a2dfbbf3e7
commit
af6a25c187
@ -110,6 +110,9 @@ int main(int argc, char **argv)
|
||||
return 77;
|
||||
}
|
||||
|
||||
/* This supposedly only works with ppgtt */
|
||||
return 77;
|
||||
|
||||
bufmgr = drm_intel_bufmgr_gem_init(fd, 4096);
|
||||
if (!bufmgr) {
|
||||
fprintf(stderr, "failed to init libdrm\n");
|
||||
|
@ -110,6 +110,9 @@ int main(int argc, char **argv)
|
||||
return 77;
|
||||
}
|
||||
|
||||
/* This supposedly only works with ppgtt */
|
||||
return 77;
|
||||
|
||||
bufmgr = drm_intel_bufmgr_gem_init(fd, 4096);
|
||||
if (!bufmgr) {
|
||||
fprintf(stderr, "failed to init libdrm\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user