Re: [PATCH 12/15] drm/i915: drop bo->moving dependency

2022-04-08 Thread Christian König
Am 08.04.22 um 12:15 schrieb Jani Nikula: On Fri, 08 Apr 2022, Christian König wrote: Am 08.04.22 um 11:05 schrieb Jani Nikula: On Thu, 07 Apr 2022, "Christian König" wrote: That should now be handled by the common dma_resv framework. Signed-off-by: Christian König Reviewed-by: Daniel V

Re: [PATCH 12/15] drm/i915: drop bo->moving dependency

2022-04-08 Thread Jani Nikula
On Fri, 08 Apr 2022, Christian König wrote: > Am 08.04.22 um 11:05 schrieb Jani Nikula: >> On Thu, 07 Apr 2022, "Christian König" >> wrote: >>> That should now be handled by the common dma_resv framework. >>> >>> Signed-off-by: Christian König >>> Reviewed-by: Daniel Vetter >>> Cc: intel-...@l

Re: [PATCH 12/15] drm/i915: drop bo->moving dependency

2022-04-08 Thread Christian König
Am 08.04.22 um 11:33 schrieb Daniel Vetter: On Fri, 8 Apr 2022 at 11:27, Christian König wrote: Am 08.04.22 um 11:05 schrieb Jani Nikula: On Thu, 07 Apr 2022, "Christian König" wrote: That should now be handled by the common dma_resv framework. Signed-off-by: Christian König Reviewed-by: D

Re: [PATCH 12/15] drm/i915: drop bo->moving dependency

2022-04-08 Thread Daniel Vetter
On Fri, 8 Apr 2022 at 11:27, Christian König wrote: > > Am 08.04.22 um 11:05 schrieb Jani Nikula: > > On Thu, 07 Apr 2022, "Christian König" > > wrote: > >> That should now be handled by the common dma_resv framework. > >> > >> Signed-off-by: Christian König > >> Reviewed-by: Daniel Vetter > >

Re: [PATCH 12/15] drm/i915: drop bo->moving dependency

2022-04-08 Thread Christian König
Am 08.04.22 um 11:05 schrieb Jani Nikula: On Thu, 07 Apr 2022, "Christian König" wrote: That should now be handled by the common dma_resv framework. Signed-off-by: Christian König Reviewed-by: Daniel Vetter Cc: intel-...@lists.freedesktop.org So, where are the i915 maintainer acks for mergi

Re: [PATCH 12/15] drm/i915: drop bo->moving dependency

2022-04-08 Thread Jani Nikula
On Thu, 07 Apr 2022, "Christian König" wrote: > That should now be handled by the common dma_resv framework. > > Signed-off-by: Christian König > Reviewed-by: Daniel Vetter > Cc: intel-...@lists.freedesktop.org So, where are the i915 maintainer acks for merging this (and the other patches in th

[PATCH 12/15] drm/i915: drop bo->moving dependency

2022-04-07 Thread Christian König
That should now be handled by the common dma_resv framework. Signed-off-by: Christian König Reviewed-by: Daniel Vetter Cc: intel-...@lists.freedesktop.org --- drivers/gpu/drm/i915/gem/i915_gem_object.c| 41 --- drivers/gpu/drm/i915/gem/i915_gem_object.h| 8 +--- drivers