From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Date: Thu, 03 Nov 2016 03:53:50 +0000 Subject: Re: [PATCH] Fix loading of module radeonfb on PowerMac Message-Id: <1478145230.6502.3.camel@kernel.crashing.org> List-Id: References: <1475928540-19647-1-git-send-email-malat@debian.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mathieu Malaterre , Tomi Valkeinen Cc: Linux Fbdev development list , Lennart Sorensen , Jean-Christophe Plagniol-Villard , linuxppc-dev On Wed, 2016-11-02 at 11:28 +0100, Mathieu Malaterre wrote: > > This has been working great so far for `radeon.ko`, so I assumed I > could shamelessly copy the behavior over to `radeonfb.ko`. > > The original reference I found was from Benjamin Herrenschmidt here: > https://lists.freedesktop.org/archives/dri-devel/2010-August/002907.h > tml > > I am of course willing to try something else, but I would need some > guidance. I missed your original patch but yes, the basic idea is that we kick out offb when the "real" driver loads. Cheers, Ben.