Re: [PATCH 1/2] drm/ttm: init mem->bus in common code.

2020-08-11 Thread Christian König
Am 11.08.20 um 10:49 schrieb Dave Airlie: On Tue, 11 Aug 2020 at 18:42, Christian König wrote: I've totally missed those and still don't see any reference in any inbox to the original mail or patch #2 in this series. I forgot to cc you on the original posting, but they should be on dri-devel

Re: [PATCH 1/2] drm/ttm: init mem->bus in common code.

2020-08-11 Thread Dave Airlie
On Tue, 11 Aug 2020 at 18:42, Christian König wrote: > > I've totally missed those and still don't see any reference in any inbox > to the original mail or patch #2 in this series. I forgot to cc you on the original posting, but they should be on dri-devel https://patchwork.freedesktop.org/serie

Re: [PATCH 1/2] drm/ttm: init mem->bus in common code.

2020-08-11 Thread Christian König
I've totally missed those and still don't see any reference in any inbox to the original mail or patch #2 in this series. But this patch at least looks like it makes a lot of sense. BTW: Does anybody know why we separate base and offset here? That distinction seems to be superfluous as well.

Re: [PATCH 1/2] drm/ttm: init mem->bus in common code.

2020-08-11 Thread Dave Airlie
(cc'ing Christian, just in case he misses them). 2 small cleanups. On Tue, 11 Aug 2020 at 17:47, Dave Airlie wrote: > > From: Dave Airlie > > The drivers all do the same thing here. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 6 -- > drivers/gpu/drm/

[PATCH 1/2] drm/ttm: init mem->bus in common code.

2020-08-11 Thread Dave Airlie
From: Dave Airlie The drivers all do the same thing here. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 6 -- drivers/gpu/drm/drm_gem_vram_helper.c | 6 -- drivers/gpu/drm/nouveau/nouveau_bo.c | 6 -- drivers/gpu/drm/qxl/qxl_ttm.c