Re: [PATCH] drm/nouveu: fix swiotlb include

2020-11-02 Thread Christian König
Am 02.11.20 um 11:32 schrieb Daniel Vetter: On Fri, Oct 30, 2020 at 12:13 PM Christian König wrote: The check for swiotlb has moved to nouveu_ttm.c, but we forgot to move the include as well. Signed-off-by: Christian König So this now broke drm-misc-next compilation on arm, which isn't

Re: [PATCH] drm/nouveu: fix swiotlb include

2020-11-02 Thread Daniel Vetter
On Fri, Oct 30, 2020 at 12:13 PM Christian König wrote: > > The check for swiotlb has moved to nouveu_ttm.c, but we forgot to move > the include as well. > > Signed-off-by: Christian König So this now broke drm-misc-next compilation on arm, which isn't great. Please make sure you compile test

Re: [PATCH] drm/nouveu: fix swiotlb include

2020-11-01 Thread Thomas Zimmermann
Hi Am 30.10.20 um 12:13 schrieb Christian König: > The check for swiotlb has moved to nouveu_ttm.c, but we forgot to move s/nouveu/nouveau here and in the subject line. Best regards Thomas > the include as well. > > Signed-off-by: Christian König > --- >

Re: [PATCH] drm/nouveu: fix swiotlb include

2020-10-30 Thread Daniel Vetter
On Fri, Oct 30, 2020 at 3:27 PM Christian König wrote: > > Am 30.10.20 um 13:08 schrieb Daniel Vetter: > > On Fri, Oct 30, 2020 at 12:13 PM Christian König > > wrote: > >> The check for swiotlb has moved to nouveu_ttm.c, but we forgot to move > >> the include as well. > >> > >> Signed-off-by:

Re: [PATCH] drm/nouveu: fix swiotlb include

2020-10-30 Thread Christian König
Am 30.10.20 um 13:08 schrieb Daniel Vetter: On Fri, Oct 30, 2020 at 12:13 PM Christian König wrote: The check for swiotlb has moved to nouveu_ttm.c, but we forgot to move the include as well. Signed-off-by: Christian König Hm drm-misc-next compiles fine with swiotlb enabled in config. Am I

Re: [PATCH] drm/nouveu: fix swiotlb include

2020-10-30 Thread Daniel Vetter
On Fri, Oct 30, 2020 at 12:13 PM Christian König wrote: > > The check for swiotlb has moved to nouveu_ttm.c, but we forgot to move > the include as well. > > Signed-off-by: Christian König Hm drm-misc-next compiles fine with swiotlb enabled in config. Am I blind or is this a merge problem with

[PATCH] drm/nouveu: fix swiotlb include

2020-10-30 Thread Christian König
The check for swiotlb has moved to nouveu_ttm.c, but we forgot to move the include as well. Signed-off-by: Christian König --- drivers/gpu/drm/nouveau/nouveau_bo.c | 1 - drivers/gpu/drm/nouveau/nouveau_ttm.c | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git