Re: Re: [PATCH] mach64 atari patch
From: Jon Smirl <hidden>
Date: 2005-08-07 23:48:37
On 8/7/05, Antonino A. Daplas [off-list ref] wrote:
James Simmons wrote:quoted
quoted
I'll also drop fbdev-dont-allow-softcursor-use-from-userland.patch as there seems to be quite a bit of controversy there.The disagreement was how much to change it at one time. Some patches where just huge and did massive changes to all drivers. I wanted to break the patch up into little pieces. Please apply this patch otherwise we will be stuck where we are.
James, if you are really worried about our patch to move softcursor into fbcon, why don't we put it into the -mm tree for a month without moving it to the main kernel and see if anyone complains. I am definitely of the belief that since softcursor can only be used by fbcon then it should be moved into fbcon and all support for it be dropped from fbdev. We can't leave the code as is since it interferes with the use of the hardware cursors from user space. I just don't think this patch is as complex as you are making it out to be. It is large simply because the same action has been repeated for each of the 65 drivers. The action is only a simple deletion of two lines.
Please, my patch (based from Jon's) is huge because it's removing > 200 lines and it's moving softcursor.c from drivers/video to drivers/video/console where it belongs. But it is _not_ intrusive. In fact, the majority of the patch consists of a single logical change which removes the line below from each driver - .fb_cursor = softcursor; and removes the line below from drivers/video/Kconfig. - select FB_SOFT_CURSOR Our proposal aims to make complex code simpler and big code smaller. Your patch, on the other hand, although small, introduces another flag FB_HWCURSOR_SOFTCURSOR, which is redundant, and adds yet another level of complexity to an already too complex code. I already have the patch, but I'm not pushing it yet because of an ongoing disagreement, in courtesy to other developers such as yourself. Tony
-- Jon Smirl jonsmirl@gmail.com ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf