Re: [PATCH 1/3] dma-buf: make the flags can be configured during dma fence init

2021-12-14 Thread Christian König
...@vger.kernel.org; Deucher, Alexander ; Liu, Monk Subject: Re: [PATCH 1/3] dma-buf: make the flags can be configured during dma fence init Am 14.12.21 um 10:19 schrieb Huang, Ray: [AMD Official Use Only] -Original Message- From: Koenig, Christian Sent: Tuesday, December 14, 2021 4:00 PM To: Huang

RE: [PATCH 1/3] dma-buf: make the flags can be configured during dma fence init

2021-12-14 Thread Huang, Ray
Deucher, > Alexander ; Liu, Monk > > Subject: Re: [PATCH 1/3] dma-buf: make the flags can be configured during > dma fence init > > Am 14.12.21 um 10:19 schrieb Huang, Ray: > > [AMD Official Use Only] > > > >> -Original Message- > >> F

Re: [PATCH 1/3] dma-buf: make the flags can be configured during dma fence init

2021-12-14 Thread Christian König
...@vger.kernel.org; Deucher, Alexander ; Liu, Monk Subject: Re: [PATCH 1/3] dma-buf: make the flags can be configured during dma fence init Am 13.12.21 um 07:34 schrieb Huang Rui: In some user scenarios, the get_timeline_name callback uses the flags to decide which way to return the timeline string name

RE: [PATCH 1/3] dma-buf: make the flags can be configured during dma fence init

2021-12-14 Thread Huang, Ray
Deucher, > Alexander ; Liu, Monk > > Subject: Re: [PATCH 1/3] dma-buf: make the flags can be configured during > dma fence init > > Am 13.12.21 um 07:34 schrieb Huang Rui: > > In some user scenarios, the get_timeline_name callback uses the flags > > to decide

Re: [PATCH 1/3] dma-buf: make the flags can be configured during dma fence init

2021-12-14 Thread Christian König
Am 13.12.21 um 07:34 schrieb Huang Rui: In some user scenarios, the get_timeline_name callback uses the flags to decide which way to return the timeline string name. Once the trace_dma_fence_init event is enabled, it will call get_timeline_name callback to dump the fence structure. However, at

[PATCH 1/3] dma-buf: make the flags can be configured during dma fence init

2021-12-12 Thread Huang Rui
In some user scenarios, the get_timeline_name callback uses the flags to decide which way to return the timeline string name. Once the trace_dma_fence_init event is enabled, it will call get_timeline_name callback to dump the fence structure. However, at this moment, the flags are always 0, and it