Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-10 Thread Christian König
un. Regards, Jack *From:* Koenig, Christian *Sent:* Friday, February 10, 2023 6:25 PM *To:* Xiao, Jack ; Quan, Evan ; Christian König ; amd-gfx@lists.freedesktop.org; Deucher, Alexander *Subject:* Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Hi Jack, Am 10.02

RE: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-10 Thread Xiao, Jack
Quan, Evan <mailto:evan.q...@amd.com>; Christian König <mailto:ckoenig.leichtzumer...@gmail.com>; Xiao, Jack <mailto:jack.x...@amd.com>; amd-gfx@lists.freedesktop.org<mailto:amd-gfx@lists.freedesktop.org>; Deucher, Alexander <mailto:alexander.deuc...@amd.com> Subject: Re: [P

Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-10 Thread Christian König
ian <mailto:christian.koe...@amd.com>; amd-gfx@lists.freedesktop.org; Deucher, Alexander <mailto:alexander.deuc...@amd.com> *Subject:* Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Am 06.02.23 um 09:28 schrieb Xiao, Jack:

RE: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-10 Thread Xiao, Jack
;; amd-gfx@lists.freedesktop.org<mailto:amd-gfx@lists.freedesktop.org>; Deucher, Alexander <mailto:alexander.deuc...@amd.com> Subject: Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Am 06.02.23 um 09:28 schrieb Xiao, Jack: [AMD Official Use Only - General]

Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-10 Thread Christian König
her, Alexander <mailto:alexander.deuc...@amd.com> *Subject:* Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Am 06.02.23 um 08:23 schrieb Xiao, Jack: [AMD Official Use Only - General] >> Nope, that is not related to any hw state

RE: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-09 Thread Quan, Evan
: Xiao, Jack ; Koenig, Christian ; amd-gfx@lists.freedesktop.org; Deucher, Alexander Subject: Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Am 06.02.23 um 09:28 schrieb Xiao, Jack: [AMD Official Use Only - General] >> &g

Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-06 Thread Christian König
ry 6, 2023 4:06 PM *To:* Xiao, Jack ; Christian König ; amd-gfx@lists.freedesktop.org; Deucher, Alexander *Subject:* Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Am 06.02.23 um 08:23 schrieb Xiao, Jack: [AMD Official Use Only - General] >> Nope, that

RE: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-06 Thread Xiao, Jack
Jack From: Koenig, Christian Sent: Monday, February 6, 2023 4:06 PM To: Xiao, Jack ; Christian König ; amd-gfx@lists.freedesktop.org; Deucher, Alexander Subject: Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Am 06.02.23 um 08:23 schrieb Xiao, Jack: [AMD Official

Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-06 Thread Christian König
t. Regards, Christian. Thanks, Jack *From:* Christian König *Sent:* Friday, February 3, 2023 9:20 PM *To:* Xiao, Jack ; Koenig, Christian ; amd-gfx@lists.freedesktop.org; Deucher, Alexander *Subject:* Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Nope, that is not re

RE: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-05 Thread Xiao, Jack
, Christian ; amd-gfx@lists.freedesktop.org; Deucher, Alexander Subject: Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Nope, that is not related to any hw state. It's simply not allowed to free up resources during suspend since those can't be acquired again duri

Re: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-03 Thread Christian König
*Sent:* Thursday, February 2, 2023 7:43 PM *To:* Xiao, Jack ; amd-gfx@lists.freedesktop.org; Deucher, Alexander *Subject:* AW: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Big NAK to this! This warning is not related in any way to the hw state. It's simply illegal to free up

RE: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-02 Thread Xiao, Jack
eucher, Alexander Subject: AW: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Big NAK to this! This warning is not related in any way to the hw state. It's simply illegal to free up memory during suspend. Regards, Christian. Von: Xiao

AW: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-02 Thread Koenig, Christian
, Alexander ; Koenig, Christian Cc: Xiao, Jack Betreff: [PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable Reduce waringings, only warn when DMA is unavailable. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 3 ++- 1 file changed, 2 insertions(+), 1

[PATCH] drm/amdgpu: only WARN freeing buffers when DMA is unavailable

2023-02-02 Thread Jack Xiao
Reduce waringings, only warn when DMA is unavailable. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c index