Re: [Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-23 Thread Emil Velikov
On 18 May 2016 at 20:50, Axel Davy wrote: > On 16/05/2016 20:08, Emil Velikov wrote: >> >> >> Then there's the question if other drivers want to apply, and thus >> move, it elsewhere. >> >> -Emil >> > Has anyone an opinion about that particular point ? > Most likely no-one is

Re: [Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-18 Thread Axel Davy
On 16/05/2016 20:08, Emil Velikov wrote: Then there's the question if other drivers want to apply, and thus move, it elsewhere. -Emil Has anyone an opinion about that particular point ? Axel ___ mesa-dev mailing list

Re: [Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-17 Thread Roland Scheidegger
Am 17.05.2016 um 20:16 schrieb Rob Herring: > On Tue, May 17, 2016 at 11:35 AM, Axel Davy wrote: >> On 16/05/2016 23:28, Rob Herring wrote: >>> >>> On Sun, May 15, 2016 at 5:45 AM, Axel Davy wrote: And cap to 2 GB on 32 bits. Fixes

Re: [Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-17 Thread Axel Davy
On 17/05/2016 20:16, Rob Herring wrote: On Tue, May 17, 2016 at 11:35 AM, Axel Davy wrote: On 16/05/2016 23:28, Rob Herring wrote: On Sun, May 15, 2016 at 5:45 AM, Axel Davy wrote: And cap to 2 GB on 32 bits. Fixes

Re: [Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-17 Thread Rob Herring
On Tue, May 17, 2016 at 11:35 AM, Axel Davy wrote: > On 16/05/2016 23:28, Rob Herring wrote: >> >> On Sun, May 15, 2016 at 5:45 AM, Axel Davy wrote: >>> >>> And cap to 2 GB on 32 bits. >>> >>> Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94561 >>> >>>

Re: [Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-17 Thread Axel Davy
On 16/05/2016 20:08, Emil Velikov wrote: On 15 May 2016 at 11:45, Axel Davy wrote: And cap to 2 GB on 32 bits. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94561 Nitpick: please use "Bugzilla: htt.." Signed-off-by: Axel Davy ---

Re: [Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-17 Thread Axel Davy
On 16/05/2016 23:28, Rob Herring wrote: On Sun, May 15, 2016 at 5:45 AM, Axel Davy wrote: And cap to 2 GB on 32 bits. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94561 Signed-off-by: Axel Davy --- src/gallium/auxiliary/os/os_misc.c | 2 +-

Re: [Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-17 Thread Roland Scheidegger
Am 15.05.2016 um 12:45 schrieb Axel Davy: > And cap to 2 GB on 32 bits. > > Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94561 > > Signed-off-by: Axel Davy > --- > src/gallium/auxiliary/os/os_misc.c | 2 +- > src/gallium/drivers/llvmpipe/lp_screen.c | 5 + > 2

Re: [Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-16 Thread Rob Herring
On Sun, May 15, 2016 at 5:45 AM, Axel Davy wrote: > And cap to 2 GB on 32 bits. > > Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94561 > > Signed-off-by: Axel Davy > --- > src/gallium/auxiliary/os/os_misc.c | 2 +- >

Re: [Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-16 Thread Emil Velikov
On 15 May 2016 at 11:45, Axel Davy wrote: > And cap to 2 GB on 32 bits. > > Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94561 > Nitpick: please use "Bugzilla: htt.." > Signed-off-by: Axel Davy > --- > src/gallium/auxiliary/os/os_misc.c | 2 +- >

[Mesa-dev] [PATCH 03/39] llvmpipe: Fix overflow for 32 bits available memory computation

2016-05-15 Thread Axel Davy
And cap to 2 GB on 32 bits. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94561 Signed-off-by: Axel Davy --- src/gallium/auxiliary/os/os_misc.c | 2 +- src/gallium/drivers/llvmpipe/lp_screen.c | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git