Re: 2.6.9-rc1: scrolling with tdfxfb 5 times slower

From: Antonino A. Daplas
Date: Tue Aug 31 2004 - 15:32:58 EST


On Wednesday 01 September 2004 03:33, Paolo Ornati wrote:

> Tests with "linux/MAINTAINERS" (time cat MAINTAINERS)
> 2.6.8.1
> real 0m2.625s
> user 0m0.000s
> sys 0m2.621s
>
> 2.6.9-rc1
> real 0m13.528s
> user 0m0.000s
> sys 0m13.553s
>

Open drivers/video/tdfxfb.c, change the following (at line 1278):

info->flags = FBINFO_DEFAULT | FBINFO_HWACCEL_YPAN;

to

info->flags = FBINFO_DEFAULT;

Let me know of the results.

Tony


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/