All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Zigotzky <chzigotzky@xenosoft.de>
To: "Benjamin Herrenschmidt" <benh@kernel.crashing.org>,
	"luigi burdo" <intermediadc@hotmail.com>,
	"Darren Stevens" <darren@stevens-zone.net>,
	"Julian Margetson" <runaway@candw.ms>,
	"Steven Jeffery" <sajeffer@gmail.com>,
	"R.T.Dickinson" <rtd@a-eon.com>,
	"R.T.Dickinson" <rtd2@xtra.co.nz>, "Pat Wall" <pjwall@mac.com>,
	"Pat Wall" <pjwall@me.com>,
	"contact@a-eon.com" <contact@a-eon.com>,
	"matthew@a-eon.biz" <matthew@a-eon.biz>,
	"Kevin Saunders" <kfs1971@gmail.com>,
	"Lyle Hazelwood" <lylehaze@gmail.com>,
	EntwicklerX <mail@entwickler-x.de>,
	"xray@relec.ch" <xray@relec.ch>,
	"Steve-David Marguet" <steve@esdeem.ch>,
	"George Sokianos" <walkero@gmail.com>,
	"Sinan Gürkan" <sinan.amigaone@gmail.com>,
	Mike <michael.heltne@gmail.com>,
	"Thomas Ferreira" <macsociety@me.com>,
	"Christian Zigotzky" <info@xenosoft.de>,
	"pjs@pjsa.net" <pjs@pjsa.net>,
	"Ben Cato Malkenes" <ben.cato@gmail.com>,
	"Olof Johansson" <olof@lixom.net>,
	"Michael Ellerman" <mpe@ellerman.id.au>,
	linuxppc-dev@lists.ozlabs.org
Subject: [pasemi] Radeon HD graphics card not recognised after the powerpc-4.8-1 commit
Date: Thu, 4 Aug 2016 15:25:40 +0200	[thread overview]
Message-ID: <57A34254.6090702@xenosoft.de> (raw)
In-Reply-To: <1470221638.12584.82.camel@kernel.crashing.org>

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.

Kernel 4.7:

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. 
[AMD/ATI] Barts XT [Radeon HD 6870]

xorg.conf:

Section "Device"
BusID       "PCI:1:0:0"

Git kernel (4.8):

e900:01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. 
[AMD/ATI] Barts XT [Radeon HD 6870]

How does the new BusID look like in the xorg.conf?

dmesg | grep -i radeon

     [    0.997471] [drm] radeon kernel modesetting enabled.
     [    1.171136] radeon e900:01:00.0: VRAM: 1024M 0x0000000000000000 
- 0x000000003FFFFFFF (1024M used)
     [    1.171141] radeon e900:01:00.0: GTT: 1024M 0x0000000040000000 - 
0x000000007FFFFFFF
     [    1.171270] [drm] radeon: 1024M of VRAM memory ready
     [    1.171273] [drm] radeon: 1024M of GTT memory ready.
     [    1.176557] [drm] radeon: dpm initialized
     [    1.212690] radeon e900:01:00.0: WB enabled
     [    1.212697] radeon e900:01:00.0: fence driver on ring 0 use gpu 
addr 0x0000000040000c00 and cpu addr 0xc00000026dbdbc00
     [    1.212702] radeon e900:01:00.0: fence driver on ring 3 use gpu 
addr 0x0000000040000c0c and cpu addr 0xc00000026dbdbc0c
     [    1.219475] radeon e900:01:00.0: fence driver on ring 5 use gpu 
addr 0x0000000000072118 and cpu addr 0xd0000800901b2118
     [    1.219485] radeon e900:01:00.0: radeon: MSI limited to 32-bit
     [    1.219530] [drm] radeon: irq initialized.
     [    2.070343] [drm] Radeon Display Connectors
     [    2.917509] radeon e900:01:00.0: fb0: radeondrmfb frame buffer 
device
     [    2.923810] [drm] Initialized radeon 2.46.0 20080528 for 
e900:01:00.0 on minor 0

dmesg | grep -i e900:01:00.0

     [    0.152680] pci e900:01:00.0: [1002:6738] type 00 class 0x030000
     [    0.152694] pci e900:01:00.0: calling .pci_dev_pdn_setup+0x0/0x3c
     [    0.152710] pci e900:01:00.0: reg 0x10: [mem 
0x90000000-0x9fffffff 64bit pref]
     [    0.152722] pci e900:01:00.0: reg 0x18: [mem 
0xa0020000-0xa003ffff 64bit]
     [    0.152731] pci e900:01:00.0: reg 0x20: [io  0x2000-0x20ff]
     [    0.152744] pci e900:01:00.0: reg 0x30: [mem 
0xa0000000-0xa001ffff pref]
     [    0.152755] pci e900:01:00.0: calling 
.pcibios_fixup_resources+0x0/0x110
     [    0.152763] pci e900:01:00.0: calling .quirk_no_pm_reset+0x0/0x40
     [    0.152804] pci e900:01:00.0: supports D1 D2
     [    0.494871] pci e900:01:00.0: calling .fixup_vga+0x0/0x3c
     [    1.171136] radeon e900:01:00.0: VRAM: 1024M 0x0000000000000000 
- 0x000000003FFFFFFF (1024M used)
     [    1.171141] radeon e900:01:00.0: GTT: 1024M 0x0000000040000000 - 
0x000000007FFFFFFF
     [    1.212690] radeon e900:01:00.0: WB enabled
     [    1.212697] radeon e900:01:00.0: fence driver on ring 0 use gpu 
addr 0x0000000040000c00 and cpu addr 0xc00000026dbdbc00
     [    1.212702] radeon e900:01:00.0: fence driver on ring 3 use gpu 
addr 0x0000000040000c0c and cpu addr 0xc00000026dbdbc0c
     [    1.219475] radeon e900:01:00.0: fence driver on ring 5 use gpu 
addr 0x0000000000072118 and cpu addr 0xd0000800901b2118
     [    1.219485] radeon e900:01:00.0: radeon: MSI limited to 32-bit
     [    2.917509] radeon e900:01:00.0: fb0: radeondrmfb frame buffer 
device
     [    2.923810] [drm] Initialized radeon 2.46.0 20080528 for 
e900:01:00.0 on minor 0

FBDEV with the Git kernel (4.8):

Fatal server error:
xf86MapLegacyIO(): domain out of range

Cheers,

Christian

On 03 August 2016 at 12:53 PM, Benjamin Herrenschmidt wrote:
> On Wed, 2016-08-03 at 11:03 +0200, Christian Zigotzky wrote:
>> I reverted the commit "powerpc-4.8-1" and Xorg works. The commit
>> "powerpc-4.8-1" is the problem.
>>
>> Link:
>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bad60e6f259a01cf9f29a1ef8d435ab6c60b2de9
>>
>> Which source code modification in the commit "powerpc-4.8-1" could be
>> the problem?
> This is a merge, not a commit. Can you bisect down that branch ? Also
> include the kernel dmesg log.
>
> Cheers,
> Ben.
>
>

  reply	other threads:[~2016-08-04 13:37 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <86E27593-C6C2-4BBA-995E-95A97BB8CB12@xenosoft.de>
     [not found] ` <576DAEAF.50106@xenosoft.de>
     [not found]   ` <576EED63.2070702@xenosoft.de>
     [not found]     ` <576EFD0F.50108@xenosoft.de>
     [not found]       ` <5770F272.8000606@xenosoft.de>
     [not found]         ` <577254E3.7080005@xenosoft.de>
     [not found]           ` <3EEDD30A-C05E-4968-8328-44CFF909F663@xenosoft.de>
     [not found]             ` <AM4PR01MB1538AEF7F7CCF2C62F2E7698C8230@AM4PR01MB1538.eurprd01.prod.exchangelabs.com>
     [not found]               ` <5773AEFD.6070608@xenosoft.de>
     [not found]                 ` <AM4PR01MB1538D5E894F612122B81991AC8230@AM4PR01MB1538.eurprd01.prod.exchangelabs.com>
     [not found]                   ` <57752BB3.9060306@xenosoft.de>
     [not found]                     ` <7072d7cf-4d73-d424-af20-f5e94c8b399e@xenosoft.de>
     [not found]                       ` <816DC2B4-5B33-4C5E-A09A-F5BF7C7BF1FD@xenosoft.de>
     [not found]                         ` <aed83bc1-e574-1a9f-de58-480c9164865c@xenosoft.de>
     [not found]                           ` <2d94a278-d1d8-b484-e9ca-aedf18051e1a@xenosoft.de>
     [not found]                             ` <a84c2b93-4dac-9148-9ae2-0824491d1f50@xenosoft.de>
     [not found]                               ` <ae855392-570c-e125-b71f-2d5bf0c33eef@xenosoft.de>
     [not found]                                 ` <d869fc32-ba80-529e-06dd-481ecf533642@xenosoft.de>
     [not found]                                   ` <8b0682d3-866a-31dd-f01b-3510f84307dc@xenosoft.de>
     [not found]                                     ` <2847029a-e3a4-8099-b72f-89d5731baaed@xenosoft.de>
2016-07-30 13:26                                       ` [pasemi] problem with i2c-pasemi Christian Zigotzky
2016-07-30 18:20                                         ` Wolfram Sang
2016-07-30 22:18                                           ` Christian Zigotzky
2016-07-31  6:36                                             ` Wolfram Sang
2016-07-31  7:36                                               ` Christian Zigotzky
2016-08-01  7:32                                                 ` Wolfram Sang
2016-08-01  7:32                                                   ` Wolfram Sang
2016-08-01  9:01                                                   ` Christian Zigotzky
     [not found]                                       ` <4e97a4dd-3fe0-84aa-47f0-29d1544c9f8c@xenosoft.de>
     [not found]                                         ` <72eed836-767c-402a-576a-8049db34d281@xenosoft.de>
     [not found]                                           ` <8878883b-bd51-b7c9-ee5b-927e481e5d30@xenosoft.de>
     [not found]                                             ` <8a3764d2-7fc1-1967-f557-146a3df16894@xenosoft.de>
     [not found]                                               ` <1d98af3c-f585-967b-1413-58d34fad20af@xenosoft.de>
     [not found]                                                 ` <f6a4c3c1-f452-f4fc-1d36-b2bed81f32a3@xenosoft.de>
2016-08-03  9:03                                                   ` [pasemi] Radeon HD graphics card not recognised after the powerpc-4.8-1 commit Christian Zigotzky
2016-08-03 10:53                                                     ` Benjamin Herrenschmidt
2016-08-04 13:25                                                       ` Christian Zigotzky [this message]
2016-08-05  6:46                                                         ` Michael Ellerman
2016-08-05  9:13                                                           ` Christian Zigotzky
2016-08-05 10:30                                                             ` Christian Zigotzky
2016-08-05 10:59                                                             ` Michael Ellerman
2016-08-05 11:41                                                               ` [pasemi] Internal CompactFlash (CF) card device not recognised after the powerpc-4.8-1 merge Christian Zigotzky
2016-08-05 14:38                                                                 ` Christian Zigotzky
2016-08-05 15:18                                                                   ` [pasemi] Problem with the PA Semi PWRficient Gigabit Ethernet Christian Zigotzky
2016-08-05 15:24                                                                   ` [pasemi] Internal CompactFlash (CF) card device not recognised after the powerpc-4.8-1 merge Nicholas Piggin
2016-08-05 21:42                                                                     ` Darren Stevens
2016-08-05 13:19                                                               ` [pasemi] Radeon HD graphics card not recognised after the powerpc-4.8-1 commit Christian Zigotzky
     [not found]                                                   ` <630b12ba-344e-7964-d6f5-001bc91e013a@xenosoft.de>
     [not found]                                                     ` <ab25ff79-fe91-8b7d-87ee-9625c4b0ec48@xenosoft.de>
     [not found]                                                       ` <b079bae9-566a-7539-b9cc-30f0edc46b11@xenosoft.de>
     [not found]                                                         ` <f2c917aa-594b-b96b-dc07-4bb26c082ef9@xenosoft.de>
     [not found]                                                           ` <3a1191c8-cf37-b040-0245-4e9aa77b59fe@xenosoft.de>
     [not found]                                                             ` <af9f0ac4-767a-b743-202a-7fee0aad7d70@xenosoft.de>
     [not found]                                                               ` <155dfbf5-8050-8a2e-44fa-1ceb53ccb8cf@xenosoft.de>
     [not found]                                                                 ` <13b19298-3f5b-1602-8edc-76038f61e2db@xenosoft.de>
     [not found]                                                                   ` <d88b1b80-f5a4-b50b-a886-2b0a91603149@xenosoft.de>
     [not found]                                                                     ` <dfb5d87b-9297-be7b-1c70-d3398848ec6b@candw.ms>
     [not found]                                                                       ` <f4e143b1-e758-b97b-d745-5c25bbcb0b28@xenosoft.de>
     [not found]                                                                         ` <405fa68b-3ab3-4bbc-f751-7d0c2fa39ff1@candw.ms>
2016-08-11 15:03                                                                           ` [pasemi] Internal CompactFlash (CF) card device not recognised after the powerpc-4.8-1 merge Christian Zigotzky
2016-08-12  9:00                                                                             ` Christian Zigotzky
2016-08-12  9:20                                                                               ` Christian Zigotzky
2016-08-12 12:26                                                                                 ` Christian Zigotzky
     [not found] ` <b0c2cd4e-5046-4114-ef1f-88ee3f40e150@xenosoft.de>
     [not found]   ` <14903BF2-A5B9-430B-B63E-AAEC3FC454F2@xenosoft.de>
     [not found]     ` <a956a42b-7a1e-f4d9-4998-6e0012ded5c9@xenosoft.de>
     [not found]       ` <f0f6d5ac-d39d-0a42-f7ba-3f8211085b06@xenosoft.de>
     [not found]         ` <398c3cc1-80c5-30 ce-c05a-4280290e54d0@xenosoft.de>
     [not found]           ` <75F756E5-E8B8-4382-9632-15C3DE572A75@xenosoft.de>
     [not found]             ` <F8187632-04F5-4976-A151-9D234AF1AD0A@xenosoft.de>
     [not found]               ` <a3a9d5b0-701c-4181-da03-659913d75adc@candw.ms>
     [not found]                 ` <d38a9e3b-00df-c879-18bb-d053c0c7d6a1@xenosoft.de>
     [not found]                   ` <b90923cc-a346-717f-fef0-807c91552d09@xenosoft.de>
     [not found]                     ` <23567bc3-f9e9-3a77-3def-6820ce3285df@candw.ms>
     [not found]                       ` <5a77bef0-50ac-801e-e4 86-08b524abaf0f@xenosoft.de>
     [not found]                         ` <19E9D3FF-6FD3-49D7-8E9B-2660DBBFBD6E@xenosoft.de>
     [not found]                           ` <9da8c949-c1a2-3032-a31f-61bafff270f9@candw.ms>
     [not found]                             ` <7ea85187-cc4b-b3fb-77c5-57f6c63b3aeb@xenosoft.de>
     [not found]                               ` <0f04fb38-a0d3-3fb4-6232-2951e0e9b666@xenosoft.de>
     [not found]                                 ` <e102f3b9-9a3d-ac5b-193a-9b1073192e93@xenosoft.de>
     [not found]                                   ` <0ff108f9-4112-7f13-2c9d-8881e5416431@xenosoft.de>
2016-11-05 15:11                                     ` Problem with the commit "console: don't prefer first registered if DT specifies stdout-path" Christian Zigotzky
2016-11-05 16:32                                       ` Aaro Koskinen
     [not found] ` <ac5f236e-c503-320f-b240-1d4c1d8916b3@xenosoft.de>
     [not found]   ` <a914cbc1-6b5a-be45-bb33-8133dc5c5ba0@xenosoft.de>
     [not found]     ` <1f53280e-7525-bd48-56e0-21744b16d76d@xenosoft.de>
     [not found]       ` <eecee02c-04d5-0a06-2949-bfb11aa72bbd@xenosoft.de>
     [not found]         ` <151de9a6-4167-2ea5-01ef-cdb639b96961@xenosoft.de>
     [not found]           ` <2CA07D5E-BC02-4852-ADD0-10D8128A48AD@xenosoft.de>
     [not found]             ` <6D82E7E7-AC2A-465F-9CA0-14C5D572B493@xenosoft.de>
     [not found]               ` <3b9e052f-2247-0d62-9594-ed1efdac9d63@xenosoft.de>
     [not found]                 ` <8fb787e3-edd0-e7ae-fb8b-5b785422226b@xenosoft.de>
     [not found]                   ` <d38b72b2-b2b7-97a9-41a5-72651faa0937@xenosoft.de>
     [not found]                     ` <32d4e529-c0ef-3a97-05c0-6b9933d18e92@xenosoft.de>
     [not found]                       ` <c992819c-ee60-c3e6-bc12-761f3aee3998@xenosoft.de>
     [not found]                         ` <1f331c00-1833-340b-2725-81c85f4a2a28@xenosoft.de>
     [not found]                           ` <03ce35a5-6996-6d9e-0a39-3cc21f7cd291@xenosoft.de>
     [not found]                             ` <3ffbd423-be9f-dc37-4e81-9097bf8a34fb@xenosoft.de>
     [not found]                               ` <68fca557-87c8-5c60-208d-5b57da1152c5@xenosoft.de>
     [not found]                                 ` <1c52e1a2-580a-474c-a09d-21c879f97419@xenosoft.de>
     [not found]                                   ` <9c66da5e-1a89-8948-d100-3996f194aca3@xenosoft.de>
2017-05-09  8:42                                     ` P.A. Semi: "PR" KVM configure error after KVM changes for 4.12 Christian Zigotzky
2017-05-09  8:42                                       ` Christian Zigotzky
2017-05-09  9:08                                       ` Paul Mackerras
2017-05-09  9:08                                         ` Paul Mackerras
2017-05-09 10:33                                         ` Christian Zigotzky
2017-05-09 10:33                                           ` Christian Zigotzky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57A34254.6090702@xenosoft.de \
    --to=chzigotzky@xenosoft.de \
    --cc=ben.cato@gmail.com \
    --cc=benh@kernel.crashing.org \
    --cc=contact@a-eon.com \
    --cc=darren@stevens-zone.net \
    --cc=info@xenosoft.de \
    --cc=intermediadc@hotmail.com \
    --cc=kfs1971@gmail.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=lylehaze@gmail.com \
    --cc=macsociety@me.com \
    --cc=mail@entwickler-x.de \
    --cc=matthew@a-eon.biz \
    --cc=michael.heltne@gmail.com \
    --cc=mpe@ellerman.id.au \
    --cc=olof@lixom.net \
    --cc=pjs@pjsa.net \
    --cc=pjwall@mac.com \
    --cc=pjwall@me.com \
    --cc=rtd2@xtra.co.nz \
    --cc=rtd@a-eon.com \
    --cc=runaway@candw.ms \
    --cc=sajeffer@gmail.com \
    --cc=sinan.amigaone@gmail.com \
    --cc=steve@esdeem.ch \
    --cc=walkero@gmail.com \
    --cc=xray@relec.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.