Re: [PATCH] dma-buf: add more reservation object locking wrappers

2019-08-05 Thread Koenig, Christian
Am 31.07.19 um 15:58 schrieb Chris Wilson: > Quoting Christian König (2019-07-31 14:34:28) >> Am 31.07.19 um 14:33 schrieb Chris Wilson: >>> Quoting Christian König (2019-07-31 12:38:53) Complete the abstraction of the ww_mutex inside the reservation object. This allows us to add

Re: [PATCH] dma-buf: add more reservation object locking wrappers

2019-07-31 Thread Chris Wilson
Quoting Christian König (2019-07-31 14:34:28) > Am 31.07.19 um 14:33 schrieb Chris Wilson: > > Quoting Christian König (2019-07-31 12:38:53) > >> Complete the abstraction of the ww_mutex inside the reservation object. > >> > >> This allows us to add more handling and debugging to the reservation >

Re: [PATCH] dma-buf: add more reservation object locking wrappers

2019-07-31 Thread Christian König
Am 31.07.19 um 14:33 schrieb Chris Wilson: Quoting Christian König (2019-07-31 12:38:53) Complete the abstraction of the ww_mutex inside the reservation object. This allows us to add more handling and debugging to the reservation object in the future. Signed-off-by: Christian König Looks

Re: [PATCH] dma-buf: add more reservation object locking wrappers

2019-07-31 Thread Chris Wilson
Quoting Christian König (2019-07-31 12:38:53) > Complete the abstraction of the ww_mutex inside the reservation object. > > This allows us to add more handling and debugging to the reservation > object in the future. > > Signed-off-by: Christian König Looks entirely mechanical, Reviewed-by:

[PATCH] dma-buf: add more reservation object locking wrappers

2019-07-31 Thread Christian König
Complete the abstraction of the ww_mutex inside the reservation object. This allows us to add more handling and debugging to the reservation object in the future. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c