mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-13 17:33:09 +00:00
intel_reg: Renamed INST_DONE to INSTDONE
That's how the registers are named in the kernel defines. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -102,7 +102,7 @@ print_instdone(uint32_t devid, unsigned int instdone, unsigned int instdone1)
|
||||
for (i = 0; i < num_instdone_bits; i++) {
|
||||
int busy = 0;
|
||||
|
||||
if (instdone_bits[i].reg == INST_DONE_1) {
|
||||
if (instdone_bits[i].reg == INSTDONE_1) {
|
||||
if (!(instdone1 & instdone_bits[i].bit))
|
||||
busy = 1;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user