]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: enable separate timeout setting for every ring type V4
authorEvan Quan <evan.quan@amd.com>
Mon, 29 Apr 2019 08:51:17 +0000 (16:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 May 2019 17:20:48 +0000 (12:20 -0500)
commitc5891bada66f5a05f09eddb7de13b4ac5955330d
tree075891020a1edf876cd4c185137124607c018222
parent43c314963d776cec632204fb132a7c497e13a128
drm/amdgpu: enable separate timeout setting for every ring type V4

Every ring type can have its own timeout setting.

 - V2: update lockup_timeout parameter format and cosmetic fixes
 - V3: invalidate 0 and negative values
 - V4: update lockup_timeout parameter format

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c