[PATCH] drm: fix compile failure by including

2013-02-03 Thread Chris Metcalf
On tile architecture (with "make allyesconfig") including is required to call swiotlb_nr_tbl(). Signed-off-by: Chris Metcalf --- drivers/gpu/drm/nouveau/nouveau_bo.c |1 + drivers/gpu/drm/radeon/radeon_ttm.c |1 + 2 files changed, 2 insertions(+) diff --git a/drivers/gpu/drm/nouveau/n

[PATCH] drm: fix compile failure by including

2013-02-03 Thread Chris Metcalf
On tile architecture (with "make allyesconfig") including is required to call swiotlb_nr_tbl(). Signed-off-by: Chris Metcalf --- drivers/gpu/drm/nouveau/nouveau_bo.c |1 + drivers/gpu/drm/radeon/radeon_ttm.c |1 + 2 files changed, 2 insertions(+) diff --git a/drivers/gpu/drm/nouveau/n

[PATCH] drm: fix compile failure by including

2013-02-03 Thread Maarten Lankhorst
Op 01-02-13 19:44, Chris Metcalf schreef: > On tile architecture (with "make allyesconfig") including > is required to call swiotlb_nr_tbl(). I'll take your word for the need, since I lack the hardware to verify the failure. :-) Applying your patch doesn't seem to break compilation on x86 though,

Re: [PATCH] drm: fix compile failure by including

2013-02-03 Thread Maarten Lankhorst
Op 01-02-13 19:44, Chris Metcalf schreef: > On tile architecture (with "make allyesconfig") including > is required to call swiotlb_nr_tbl(). I'll take your word for the need, since I lack the hardware to verify the failure. :-) Applying your patch doesn't seem to break compilation on x86 though,

[PATCH] drm: fix compile failure by including

2013-02-01 Thread Chris Metcalf
On tile architecture (with "make allyesconfig") including is required to call swiotlb_nr_tbl(). Signed-off-by: Chris Metcalf --- drivers/gpu/drm/nouveau/nouveau_bo.c |1 + drivers/gpu/drm/radeon/radeon_ttm.c |1 + 2 files changed, 2 insertions(+) diff --git a/drivers/gpu/drm/nouveau/n

[PATCH] drm: fix compile failure by including

2013-02-01 Thread Chris Metcalf
On tile architecture (with "make allyesconfig") including is required to call swiotlb_nr_tbl(). Signed-off-by: Chris Metcalf --- drivers/gpu/drm/nouveau/nouveau_bo.c |1 + drivers/gpu/drm/radeon/radeon_ttm.c |1 + 2 files changed, 2 insertions(+) diff --git a/drivers/gpu/drm/nouveau/n