accel/habanalabs/gaudi: remove define used for simulator
We don't support simulator in upstream. Signed-off-by: Oded Gabbay <ogabbay@kernel.org> Reviewed-by: Ofir Bitton <obitton@habana.ai>
This commit is contained in:
parent
87c60e23f2
commit
4355f2c322
@ -85,8 +85,6 @@ struct hl_fpriv;
|
||||
|
||||
#define HL_PCI_ELBI_TIMEOUT_MSEC 10 /* 10ms */
|
||||
|
||||
#define HL_SIM_MAX_TIMEOUT_US 100000000 /* 100s */
|
||||
|
||||
#define HL_INVALID_QUEUE UINT_MAX
|
||||
|
||||
#define HL_COMMON_USER_CQ_INTERRUPT_ID 0xFFF
|
||||
|
@ -4623,8 +4623,7 @@ static int gaudi_scrub_device_dram(struct hl_device *hdev, u64 val)
|
||||
static int gaudi_scrub_device_mem(struct hl_device *hdev)
|
||||
{
|
||||
struct asic_fixed_properties *prop = &hdev->asic_prop;
|
||||
u64 wait_to_idle_time = hdev->pdev ? HBM_SCRUBBING_TIMEOUT_US :
|
||||
min_t(u64, HBM_SCRUBBING_TIMEOUT_US * 10, HL_SIM_MAX_TIMEOUT_US);
|
||||
u64 wait_to_idle_time = HBM_SCRUBBING_TIMEOUT_US;
|
||||
u64 addr, size, val = hdev->memory_scrub_val;
|
||||
ktime_t timeout;
|
||||
int rc = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user