Re: [PATCH] drm/amdgpu: cleanup ttm debug sdma vram access function

2022-01-12 Thread Christian König
Am 12.01.22 um 19:52 schrieb Jonathan Kim: Some suggested cleanups to declutter ttm when doing debug VRAM access over SDMA. v2: rename post_mortem_allowed func to has_timeouts_enable. Signed-off-by: Jonathan Kim Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu.h |

Re: [PATCH] drm/amdgpu: cleanup ttm debug sdma vram access function

2022-01-12 Thread Das, Nirmoy
LGTM acked-by: Nirmoy Das On 1/12/2022 7:52 PM, Jonathan Kim wrote: Some suggested cleanups to declutter ttm when doing debug VRAM access over SDMA. v2: rename post_mortem_allowed func to has_timeouts_enable. Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 9 +++

[PATCH] drm/amdgpu: cleanup ttm debug sdma vram access function

2022-01-12 Thread Jonathan Kim
Some suggested cleanups to declutter ttm when doing debug VRAM access over SDMA. v2: rename post_mortem_allowed func to has_timeouts_enable. Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 9 + drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 23 +++--

Re: [PATCH] drm/amdgpu: cleanup ttm debug sdma vram access function

2022-01-12 Thread Christian König
Am 12.01.22 um 16:59 schrieb Jonathan Kim: Some suggested cleanups to declutter ttm when doing debug VRAM access over SDMA. Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 9 + drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 23 +++ 2 file

[PATCH] drm/amdgpu: cleanup ttm debug sdma vram access function

2022-01-12 Thread Jonathan Kim
Some suggested cleanups to declutter ttm when doing debug VRAM access over SDMA. Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 9 + drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 23 +++ 2 files changed, 16 insertions(+), 16 deletions(-) diff