Re: [PATCH 12/13] accel/habanalabs: keep explicit size of reserved memory for FW

2024-02-23 Thread Carl Vanderlip
On 2/20/2024 8:01 AM, Oded Gabbay wrote: From: Tomer Tayar The reserved memory for FW is currently saved in an ASIC property in units of MB, just like the value that comes from FW. Except the fact that it is not clear from the property's name, it means also that a calculation to actual size is

[PATCH 12/13] accel/habanalabs: keep explicit size of reserved memory for FW

2024-02-20 Thread Oded Gabbay
From: Tomer Tayar The reserved memory for FW is currently saved in an ASIC property in units of MB, just like the value that comes from FW. Except the fact that it is not clear from the property's name, it means also that a calculation to actual size is required everywhere that it is used.