Re: [PATCH] drm/amdgpu: Reserve fence slots for command submission

2018-07-04 Thread Michel Dänzer
On 2018-07-04 09:57 AM, Zhang, Jerry (Junwei) wrote: > On 07/04/2018 03:21 PM, Michel Dänzer wrote: >> On 2018-07-04 08:55 AM, Zhang, Jerry (Junwei) wrote: >>> On 07/04/2018 02:34 PM, Christian König wrote: Am 04.07.2018 um 05:02 schrieb Junwei Zhang: > From: Michel Dänzer > >

Re: [PATCH] drm/amdgpu: Reserve fence slots for command submission

2018-07-04 Thread Zhang, Jerry (Junwei)
On 07/04/2018 05:15 PM, Michel Dänzer wrote: On 2018-07-04 11:01 AM, Christian König wrote: Am 04.07.2018 um 09:57 schrieb Zhang, Jerry (Junwei): On 07/04/2018 03:21 PM, Michel Dänzer wrote: On 2018-07-04 08:55 AM, Zhang, Jerry (Junwei) wrote: On 07/04/2018 02:34 PM, Christian König wrote:

Re: [PATCH] drm/amdgpu: Reserve fence slots for command submission

2018-07-04 Thread Michel Dänzer
On 2018-07-04 11:01 AM, Christian König wrote: > Am 04.07.2018 um 09:57 schrieb Zhang, Jerry (Junwei): >> On 07/04/2018 03:21 PM, Michel Dänzer wrote: >>> On 2018-07-04 08:55 AM, Zhang, Jerry (Junwei) wrote: On 07/04/2018 02:34 PM, Christian König wrote: > Am 04.07.2018 um 05:02 schrieb

Re: [PATCH] drm/amdgpu: Reserve fence slots for command submission

2018-07-04 Thread Christian König
Am 04.07.2018 um 09:21 schrieb Michel Dänzer: On 2018-07-04 08:55 AM, Zhang, Jerry (Junwei) wrote: On 07/04/2018 02:34 PM, Christian König wrote: Am 04.07.2018 um 05:02 schrieb Junwei Zhang: From: Michel Dänzer Without this, there could not be enough slots, which could trigger the BUG_ON in

Re: [PATCH] drm/amdgpu: Reserve fence slots for command submission

2018-07-04 Thread Christian König
Am 04.07.2018 um 09:57 schrieb Zhang, Jerry (Junwei): On 07/04/2018 03:21 PM, Michel Dänzer wrote: On 2018-07-04 08:55 AM, Zhang, Jerry (Junwei) wrote: On 07/04/2018 02:34 PM, Christian König wrote: Am 04.07.2018 um 05:02 schrieb Junwei Zhang: From: Michel Dänzer Without this, there could

Re: [PATCH] drm/amdgpu: Reserve fence slots for command submission

2018-07-04 Thread Zhang, Jerry (Junwei)
On 07/04/2018 03:21 PM, Michel Dänzer wrote: On 2018-07-04 08:55 AM, Zhang, Jerry (Junwei) wrote: On 07/04/2018 02:34 PM, Christian König wrote: Am 04.07.2018 um 05:02 schrieb Junwei Zhang: From: Michel Dänzer Without this, there could not be enough slots, which could trigger the BUG_ON in

Re: [PATCH] drm/amdgpu: Reserve fence slots for command submission

2018-07-04 Thread Michel Dänzer
On 2018-07-04 08:55 AM, Zhang, Jerry (Junwei) wrote: > On 07/04/2018 02:34 PM, Christian König wrote: >> Am 04.07.2018 um 05:02 schrieb Junwei Zhang: >>> From: Michel Dänzer >>> >>> Without this, there could not be enough slots, which could trigger the >>> BUG_ON in

Re: [PATCH] drm/amdgpu: Reserve fence slots for command submission

2018-07-04 Thread Zhang, Jerry (Junwei)
On 07/04/2018 02:34 PM, Christian König wrote: Am 04.07.2018 um 05:02 schrieb Junwei Zhang: From: Michel Dänzer Without this, there could not be enough slots, which could trigger the BUG_ON in reservation_object_add_shared_fence. v2: * Jump to the error label instead of returning directly

Re: [PATCH] drm/amdgpu: Reserve fence slots for command submission

2018-07-04 Thread Christian König
Am 04.07.2018 um 05:02 schrieb Junwei Zhang: From: Michel Dänzer Without this, there could not be enough slots, which could trigger the BUG_ON in reservation_object_add_shared_fence. v2: * Jump to the error label instead of returning directly (Jerry Zhang) v3: * Reserve slots for command

[PATCH] drm/amdgpu: Reserve fence slots for command submission

2018-07-03 Thread Junwei Zhang
From: Michel Dänzer Without this, there could not be enough slots, which could trigger the BUG_ON in reservation_object_add_shared_fence. v2: * Jump to the error label instead of returning directly (Jerry Zhang) v3: * Reserve slots for command submission after VM updates (Christian König) Cc: