Re: [PATCH] drm/ttm: fix regression in ttm moves

2020-10-01 Thread Christian König
I don't see the patch, can you point me to it? Thanks, Christian. Am 01.10.20 um 07:25 schrieb Dave Airlie: Tracked it down to my init mem type changes, patch is on the list. Dave. On Wed, 30 Sep 2020 at 18:28, Christian König wrote: That sounds like the same problem I've got when drm-next

Re: [PATCH] drm/ttm: fix regression in ttm moves

2020-09-30 Thread Dave Airlie
Tracked it down to my init mem type changes, patch is on the list. Dave. On Wed, 30 Sep 2020 at 18:28, Christian König wrote: > > That sounds like the same problem I've got when drm-next was merged into > drm-misc-next. > > I've fixed it in this commit: > > commit

Re: [PATCH] drm/ttm: fix regression in ttm moves

2020-09-30 Thread Christian König
That sounds like the same problem I've got when drm-next was merged into drm-misc-next. I've fixed it in this commit: commit 0b06286579b81449b1e8f14f88d3a8db091fd443 Author: Christian König Date:   Wed Aug 19 15:27:48 2020 +0200     drm/ttm: fix broken merge between drm-next and

Re: [PATCH] drm/ttm: fix regression in ttm moves

2020-09-30 Thread Dave Airlie
just FYI I'm seeing a regression on vmwgfx with drm-fixes and drm-next merged into it. I'm going take some time to dig through and work out where, the regression is a command failure and a ioremap failure. Dave. On Wed, 30 Sep 2020 at 16:26, Dave Airlie wrote: > > Uggh this is part of the mess

Re: [PATCH] drm/ttm: fix regression in ttm moves

2020-09-30 Thread Dave Airlie
Uggh this is part of the mess with the revert, I'm not sure how best to dig out of this one yet. Dave. On Wed, 30 Sep 2020 at 15:55, Dave Airlie wrote: > > From: Dave Airlie > > This fixes a bug introduced in be1213a341a289afc51f89181c310e368fba0b66 > drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2

[PATCH] drm/ttm: fix regression in ttm moves

2020-09-29 Thread Dave Airlie
From: Dave Airlie This fixes a bug introduced in be1213a341a289afc51f89181c310e368fba0b66 drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2 On vmwgfx this causes a Command buffer error WARN to trigger. This is because the old code used to check if bo->ttm was true, and the new code doesn't, fix it