mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 22:36:24 +00:00
tests/gem_hang: fix copy-paste problem
I suspect that we should do different things for different pipes.. Spotted by Thomas Jarosh on #intel-gfx freenode. Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
This commit is contained in:
parent
faf413d875
commit
2f56e96177
@ -52,7 +52,7 @@ gpu_hang(void)
|
|||||||
int cmd;
|
int cmd;
|
||||||
|
|
||||||
cmd = bad_pipe ? MI_WAIT_FOR_PIPEB_SCAN_LINE_WINDOW :
|
cmd = bad_pipe ? MI_WAIT_FOR_PIPEB_SCAN_LINE_WINDOW :
|
||||||
MI_WAIT_FOR_PIPEB_SCAN_LINE_WINDOW;
|
MI_WAIT_FOR_PIPEA_SCAN_LINE_WINDOW;
|
||||||
|
|
||||||
BEGIN_BATCH(6);
|
BEGIN_BATCH(6);
|
||||||
/* The documentation says that the LOAD_SCAN_LINES command
|
/* The documentation says that the LOAD_SCAN_LINES command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user