Re: [Intel-gfx] [PATCH 2/2] drm/ttm: replace busy placement with flags

2023-01-24 Thread Christian König
Am 11.01.23 um 14:03 schrieb Matthew Auld: On Wed, 11 Jan 2023 at 11:43, Christian König wrote: Instead of a list of separate busy placement add flags which indicate that a placement should only be used when there is room or if we need to evict. Signed-off-by: Christian König --- drivers/gp

Re: [Intel-gfx] [PATCH 2/2] drm/ttm: replace busy placement with flags

2023-01-12 Thread Christian König
Am 11.01.23 um 16:18 schrieb Matthew Auld: [SNIP] Currently "dim rebuild-tip" doesn't work for me because of a conflict in i915_gem_execbuffer.c Seems to be working now. Nope. When I do a fresh install with "drm setup" in a different working directly I run into exactly this problem again.

Re: [Intel-gfx] [PATCH 2/2] drm/ttm: replace busy placement with flags

2023-01-11 Thread Matthew Auld
On Wed, 11 Jan 2023 at 14:43, Christian König wrote: > > Am 11.01.23 um 14:03 schrieb Matthew Auld: > > On Wed, 11 Jan 2023 at 11:43, Christian König > > wrote: > >> Instead of a list of separate busy placement add flags which indicate > >> that a placement should only be used when there is room

Re: [Intel-gfx] [PATCH 2/2] drm/ttm: replace busy placement with flags

2023-01-11 Thread Christian König
Am 11.01.23 um 14:03 schrieb Matthew Auld: On Wed, 11 Jan 2023 at 11:43, Christian König wrote: Instead of a list of separate busy placement add flags which indicate that a placement should only be used when there is room or if we need to evict. Signed-off-by: Christian König --- drivers/gp

Re: [Intel-gfx] [PATCH 2/2] drm/ttm: replace busy placement with flags

2023-01-11 Thread Matthew Auld
On Wed, 11 Jan 2023 at 11:43, Christian König wrote: > > Instead of a list of separate busy placement add flags which indicate > that a placement should only be used when there is room or if we need to > evict. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_object.c

[PATCH 2/2] drm/ttm: replace busy placement with flags

2023-01-11 Thread Christian König
Instead of a list of separate busy placement add flags which indicate that a placement should only be used when there is room or if we need to evict. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 11 +- drive