[PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-08-31 Thread Michel Dänzer
On Mit, 2011-08-31 at 12:52 +0200, Tormod Volden wrote: > 2011/8/31 Michel D?nzer : > > On Die, 2011-08-30 at 11:15 +0200, Tormod Volden wrote: > >> 2011/8/30 Michel D?nzer : > >> >> This was previously done for r300 only. Use %p instead of %08X for > >> >> printing the table address. > >> > > >>

[PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-08-31 Thread Tormod Volden
2011/8/31 Michel D?nzer : > On Die, 2011-08-30 at 11:15 +0200, Tormod Volden wrote: >> 2011/8/30 Michel D?nzer : >> >> 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. >> >> Thank

[PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-08-31 Thread Michel Dänzer
On Die, 2011-08-30 at 11:15 +0200, Tormod Volden wrote: > 2011/8/30 Michel D?nzer : > >> 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. > > Thanks, I will send a new patch, using

Re: [PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-08-31 Thread Michel Dänzer
On Mit, 2011-08-31 at 12:52 +0200, Tormod Volden wrote: > 2011/8/31 Michel Dänzer : > > On Die, 2011-08-30 at 11:15 +0200, Tormod Volden wrote: > >> 2011/8/30 Michel Dänzer : > >> >> This was previously done for r300 only. Use %p instead of %08X for > >> >> printing the table address. > >> > > >>

Re: [PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-08-31 Thread Tormod Volden
2011/8/31 Michel Dänzer : > On Die, 2011-08-30 at 11:15 +0200, Tormod Volden wrote: >> 2011/8/30 Michel Dänzer : >> >> 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. >> >> Thank

Re: [PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-08-31 Thread Michel Dänzer
On Die, 2011-08-30 at 11:15 +0200, Tormod Volden wrote: > 2011/8/30 Michel Dänzer : > >> 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. > > Thanks, I will send a new patch, using

[PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-08-30 Thread Tormod Volden
2011/8/30 Michel D?nzer : >> 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. Thanks, I will send a new patch, using "0x%016lX". Will that work for everybody? > While you're at it, 'unbi

[PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-08-30 Thread Michel Dänzer
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 > > 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

Re: [PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-08-30 Thread Tormod Volden
2011/8/30 Michel Dänzer : >> 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. Thanks, I will send a new patch, using "0x%016lX". Will that work for everybody? > While you're at it, 'unbi

Re: [PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-08-30 Thread Michel Dänzer
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 > > 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

[PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-07-27 Thread Tormod Volden
From: Tormod Volden The same way it was already done for r300. Also fix typo in gart warning messages. v2: Replace 0x%08X string format by %p Signed-off-by: Tormod Volden --- On Mon, Jul 25, 2011 at 1:03 PM, Dave Airlie wrote: > Causes a new warning per line on x86-64 build. > > dma_addr_t

[PATCH v2] drm/radeon: Print gart initialization details on all chipsets

2011-07-27 Thread Tormod Volden
From: Tormod Volden The same way it was already done for r300. Also fix typo in gart warning messages. v2: Replace 0x%08X string format by %p Signed-off-by: Tormod Volden --- On Mon, Jul 25, 2011 at 1:03 PM, Dave Airlie wrote: > Causes a new warning per line on x86-64 build. > > dma_addr_t