[PATCH] drm/ttm: fix, avoid iomapping system memory

2010-05-05 Thread Rafał Miłecki
2010/5/5 Jerome Glisse : > If the memory is not iomem we should not try to > ioremap it. Should fix : > > https://bugs.freedesktop.org/show_bug.cgi?id=27822 > > Signed-off-by: Jerome Glisse Tested-by: Rafa? Mi?ecki Thanks! -- Rafa?

Re: [PATCH] drm/ttm: fix, avoid iomapping system memory

2010-05-05 Thread Rafał Miłecki
2010/5/5 Jerome Glisse : > If the memory is not iomem we should not try to > ioremap it. Should fix : > > https://bugs.freedesktop.org/show_bug.cgi?id=27822 > > Signed-off-by: Jerome Glisse Tested-by: Rafał Miłecki Thanks! -- Rafał ___ dri-devel mai

[PATCH] drm/ttm: fix, avoid iomapping system memory

2010-05-05 Thread Jerome Glisse
If the memory is not iomem we should not try to ioremap it. Should fix : https://bugs.freedesktop.org/show_bug.cgi?id=27822 Signed-off-by: Jerome Glisse --- drivers/gpu/drm/ttm/ttm_bo_util.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_bo_uti

[PATCH] drm/ttm: fix, avoid iomapping system memory

2010-05-05 Thread Jerome Glisse
If the memory is not iomem we should not try to ioremap it. Should fix : https://bugs.freedesktop.org/show_bug.cgi?id=27822 Signed-off-by: Jerome Glisse --- drivers/gpu/drm/ttm/ttm_bo_util.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_bo_uti