mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-25 18:57:41 +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);
|
parse_ringbuffer_info(filename, &ring_head, &ring_tail, &acthd);
|
||||||
free (filename);
|
free (filename);
|
||||||
|
|
||||||
|
printf("ACTHD: 0x%08x\n", acthd);
|
||||||
|
|
||||||
asprintf (&filename, "%s/i915_batchbuffers", path);
|
asprintf (&filename, "%s/i915_batchbuffers", path);
|
||||||
head_offset = acthd;
|
head_offset = acthd;
|
||||||
tail_offset = 0xffffffff;
|
tail_offset = 0xffffffff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user