mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user