Re: [Linux-fbdev-devel] FB accel capabilities patch

From: James Simmons
Date: Wed May 19 2004 - 14:35:20 EST



> A month or two ago I noticed that the framebuffer console driver doesn't
> know to do proper framebuffer acceleration in Linux 2.6; I've implemented
> a solution Geert suggested where each framebuffer driver advertizes its
> hardware capabilities via fb_info->flags. Please apply to -mm so I can
> get wider testing.
>
> The patches are at:
>
> http://www.yak.net/random/fbdev-patches/accel-cap-take2/relative2mainline/
>
> The core of these patches is enabling the use of the following flags:
>
> +/* FBIF = FB_Info.Flags */
> +#define FBIF_MODULE 0x0001 /* Low-level driver is a module */

Ug. You changed that. Could that remain the same.

I have a patch coming that fixes the mode setting. It changes alot of the
core fbcon.c so I will apply your patch to the fbdev-2.5 tree.


-
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/