lkml.org 
[lkml]   [2020]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.5 10/66] habanalabs: do not halt CoreSight during hard reset
    Date
    From: Omer Shpigelman <oshpigelman@habana.ai>

    [ Upstream commit a37e47192dfa98f79a0cd5ab991c224b5980c982 ]

    During hard reset we must not write to the device.
    Hence avoid halting CoreSight during user context close if it is done
    during hard reset.
    In addition, we must not re-enable clock gating afterwards as it was
    deliberately disabled in the beginning of the hard reset flow.

    Signed-off-by: Omer Shpigelman <oshpigelman@habana.ai>
    Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
    Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/misc/habanalabs/device.c | 4 +++-
    1 file changed, 3 insertions(+), 1 deletion(-)

    diff --git a/drivers/misc/habanalabs/device.c b/drivers/misc/habanalabs/device.c
    index 166883b647252..b680b0caa69be 100644
    --- a/drivers/misc/habanalabs/device.c
    +++ b/drivers/misc/habanalabs/device.c
    @@ -598,7 +598,9 @@ int hl_device_set_debug_mode(struct hl_device *hdev, bool enable)
    goto out;
    }

    - hdev->asic_funcs->halt_coresight(hdev);
    + if (!hdev->hard_reset_pending)
    + hdev->asic_funcs->halt_coresight(hdev);
    +
    hdev->in_debug = 0;

    goto out;
    --
    2.20.1
    \
     
     \ /
      Last update: 2020-03-03 03:47    [W:4.234 / U:0.656 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site