DRM patches need to be submitted to the dri-devel list, moving there.
On Die, 2011-08-30 at 00:17 +0200, Tormod Volden wrote:
From: Tormod Volden debian.tormod@gmail.com
This was previously done for r300 only. Use %p instead of %08X for printing the table address.
sizeof(dma_addr_t) can be 8 even when sizeof(void*) is 4.
Also fix typo in gart warning messages.
Signed-off-by: Tormod Volden debian.tormod@gmail.com
[...]
diff --git a/drivers/gpu/drm/radeon/radeon_gart.c b/drivers/gpu/drm/radeon/radeon_gart.c index a533f52..40f851b 100644 --- a/drivers/gpu/drm/radeon/radeon_gart.c +++ b/drivers/gpu/drm/radeon/radeon_gart.c @@ -142,7 +142,7 @@ void radeon_gart_unbind(struct radeon_device *rdev, unsigned offset, u64 page_base;
if (!rdev->gart.ready) {
WARN(1, "trying to unbind memory to unitialized GART !\n");
WARN(1, "trying to unbind memory to uninitialized GART !\n");
While you're at it, 'unbind from'?