Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error.

2018-09-03 Thread Zhang, Jerry (Junwei)
wishes Emily Deng -Original Message- From: Christian König Sent: Saturday, September 1, 2018 4:17 PM To: Deng, Emily ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error. Am 01.09.2018 um 06:24 schrieb Emily Deng: The startx

Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error.

2018-09-03 Thread Christian König
, September 1, 2018 4:17 PM To: Deng, Emily ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error. Am 01.09.2018 um 06:24 schrieb Emily Deng: The startx will have segmant fault if return success. SWDEV-163962 Change-Id

Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error.

2018-09-03 Thread Zhang, Jerry (Junwei)
Subject: Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error. Am 01.09.2018 um 06:24 schrieb Emily Deng: The startx will have segmant fault if return success. SWDEV-163962 Change-Id: I56b189fa26efdcd1d96e5100af3f3e0b1208b0c3 Signed-off-by: Emily Deng Jerry already send a much

Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error.

2018-09-03 Thread Christian König
. Regards, Jerry Best wishes Emily Deng -Original Message- From: Christian König Sent: Saturday, September 1, 2018 4:17 PM To: Deng, Emily ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error. Am 01.09.2018 um 06:24 schrieb Emily

Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error.

2018-09-02 Thread Zhang, Jerry (Junwei)
: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error. Am 01.09.2018 um 06:24 schrieb Emily Deng: The startx will have segmant fault if return success. SWDEV-163962 Change-Id: I56b189fa26efdcd1d96e5100af3f3e0b1208b0c3 Signed-off-by: Emily Deng Jerry already send a much better patch

RE: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error.

2018-09-01 Thread Deng, Emily
>Subject: Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return >error. > >Am 01.09.2018 um 06:24 schrieb Emily Deng: >> The startx will have segmant fault if return success. >> >> SWDEV-163962 >> >> Change-Id: I56b189fa26efdcd1d96e5100af3f3e0b1208b0

Re: [PATCH libdrm] amdgpu: When couldn't find bo, need to return error.

2018-09-01 Thread Christian König
Am 01.09.2018 um 06:24 schrieb Emily Deng: The startx will have segmant fault if return success. SWDEV-163962 Change-Id: I56b189fa26efdcd1d96e5100af3f3e0b1208b0c3 Signed-off-by: Emily Deng Jerry already send a much better patch for this. --- amdgpu/amdgpu_bo.c | 4 +++- 1 file changed,

[PATCH libdrm] amdgpu: When couldn't find bo, need to return error.

2018-08-31 Thread Emily Deng
The startx will have segmant fault if return success. SWDEV-163962 Change-Id: I56b189fa26efdcd1d96e5100af3f3e0b1208b0c3 Signed-off-by: Emily Deng --- amdgpu/amdgpu_bo.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/amdgpu/amdgpu_bo.c b/amdgpu/amdgpu_bo.c index