From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo6-p04-ob.smtp.rzone.de (mo6-p04-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5304::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3s5Ljz2W8MzDqV1 for ; Fri, 5 Aug 2016 19:15:02 +1000 (AEST) Subject: [pasemi] Radeon HD graphics card not recognised after the powerpc-4.8-1 commit To: Michael Ellerman , Benjamin Herrenschmidt , luigi burdo , Darren Stevens , Julian Margetson , Steven Jeffery , "R.T.Dickinson" , "R.T.Dickinson" , Pat Wall , Pat Wall , "contact@a-eon.com" , "matthew@a-eon.biz" , Kevin Saunders , Lyle Hazelwood , EntwicklerX , "xray@relec.ch" , Steve-David Marguet , George Sokianos , =?UTF-8?Q?Sinan_G=c3=bcrkan?= , Mike , Thomas Ferreira , Christian Zigotzky , "pjs@pjsa.net" , Ben Cato Malkenes , Olof Johansson , linuxppc-dev@lists.ozlabs.org References: <86E27593-C6C2-4BBA-995E-95A97BB8CB12@xenosoft.de> <816DC2B4-5B33-4C5E-A09A-F5BF7C7BF1FD@xenosoft.de> <2d94a278-d1d8-b484-e9ca-aedf18051e1a@xenosoft.de> <8b0682d3-866a-31dd-f01b-3510f84307dc@xenosoft.de> <2847029a-e3a4-8099-b72f-89d5731baaed@xenosoft.de> <4e97a4dd-3fe0-84aa-47f0-29d1544c9f8c@xenosoft.de> <72eed836-767c-402a-576a-8049db34d281@xenosoft.de> <8878883b-bd51-b7c9-ee5b-927e481e5d30@xenosoft.de> <8a3764d2-7fc1-1967-f557-146a3df16894@xenosoft.de> <1d98af3c-f585-967b-1413-58d34fad20af@xenosoft.de> <3fd5ecda-7e1f-52ec-6f11-ed603d2dcd76@xenosoft.de> <1470221638.12584.82.camel@kernel.crashing.org> <57A34254.6090702@xenosoft.de> <871t23k91w.fsf@concordia.ellerman.id.au> From: Christian Zigotzky Message-ID: Date: Fri, 5 Aug 2016 11:13:43 +0200 MIME-Version: 1.0 In-Reply-To: <871t23k91w.fsf@concordia.ellerman.id.au> Content-Type: text/plain; charset=utf-8; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Michael, Thanks a million for your patch! :-) @All Keep your fingers crossed! 1. git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git a 2. patch -p0 < powerpc-pci-Only-do-fixed-PHB-numbering-on-powernv.patch 3. patch -p0 < nemo_4.8-3.patch 4. yes "" | make oldconfig 5. I activated the following new BTRFS options for Srtest: CONFIG_BTRFS_FS_POSIX_ACL=y CONFIG_BTRFS_FS_CHECK_INTEGRITY=y CONFIG_BTRFS_FS_RUN_SANITY_TESTS=y # CONFIG_BTRFS_DEBUG is not set CONFIG_BTRFS_ASSERT=y 6. make vmlinux ... Cheers, Christian On 05 August 2016 at 08:46 AM, Michael Ellerman wrote: > Christian Zigotzky writes: > >> Hi All, >> >> I figured out that the Git kernel (4.8) successfully detected my Radeon >> HD6870 but Xorg can't access it. >> >> The reason is, that the BusID has changed between the kernel 4.7 and 4.8. > This should fix it? > > https://patchwork.ozlabs.org/patch/656042/ > > mpe breaks pasemi again :{ > > cheers >