mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-12 17:02:57 +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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user