Re: [PATCH] drm/vram-helper: Fix use of top-down placement

2020-09-21 Thread Christian König
Am 21.09.20 um 16:25 schrieb Thomas Zimmermann: Commit 7053e0eab473 ("drm/vram-helper: stop using TTM placement flags") cleared the BO placement flags if top-down placement had been selected. Hence, BOs that were supposed to go into VRAM are now placed in a default location in system memory. Try

[PATCH] drm/vram-helper: Fix use of top-down placement

2020-09-21 Thread Thomas Zimmermann
Commit 7053e0eab473 ("drm/vram-helper: stop using TTM placement flags") cleared the BO placement flags if top-down placement had been selected. Hence, BOs that were supposed to go into VRAM are now placed in a default location in system memory. Trying to scanout the incorrectly pinned BO results i