Re: [PATCH 2/4] drm/radeon: convert fence to uint64_t

2012-05-03 Thread Michel Dänzer
On Mit, 2012-05-02 at 16:20 -0400, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com This convert fence to use uint64_t sequence number intention is to use the fact that uin64_t is big enough that we don't need to care about wrap around. Tested with and without writeback

Re: Re: [PATCH 2/4] drm/radeon: convert fence to uint64_t

2012-05-03 Thread Christian König
On 03.05.2012 09:21, Michel Dänzer wrote: On Mit, 2012-05-02 at 16:20 -0400, j.gli...@gmail.com wrote: From: Jerome Glissejgli...@redhat.com This convert fence to use uint64_t sequence number intention is to use the fact that uin64_t is big enough that we don't need to care about wrap around.

Re: Re: [PATCH 2/4] drm/radeon: convert fence to uint64_t

2012-05-03 Thread Jerome Glisse
On Thu, May 3, 2012 at 7:39 AM, Christian König deathsim...@vodafone.de wrote: On 03.05.2012 09:21, Michel Dänzer wrote: On Mit, 2012-05-02 at 16:20 -0400, j.gli...@gmail.com wrote: From: Jerome Glissejgli...@redhat.com This convert fence to use uint64_t sequence number intention is to use

Re: Re: [PATCH 2/4] drm/radeon: convert fence to uint64_t

2012-05-03 Thread Alex Deucher
On Thu, May 3, 2012 at 11:56 AM, Jerome Glisse j.gli...@gmail.com wrote: On Thu, May 3, 2012 at 7:39 AM, Christian König deathsim...@vodafone.de wrote: On 03.05.2012 09:21, Michel Dänzer wrote: On Mit, 2012-05-02 at 16:20 -0400, j.gli...@gmail.com wrote: From: Jerome

Re: [PATCH 2/4] drm/radeon: convert fence to uint64_t

2012-05-03 Thread Christian König
On 03.05.2012 18:34, Jerome Glisse wrote: On Thu, May 3, 2012 at 12:29 PM, Alex Deucheralexdeuc...@gmail.com wrote: On Thu, May 3, 2012 at 11:56 AM, Jerome Glissej.gli...@gmail.com wrote: On Thu, May 3, 2012 at 7:39 AM, Christian Königdeathsim...@vodafone.de wrote: On 03.05.2012 09:21,

Re: Re: [PATCH 2/4] drm/radeon: convert fence to uint64_t

2012-05-03 Thread Jerome Glisse
On Thu, May 3, 2012 at 12:34 PM, Jerome Glisse j.gli...@gmail.com wrote: On Thu, May 3, 2012 at 12:29 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Thu, May 3, 2012 at 11:56 AM, Jerome Glisse j.gli...@gmail.com wrote: On Thu, May 3, 2012 at 7:39 AM, Christian König deathsim...@vodafone.de

Re: Re: [PATCH 2/4] drm/radeon: convert fence to uint64_t

2012-05-03 Thread Alex Deucher
On Thu, May 3, 2012 at 4:46 PM, Jerome Glisse j.gli...@gmail.com wrote: On Thu, May 3, 2012 at 12:34 PM, Jerome Glisse j.gli...@gmail.com wrote: On Thu, May 3, 2012 at 12:29 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Thu, May 3, 2012 at 11:56 AM, Jerome Glisse j.gli...@gmail.com wrote:

Re: Re: [PATCH 2/4] drm/radeon: convert fence to uint64_t

2012-05-03 Thread Jerome Glisse
On Thu, May 3, 2012 at 5:04 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Thu, May 3, 2012 at 4:46 PM, Jerome Glisse j.gli...@gmail.com wrote: On Thu, May 3, 2012 at 12:34 PM, Jerome Glisse j.gli...@gmail.com wrote: On Thu, May 3, 2012 at 12:29 PM, Alex Deucher alexdeuc...@gmail.com wrote: