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.
> >> >
> >>
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
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
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.
> >> >
> >>
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
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
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
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
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
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
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
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
12 matches
Mail list logo