gaudi2.c (82a1b48a4e3e8fdb945af63b6fff5304ff5c3c17) | gaudi2.c (802f25b6c2c0377c681dd1e4f799a648c3df50dd) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2 3/* 4 * Copyright 2020-2022 HabanaLabs, Ltd. 5 * All Rights Reserved. 6 */ 7 8#include "gaudi2P.h" --- 2425 unchanged lines hidden (view full) --- 2434 prop->first_available_user_sob[0] = GAUDI2_RESERVED_SOB_NUMBER + 2435 (num_sync_stream_queues * HL_RSVD_SOBS); 2436 2437 prop->first_available_user_mon[0] = GAUDI2_RESERVED_MON_NUMBER + 2438 (num_sync_stream_queues * HL_RSVD_MONS); 2439 2440 prop->first_available_user_interrupt = GAUDI2_IRQ_NUM_USER_FIRST; 2441 prop->tpc_interrupt_id = GAUDI2_IRQ_NUM_TPC_ASSERT; | 1// SPDX-License-Identifier: GPL-2.0 2 3/* 4 * Copyright 2020-2022 HabanaLabs, Ltd. 5 * All Rights Reserved. 6 */ 7 8#include "gaudi2P.h" --- 2425 unchanged lines hidden (view full) --- 2434 prop->first_available_user_sob[0] = GAUDI2_RESERVED_SOB_NUMBER + 2435 (num_sync_stream_queues * HL_RSVD_SOBS); 2436 2437 prop->first_available_user_mon[0] = GAUDI2_RESERVED_MON_NUMBER + 2438 (num_sync_stream_queues * HL_RSVD_MONS); 2439 2440 prop->first_available_user_interrupt = GAUDI2_IRQ_NUM_USER_FIRST; 2441 prop->tpc_interrupt_id = GAUDI2_IRQ_NUM_TPC_ASSERT; |
2442 prop->eq_interrupt_id = GAUDI2_IRQ_NUM_EVENT_QUEUE; |
|
2442 prop->unexpected_user_error_interrupt_id = GAUDI2_IRQ_NUM_UNEXPECTED_ERROR; 2443 2444 prop->first_available_cq[0] = GAUDI2_RESERVED_CQ_NUMBER; 2445 2446 prop->fw_cpu_boot_dev_sts0_valid = false; 2447 prop->fw_cpu_boot_dev_sts1_valid = false; 2448 prop->hard_reset_done_by_fw = false; 2449 prop->gic_interrupts_enable = true; --- 8813 unchanged lines hidden --- | 2443 prop->unexpected_user_error_interrupt_id = GAUDI2_IRQ_NUM_UNEXPECTED_ERROR; 2444 2445 prop->first_available_cq[0] = GAUDI2_RESERVED_CQ_NUMBER; 2446 2447 prop->fw_cpu_boot_dev_sts0_valid = false; 2448 prop->fw_cpu_boot_dev_sts1_valid = false; 2449 prop->hard_reset_done_by_fw = false; 2450 prop->gic_interrupts_enable = true; --- 8813 unchanged lines hidden --- |