mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
When a method is submitted to the FECS ucode using gm20b_gr_falcon_submit_fecs_method_op, the status of the operation is updated in the mailbox register. The driver can choose to skip validation of the return status by setting op.cond.ok/fail = GR_IS_UCODE_OP_SKIP. At present the driver continues to check for mailbox status despite the flag being set and eventually times out. Update gm20b_gr_falcon_submit_fecs_method_op so that mailbox status check is skipped if op.cond.ok/fail is set to GR_IS_UCODE_OP_SKIP. Change-Id: I45514933898924debedd727dc0c83570755e5b12 Signed-off-by: Antony Clince Alex <aalex@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2214039 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>