Displaying 2 results from an estimated 2 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...
2025 Jan 09
25
[PATCH v2 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
...drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.c | 7 +-
drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 12 +-
drivers/gpu/drm/tegra/gem.c | 8 +-
drivers/gpu/drm/virtio/virtgpu_gem.c | 11 +-
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 21 +--
drivers/gpu/drm/xe/xe_bo.c | 8 +-
drivers/gpu/drm/xen/xen_drm_front.c | 7 +-
drivers/gpu/drm/xlnx/zynqmp_kms.c | 7 +-
include/drm/drm_dumb_buffers.h | 14 ++
include/drm/drm_gem_vram_helper.h | 6 -
26 files changed, 333 insertions(+), 227 dele...