mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 06:10:23 +01:00
intel: tools: Fix uninitialized variable warnings in intel_dump_gpu.
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
This commit is contained in:
parent
5e030deaf2
commit
360714bfa5
1 changed files with 2 additions and 0 deletions
|
|
@ -728,6 +728,8 @@ aub_dump_execlist(uint64_t batch_offset, int ring_flag)
|
|||
status_reg = EXECLIST_STATUS_BCSUNIT;
|
||||
control_reg = EXECLIST_CONTROL_BCSUNIT;
|
||||
break;
|
||||
default:
|
||||
unreachable("unknown ring");
|
||||
}
|
||||
|
||||
mem_trace_memory_write_header_out(ring_addr, 16,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue