Displaying 1 result from an estimated 1 matches for "xe_bo".
Did you mean:
xe_bh
2024 Jan 29
0
[PATCH 3/5] drm/ttm: replace busy placement with flags v6
...atch,
> > >
> > > With those fixed, this patch is
> > >
> > > Reviewed-by: Thomas Hellstr?m <thomas.hellstrom at linux.intel.com>
> >
> >
> > it actually broke drm-tip now that this is merged:
> >
> > ../drivers/gpu/drm/xe/xe_bo.c:41:10: error: ?struct ttm_placement?
> > has no member named ?num_busy_placement?; did you mean
> > ?num_placement?
> > ? 41 |???????? .num_busy_placement = 1,
> > ???? |????????? ^~~~~~~~~~~~~~~~~~
> > ???? |????????? num_placement
> > ../drivers/gpu/drm/xe/xe...