[Intel-xe] [PATCH 0/8] Backport i915_sw_fence to dma fence conversion

Hogander, Jouni jouni.hogander at intel.com
Wed Nov 8 06:06:10 UTC 2023


On Tue, 2023-11-07 at 14:56 +0200, Jani Nikula wrote:
> On Mon, 06 Nov 2023, Jouni Högander <jouni.hogander at intel.com> wrote:
> > In drm-intel-next branch we have now removed usage of i915_sw_fence
> > from display code and using dma_fence instead. Backport these
> > patches
> > and revert related FIXME patches and other branch internal changes
> > from drm-xe-intel branch.
> > 
> > For now handle i915_gem_fence_wait_priority by adding empty defines
> > into compatibility headers. This is not interfering ongoing work to
> > remove i915_gem_fence_wait_priority from i915. These empty defines
> > can
> > be easily removed when that work is done.
> > 
> > Cc: Jani Nikula <jani.nikula at intel.com>
> > Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> > Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
> 
> Other than the comment on patch 1, the series is
> 
> Acked-by: Jani Nikula <jani.nikula at intel.com>

Thank you Jani for checking my patches. These are now merged.

BR,

Jouni Högander

> 
> 
> > 
> > Jouni Högander (8):
> >   fixup! drm/xe/display: Implement display support
> >   Revert "FIXME: drm/i915: fence stuff"
> >   Revert "drm/xe/display: Append dma_buf fences to framebuffer
> > fences"
> >   fixup! drm/xe/display: Implement display support
> >   drm/i915/display: Use dma_fence interfaces instead of
> > i915_sw_fence
> >   drm/i915/display: Use intel_bo_to_drm_bo instead of obj->base
> >   fixup! drm/xe/display: Implement display support
> >   fixup! FIXME: drm/i915/display: Remaining changes to make xe
> > compile
> > 
> >  drivers/gpu/drm/i915/display/intel_atomic.c   |   5 -
> >  .../gpu/drm/i915/display/intel_atomic_plane.c | 101 ++++++++------
> > ----
> >  drivers/gpu/drm/i915/display/intel_display.c  |  91 +++-----------
> > --
> >  .../drm/i915/display/intel_display_types.h    |   4 -
> >  .../drm/xe/compat-i915-headers/i915_config.h  |   8 +-
> >  .../gpu/drm/xe/compat-i915-headers/i915_drv.h |   7 +-
> >  6 files changed, 69 insertions(+), 147 deletions(-)
> 



More information about the Intel-xe mailing list