Re: radeondrm AMD A6-3410MX APU with Radeon HD (hackaround)

2021-02-14 Thread V S
So following Jonathan's example of disabling other problematic things instead of radeondrm, which was acpivideo  //as suggested by Jonathan acpiec  // as I noticed it all remaining panic messages acpitz  // as it otherwise reboots the system after it seemingly works OK, claiming too high

Re: radeondrm AMD A6-3410MX APU with Radeon HD

2021-02-13 Thread V S
On 2/13/21 3:55 PM, Jonathan Gray wrote: The 'KASSERT(sc->sc_ecbusy == 0)' in acpiec_gpehandler() fails. Can you try disable acpivideo instead of radeondrm? #gdb (gdb)file bsd.0 (gdb)target kvm bsd.0.core #0  0x811c0730 in dumpsys () (gdb)where #0  0x811c0730 in dumpsys ()

Re: radeondrm AMD A6-3410MX APU with Radeon HD

2021-02-13 Thread V S
sorry I have replied directly instead of bugs@ before this resending I have done it 3 times slightly differently or with different results 1: boot  -c disable acpivideo exit // which provided same black screen as usual 2. boot -dc w db_panic 0 c disable acpivideo exit // which resulted in

Re: radeondrm AMD A6-3410MX APU with Radeon HD

2021-02-13 Thread V S
If you can see a stack trace on the screen the first few lines of at func_one+0x... at func_two+0x... or a photo would help. I'm suprised the stack trace shows on the screen with db_panic 0 when you mentioned it previously booted to a black screen. The output on the screen seems to be

Re: radeondrm AMD A6-3410MX APU with Radeon HD

2021-02-13 Thread V S
outputs of some tools after using them with bsd.0 bsd.0.core thing that picks my eye in ps output is that in CPU column last line of radeon-crtc has a number 65554, which is larger than 65535. I'm trying to learn for how to produce something useful but my imagination in this is as limited as

Re: radeondrm AMD A6-3410MX APU with Radeon HD

2021-02-13 Thread Jonathan Gray
On Sat, Feb 13, 2021 at 03:01:21PM +0200, V S wrote: > > > If you can see a stack trace on the screen the first few lines of > > at func_one+0x... > > at func_two+0x... > > > > or a photo would help. > > > > I'm suprised the stack trace shows on the screen with db_panic 0 > > when you mentioned

Re: radeondrm AMD A6-3410MX APU with Radeon HD

2021-02-13 Thread V S
Please have in mind that I have retyped these by hand from the screen and the first example might not be acurate as I've retyped it of a blurry photo I made. But the other reboot attempts using boot> boot -d ddb> w db_panic 0 ddb> c got different messages on screen some of them might be more

Re: radeondrm AMD A6-3410MX APU with Radeon HD

2021-02-13 Thread Jonathan Gray
On Sat, Feb 13, 2021 at 10:24:42AM +0200, V S wrote: > Please have in mind that I have retyped these by hand from the screen and the > first example might > not be acurate as I've retyped it of a blurry photo I made. But the other > reboot attempts using > > boot> boot -d > ddb> w db_panic 0 >

Re: radeondrm AMD A6-3410MX APU with Radeon HD

2021-02-12 Thread Jonathan Gray
On Sat, Feb 13, 2021 at 05:24:17AM +0200, V S wrote: > > Synopsis: system lockup during drm stage > > Category: radeondrm > > Environment: > > System : OpenBSD 6.9 > Details : OpenBSD 6.9-beta (GENERIC.MP) #331: Thu Feb 11 20:28:45 > MST 2021 >