Re: [PATCH 07/23] drm/vmwgfx: stop using dma_resv_excl_fence

2022-03-22 Thread Zack Rusin
On Tue, 2022-03-22 at 08:13 +0100, Christian König wrote: > Am 21.03.22 um 16:11 schrieb Zack Rusin: > > On Mon, 2022-03-21 at 15:12 +0100, Christian König wrote: > > > Am 21.03.22 um 15:02 schrieb Zack Rusin: > > > > On Mon, 2022-03-21 at 14:58 +0100, Christian König wrote: > > > > > ⚠ External Em

Re: [PATCH 07/23] drm/vmwgfx: stop using dma_resv_excl_fence

2022-03-22 Thread Christian König
Am 21.03.22 um 16:11 schrieb Zack Rusin: On Mon, 2022-03-21 at 15:12 +0100, Christian König wrote: Am 21.03.22 um 15:02 schrieb Zack Rusin: On Mon, 2022-03-21 at 14:58 +0100, Christian König wrote: ⚠ External Email: This email originated from outside of the organization. Do not click links or

Re: [PATCH 07/23] drm/vmwgfx: stop using dma_resv_excl_fence

2022-03-21 Thread Zack Rusin
On Mon, 2022-03-21 at 15:12 +0100, Christian König wrote: > Am 21.03.22 um 15:02 schrieb Zack Rusin: > > On Mon, 2022-03-21 at 14:58 +0100, Christian König wrote: > > > ⚠ External Email: This email originated from outside of the > > > organization. Do not click links or open attachments unless you

Re: [PATCH 07/23] drm/vmwgfx: stop using dma_resv_excl_fence

2022-03-21 Thread Christian König
Am 21.03.22 um 15:02 schrieb Zack Rusin: On Mon, 2022-03-21 at 14:58 +0100, Christian König wrote: ⚠ External Email: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender. Instead use the new dma_resv_get_singleton functio

Re: [PATCH 07/23] drm/vmwgfx: stop using dma_resv_excl_fence

2022-03-21 Thread Zack Rusin
On Mon, 2022-03-21 at 14:58 +0100, Christian König wrote: > ⚠ External Email: This email originated from outside of the > organization. Do not click links or open attachments unless you > recognize the sender. > > Instead use the new dma_resv_get_singleton function. > > Signed-off-by: Christian K

[PATCH 07/23] drm/vmwgfx: stop using dma_resv_excl_fence

2022-03-21 Thread Christian König
Instead use the new dma_resv_get_singleton function. Signed-off-by: Christian König Reviewed-by: Daniel Vetter Cc: VMware Graphics Cc: Zack Rusin --- drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgf

[PATCH 07/23] drm/vmwgfx: stop using dma_resv_excl_fence

2022-02-11 Thread Christian König
Instead use the new dma_resv_get_singleton function. Signed-off-by: Christian König Reviewed-by: Daniel Vetter Cc: VMware Graphics Cc: Zack Rusin --- drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgf