lkml.org 
[lkml]   [2020]   [Nov]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.4 181/214] drm/amdgpu: correct the gpu reset handling for job != NULL case
    Date
    From: Evan Quan <evan.quan@amd.com>

    commit 207ac684792560acdb9e06f9d707ebf63c84b0e0 upstream.

    Current code wrongly treat all cases as job == NULL.

    Signed-off-by: Evan Quan <evan.quan@amd.com>
    Reviewed-and-tested-by: Jane Jian <Jane.Jian@amd.com>
    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
    Cc: stable@vger.kernel.org
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
    +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
    @@ -3890,7 +3890,7 @@ retry: /* Rest of adevs pre asic reset f

    amdgpu_device_lock_adev(tmp_adev, false);
    r = amdgpu_device_pre_asic_reset(tmp_adev,
    - NULL,
    + (tmp_adev == adev) ? job : NULL,
    &need_full_reset);
    /*TODO Should we stop ?*/
    if (r) {

    \
     
     \ /
      Last update: 2020-11-03 22:29    [W:4.038 / U:0.080 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site