From: Nicolas Kaiser <hidden> Date: 2010-10-22 11:32:39
A duplicated assignment unconditionally changes max_gfsize to
GFIFO_SIZE.
It looks to me like this might not be intended, or is it?
Signed-off-by: Nicolas Kaiser <redacted>
---
drivers/video/riva/riva_hw.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
On Fri, Oct 22, 2010 at 13:31, Nicolas Kaiser [off-list ref] wrote:
quoted hunk
A duplicated assignment unconditionally changes max_gfsize to
GFIFO_SIZE.
It looks to me like this might not be intended, or is it?
Signed-off-by: Nicolas Kaiser <redacted>
---
drivers/video/riva/riva_hw.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
vmisses = 2;
if (ainfo->gburst_size = 128) max_gfsize = GFIFO_SIZE_128;
else max_gfsize = GFIFO_SIZE;
- max_gfsize = GFIFO_SIZE;
while (1)
{
if (ainfo->vid_en)
--
1.7.2.2
According to full-history-linux, this comes from the initial drop in 2.3.49pre2,
from nVidia code(?), imported by Jeff Garzik.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
From: Jeff Garzik <hidden> Date: 2010-10-22 17:19:00
On 10/22/2010 10:47 AM, Geert Uytterhoeven wrote:
On Fri, Oct 22, 2010 at 13:31, Nicolas Kaiser[off-list ref] wrote:
quoted
A duplicated assignment unconditionally changes max_gfsize to
GFIFO_SIZE.
It looks to me like this might not be intended, or is it?
Signed-off-by: Nicolas Kaiser<redacted>
---
drivers/video/riva/riva_hw.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)