Lines Matching refs:physical_device
87 ac_vm_fault_occured(device->physical_device->rad_info.gfx_level, &device->dmesg_timestamp, NULL);
117 ac_dump_reg(f, device->physical_device->rad_info.gfx_level, offset, value, ~0);
123 struct radeon_info *info = &device->physical_device->rad_info;
197 enum amd_gfx_level gfx_level = device->physical_device->rad_info.gfx_level;
372 enum amd_gfx_level gfx_level = pipeline->device->physical_device->rad_info.gfx_level;
445 fprintf(f, "%s IR:\n%s\n", pipeline->device->physical_device->use_llvm ? "LLVM" : "ACO",
619 struct radeon_info *info = &device->physical_device->rad_info;
626 fprintf(f, "Device name: %s (DRM %i.%i.%i)\n\n", device->physical_device->marketing_name,
632 fprintf(f, "Device name: %s (DRM %i.%i.%i%s)\n\n", device->physical_device->marketing_name,
649 device->physical_device->rad_info.gfx_level >= GFX10 ? "gfx_0.0.0" : "gfx");
667 device->physical_device->rad_info.gfx_level >= GFX10 ? "gfx_0.0.0" : "gfx");
696 vm_fault_occurred = ac_vm_fault_occured(device->physical_device->rad_info.gfx_level,
807 ac_print_gpu_info(&device->physical_device->rad_info, f);
973 if (device->physical_device->rad_info.gfx_level >= GFX10) {
974 ac_dump_reg(stderr, device->physical_device->rad_info.gfx_level, R_000408_SQ_WAVE_STATUS,
976 ac_dump_reg(stderr, device->physical_device->rad_info.gfx_level, R_00040C_SQ_WAVE_TRAPSTS,
978 ac_dump_reg(stderr, device->physical_device->rad_info.gfx_level, R_00045C_SQ_WAVE_HW_ID1,
980 ac_dump_reg(stderr, device->physical_device->rad_info.gfx_level, R_00041C_SQ_WAVE_IB_STS,
983 ac_dump_reg(stderr, device->physical_device->rad_info.gfx_level, R_000048_SQ_WAVE_STATUS,
985 ac_dump_reg(stderr, device->physical_device->rad_info.gfx_level, R_00004C_SQ_WAVE_TRAPSTS,
987 ac_dump_reg(stderr, device->physical_device->rad_info.gfx_level, R_000050_SQ_WAVE_HW_ID,
989 ac_dump_reg(stderr, device->physical_device->rad_info.gfx_level, R_00005C_SQ_WAVE_IB_STS,