Re: radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-06-16 Thread Thomas Schwinge
Hi! On Mon, 28 Apr 2014 10:09:17 +0200, I wrote: On Sun, 27 Apr 2014 15:55:29 -0400, Jerome Glisse j.gli...@gmail.com wrote: If my ugly patch works does this quirk also work ? Unfortunately they both don't; see my other email,

Re: radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-28 Thread Thomas Schwinge
Hi! On Sun, 27 Apr 2014 15:55:29 -0400, Jerome Glisse j.gli...@gmail.com wrote: If my ugly patch works does this quirk also work ? Unfortunately they both don't; see my other email, http://news.gmane.org/find-root.php?message_id=%3C87sioxq3rx.fsf%40schwinge.name%3E. Also, the quirk patch

Re: radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-28 Thread Thomas Schwinge
-0400, Johannes Weiner wrote: On Wed, Apr 02, 2014 at 04:26:08PM +0200, Thomas Schwinge wrote: On Fri, 2 Aug 2013 11:37:26 -0400, Johannes Weiner han...@cmpxchg.org wrote: Each zone that holds userspace pages of one workload must be aged at a speed

Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-02 Thread Thomas Schwinge
Hi! On Fri, 2 Aug 2013 11:37:26 -0400, Johannes Weiner han...@cmpxchg.org wrote: Each zone that holds userspace pages of one workload must be aged at a speed proportional to the zone size. [...] Fix this with a very simple round robin allocator. [...] This patch, adding NR_ALLOC_BATCH,

Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-02 Thread Thomas Schwinge
Hi! On Fri, 2 Aug 2013 11:37:26 -0400, Johannes Weiner wrote: > Each zone that holds userspace pages of one workload must be aged at a > speed proportional to the zone size. [...] > Fix this with a very simple round robin allocator. [...] This patch, adding NR_ALLOC_BATCH, eventually landed

Re: radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-06-16 Thread Thomas Schwinge
Hi! On Mon, 28 Apr 2014 10:09:17 +0200, I wrote: > On Sun, 27 Apr 2014 15:55:29 -0400, Jerome Glisse wrote: > > If my ugly patch works does this quirk also work ? > > Unfortunately they both don't; see my other email, >

Re: radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-28 Thread Thomas Schwinge
Hi! On Sun, 27 Apr 2014 15:55:29 -0400, Jerome Glisse wrote: > If my ugly patch works does this quirk also work ? Unfortunately they both don't; see my other email, . Also, the quirk patch resulted in a NULL

Re: radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-28 Thread Thomas Schwinge
r 24, 2014 at 09:37:22AM -0400, Johannes Weiner wrote: > > > > > On Wed, Apr 02, 2014 at 04:26:08PM +0200, Thomas Schwinge wrote: > > > > > > On Fri, 2 Aug 2013 11:37:26 -0400, Johannes Weiner > > > > > > wrote: > > > > > > > Eac