[Intel-gfx] [PATCH v2 3/5] drm/i915: ttm move/clear logic fix

2022-04-12 Thread Robert Beckett
ttm managed buffers start off with system resource definitions and ttm_tt tracking structures allocated (though unpopulated). currently this prevents clearing of buffers on first move to desired placements. The desired behaviour is to clear user allocated buffers and any kernel buffers that specif

Re: [Intel-gfx] [PATCH v2 3/5] drm/i915: ttm move/clear logic fix

2022-04-14 Thread Thomas Hellström
On Tue, 2022-04-12 at 15:18 +, Robert Beckett wrote: > ttm managed buffers start off with system resource definitions and > ttm_tt > tracking structures allocated (though unpopulated). > currently this prevents clearing of buffers on first move to desired > placements. > > The desired behaviou