mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
tests: disable pipe_control on i965g
That hw is broken. Reported-by: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
402948624c
commit
f4ba3f529e
@ -156,6 +156,10 @@ int main(int argc, char **argv)
|
||||
fprintf(stderr, "no pipe_control on gen2/3\n");
|
||||
return 77;
|
||||
}
|
||||
if (devid == PCI_CHIP_I965_G) {
|
||||
fprintf(stderr, "pipe_control totally broken on i965\n");
|
||||
return 77;
|
||||
}
|
||||
/* IMPORTANT: No call to
|
||||
* drm_intel_bufmgr_gem_enable_reuse(bufmgr);
|
||||
* here because we wan't to have fresh buffers (to trash the tlb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user