Commit d3ee681a authored by Oded Gabbay's avatar Oded Gabbay

habanalabs: reset_upon_device_release is for bring-up

Move the field to correct location in structure and remove comment.
Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
parent 23c3efd1
......@@ -1920,7 +1920,6 @@ struct hl_mmu_funcs {
* @device_fini_pending: true if device_fini was called and might be
* waiting for the reset thread to finish
* @supports_staged_submission: true if staged submissions are supported
* @reset_upon_device_release: true if reset is required upon device release
*/
struct hl_device {
struct pci_dev *pdev;
......@@ -2027,7 +2026,6 @@ struct hl_device {
u8 process_kill_trial_cnt;
u8 device_fini_pending;
u8 supports_staged_submission;
u8 reset_upon_device_release;
/* Parameters for bring-up */
u64 nic_ports_mask;
......@@ -2045,6 +2043,7 @@ struct hl_device {
u8 bmc_enable;
u8 rl_enable;
u8 reset_on_preboot_fail;
u8 reset_upon_device_release;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment