Skip to main content
Sign in
Snippets Groups Projects
Commit a939c03d authored by Krystian Pradzynski's avatar Krystian Pradzynski Committed by Jacek Lawrynowicz
Browse files

accel/ivpu/40xx: Enable D0i3 message

parent a7f31091
Branches
Tags
No related merge requests found
...@@ -222,7 +222,6 @@ ivpu_fw_init_wa(struct ivpu_device *vdev) ...@@ -222,7 +222,6 @@ ivpu_fw_init_wa(struct ivpu_device *vdev)
const struct vpu_firmware_header *fw_hdr = (const void *)vdev->fw->file->data; const struct vpu_firmware_header *fw_hdr = (const void *)vdev->fw->file->data;
if (IVPU_FW_CHECK_API_VER_LT(vdev, fw_hdr, BOOT, 3, 17) || if (IVPU_FW_CHECK_API_VER_LT(vdev, fw_hdr, BOOT, 3, 17) ||
(ivpu_hw_gen(vdev) > IVPU_HW_37XX) ||
(ivpu_test_mode & IVPU_TEST_MODE_D0I3_MSG_DISABLE)) (ivpu_test_mode & IVPU_TEST_MODE_D0I3_MSG_DISABLE))
vdev->wa.disable_d0i3_msg = true; vdev->wa.disable_d0i3_msg = true;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment