mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 08:56:11 +00:00
Add the acthd to the GPU dump.
This commit is contained in:
parent
c25532cc61
commit
12ceecf971
@ -2063,6 +2063,8 @@ main (int argc, char *argv[])
|
||||
parse_ringbuffer_info(filename, &ring_head, &ring_tail, &acthd);
|
||||
free (filename);
|
||||
|
||||
printf("ACTHD: 0x%08x\n", acthd);
|
||||
|
||||
asprintf (&filename, "%s/i915_batchbuffers", path);
|
||||
head_offset = acthd;
|
||||
tail_offset = 0xffffffff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user