Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 25 Mar 2003 15:37:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 25 Mar 2003 15:37:47 -0500 Received: from phoenix.infradead.org ([195.224.96.167]:6927 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Tue, 25 Mar 2003 15:37:46 -0500 Date: Tue, 25 Mar 2003 20:48:54 +0000 (GMT) From: James Simmons To: Petr Vandrovec cc: Helge Hafting , Jurriaan , Subject: Re: 2.6.65 + matrox framebuffer: life is good! In-Reply-To: <74B3EA2366@vcnet.vc.cvut.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 907 Lines: 21 > > > Probably worst problem currently is cursor code: it calls imgblit from interrupt > > > context, and matroxfb's accelerated procedures are not ready to handle > > > such thing (patch hooks cursor call much sooner for primary mga head). > > > > Fixed now. Also I have a patch that properly fixes image.depth = 0 hack. I > > will post for people to test. Folks please test the code. > > AFAIK you only fixed kmalloc problem. Or is cursor callback disallowed > while doing imgblit/copyarea/fillrect ? Take a look at fb_get_buffer_offset in fbmem.c and tell me if it is enough for you. I do plan to move to using a semaphore instead of a spinlock tho. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/