On Sun, Jul 19, 2020 at 01:13:51AM -0400, jcm...@gmail.com wrote:
> I saw that much of the amdgpu related drm code had been updated against
> linux 5.7 and decided to try it out using a recent snapshot.  While the
> amdgpu module loads and is able to mirror to both of my displays when in
> a tty, attempting to use startx or starting xenodm results in both
> displays showing a blank black screen.  When this occurs I am unable to
> switch to another tty though I am able to SSH into the system and poke
> around.

Userland support for navi10/gfx1010 requires at least llvm 9.
Currently llvm 8 is in the tree.  We stopped updating when the license
changed for the worse.  With llvm versions being tied to amd hardware
support and newer c++ standards, not updating is becoming increasingly
painful as time goes by so this may have to change in the near future.

I would expect the modesetting driver to be able to run even if amdgpu
with acceleration does not.  I'm not sure why it does not fallback.

> 
> 
> /etc/sysctl.conf
> 
> > machdep.allowaperture=1
> 
> 
> dmesg
> 
> > OpenBSD 6.7-current (GENERIC.MP) #358: Sat Jul 18 11:25:13 MDT 2020
> >     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> > real mem = 17111711744 (16319MB)
> > avail mem = 16578068480 (15810MB)
> > random: good seed from bootblocks
> > mpath0 at root
> > scsibus0 at mpath0: 256 targets
> > mainbus0 at root
> > bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xdcecf000 (59 entries)
> > bios0: vendor American Megatrends Inc. version "1.C0" date 09/06/2019
> > bios0: Micro-Star International Co., Ltd. MS-7B79
> > acpi0 at bios0: ACPI 6.0
> > acpi0: sleep states S0 S3 S4 S5
> > acpi0: tables DSDT FACP APIC FPDT FIDT SSDT SSDT SSDT MCFG HPET SSDT UEFI 
> > VFCT IVRS SSDT CRAT CDIT BGRT SSDT SSDT WSMT
> > acpi0: wakeup devices GPP0(S4) GPP1(S4) GPP3(S4) GPP4(S4) GPP5(S4) GPP6(S4) 
> > GPP7(S4) GPP8(S4) GPP9(S4) GPPA(S4) GPPB(S4) GPPC(S4) GPPD(S4) GPPE(S4) 
> > GPPF(S4) GP17(S4) [...]
> > acpitimer0 at acpi0: 3579545 Hz, 32 bits
> > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> > cpu0 at mainbus0: apid 0 (boot processor)
> > cpu0: AMD Ryzen 5 2600 Six-Core Processor, 3400.52 MHz, 17-08-02
> > cpu0: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu0: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu0: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu0: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu0: smt 0, core 0, package 0
> > mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> > cpu0: apic clock running at 99MHz
> > cpu0: mwait min=64, max=64, C-substates=1.1, IBE
> > cpu1 at mainbus0: apid 2 (application processor)
> > cpu1: AMD Ryzen 5 2600 Six-Core Processor, 3400.00 MHz, 17-08-02
> > cpu1: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu1: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu1: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu1: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu1: disabling user TSC (skew=102)
> > cpu1: smt 0, core 1, package 0
> > cpu2 at mainbus0: apid 4 (application processor)
> > cpu2: AMD Ryzen 5 2600 Six-Core Processor, 3400.00 MHz, 17-08-02
> > cpu2: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu2: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu2: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu2: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu2: smt 0, core 2, package 0
> > cpu3 at mainbus0: apid 8 (application processor)
> > cpu3: AMD Ryzen 5 2600 Six-Core Processor, 3400.01 MHz, 17-08-02
> > cpu3: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu3: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu3: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu3: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu3: smt 0, core 4, package 0
> > cpu4 at mainbus0: apid 10 (application processor)
> > cpu4: AMD Ryzen 5 2600 Six-Core Processor, 3400.00 MHz, 17-08-02
> > cpu4: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu4: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu4: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu4: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu4: smt 0, core 5, package 0
> > cpu5 at mainbus0: apid 12 (application processor)
> > cpu5: AMD Ryzen 5 2600 Six-Core Processor, 3400.00 MHz, 17-08-02
> > cpu5: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu5: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu5: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu5: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu5: smt 0, core 6, package 0
> > cpu6 at mainbus0: apid 1 (application processor)
> > cpu6: AMD Ryzen 5 2600 Six-Core Processor, 3400.00 MHz, 17-08-02
> > cpu6: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu6: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu6: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu6: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu6: smt 1, core 0, package 0
> > cpu7 at mainbus0: apid 3 (application processor)
> > cpu7: AMD Ryzen 5 2600 Six-Core Processor, 3400.00 MHz, 17-08-02
> > cpu7: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu7: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu7: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu7: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu7: smt 1, core 1, package 0
> > cpu8 at mainbus0: apid 5 (application processor)
> > cpu8: AMD Ryzen 5 2600 Six-Core Processor, 3400.00 MHz, 17-08-02
> > cpu8: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu8: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu8: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu8: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu8: smt 1, core 2, package 0
> > cpu9 at mainbus0: apid 9 (application processor)
> > cpu9: AMD Ryzen 5 2600 Six-Core Processor, 3400.00 MHz, 17-08-02
> > cpu9: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu9: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu9: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu9: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu9: smt 1, core 4, package 0
> > cpu10 at mainbus0: apid 11 (application processor)
> > cpu10: AMD Ryzen 5 2600 Six-Core Processor, 3400.00 MHz, 17-08-02
> > cpu10: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu10: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu10: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu10: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu10: smt 1, core 5, package 0
> > cpu11 at mainbus0: apid 13 (application processor)
> > cpu11: AMD Ryzen 5 2600 Six-Core Processor, 3400.00 MHz, 17-08-02
> > cpu11: 
> > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu11: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > cpu11: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu11: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu11: smt 1, core 6, package 0
> > ioapic0 at mainbus0: apid 13 pa 0xfec00000, version 21, 24 pins
> > ioapic1 at mainbus0: apid 14 pa 0xfec01000, version 21, 32 pins
> > acpimcfg0 at acpi0
> > acpimcfg0: addr 0xf8000000, bus 0-63
> > acpihpet0 at acpi0: 14318180 Hz
> > acpiprt0 at acpi0: bus 0 (PCI0)
> > acpiprt1 at acpi0: bus -1 (GPP0)
> > acpiprt2 at acpi0: bus -1 (GPP1)
> > acpiprt3 at acpi0: bus -1 (GPP3)
> > acpiprt4 at acpi0: bus -1 (GPP4)
> > acpiprt5 at acpi0: bus -1 (GPP5)
> > acpiprt6 at acpi0: bus -1 (GPP6)
> > acpiprt7 at acpi0: bus -1 (GPP7)
> > acpiprt8 at acpi0: bus 39 (GPP8)
> > acpiprt9 at acpi0: bus -1 (GPP9)
> > acpiprt10 at acpi0: bus -1 (GPPA)
> > acpiprt11 at acpi0: bus -1 (GPPB)
> > acpiprt12 at acpi0: bus -1 (GPPC)
> > acpiprt13 at acpi0: bus -1 (GPPD)
> > acpiprt14 at acpi0: bus -1 (GPPE)
> > acpiprt15 at acpi0: bus -1 (GPPF)
> > acpiprt16 at acpi0: bus 42 (GP17)
> > acpiprt17 at acpi0: bus 43 (GP18)
> > acpiprt18 at acpi0: bus 3 (GPP2)
> > acpicpu0 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu1 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu2 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu3 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu4 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu5 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu6 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu7 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu8 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu9 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu10 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpicpu11 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
> > acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
> > extent `acpipci0 pcibus' (0x0 - 0xff), flags=0
> > extent `acpipci0 pciio' (0x0 - 0xffffffff), flags=0
> >      0xcf8 - 0xcff
> >      0x10000 - 0xffffffff
> > extent `acpipci0 pcimem' (0x0 - 0xffffffffffffffff), flags=0
> >      0x0 - 0x9ffff
> >      0xe0000 - 0xdfffffff
> >      0xfec30000 - 0xfedfffff
> >      0x100000000 - 0xffffffffffffffff
> > acpicmos0 at acpi0
> > acpibtn0 at acpi0: PWRB
> > amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins
> > "PNP0C14" at acpi0 not configured
> > "PNP0C14" at acpi0 not configured
> > "AMDIF030" at acpi0 not configured
> > "PNP0C14" at acpi0 not configured
> > cpu0: 3400 MHz: speeds: 3400 2800 1550 MHz
> > pci0 at mainbus0 bus 0
> > ksmn0 at pci0 dev 0 function 0 "AMD 17h Root Complex" rev 0x00
> > "AMD 17h IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
> > pchb0 at pci0 dev 1 function 0 "AMD 17h PCIE" rev 0x00
> > ppb0 at pci0 dev 1 function 3 "AMD 17h PCIE" rev 0x00: msi
> > pci1 at ppb0 bus 3
> > xhci0 at pci1 dev 0 function 0 "AMD 400 Series xHCI" rev 0x01: msi, xHCI 
> > 1.10
> > usb0 at xhci0: USB revision 3.0
> > uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 
> > addr 1
> > ahci0 at pci1 dev 0 function 1 "AMD 400 Series AHCI" rev 0x01: msi, AHCI 
> > 1.3.1
> > ahci0: port busy after first PMP probe FIS
> > ahci0: port busy after first PMP probe FIS
> > ahci0: port 0: 6.0Gb/s
> > scsibus1 at ahci0: 32 targets
> > sd0 at scsibus1 targ 0 lun 0: <ATA, Samsung SSD 860, RVT0> 
> > naa.5002538e4085f3ac
> > sd0: 953869MB, 512 bytes/sector, 1953525168 sectors, thin
> > ppb1 at pci1 dev 0 function 2 "AMD 400 Series PCIE" rev 0x01
> > pci2 at ppb1 bus 32
> > ppb2 at pci2 dev 0 function 0 "AMD 400 Series PCIE" rev 0x01: msi
> > pci3 at ppb2 bus 33
> > ppb3 at pci2 dev 1 function 0 "AMD 400 Series PCIE" rev 0x01: msi
> > pci4 at ppb3 bus 34
> > re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x15: RTL8168H/8111H 
> > (0x5400), msi, address 30:9c:23:d9:f3:25
> > rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
> > ppb4 at pci2 dev 2 function 0 "AMD 400 Series PCIE" rev 0x01: msi
> > pci5 at ppb4 bus 35
> > ppb5 at pci2 dev 3 function 0 "AMD 400 Series PCIE" rev 0x01: msi
> > pci6 at ppb5 bus 36
> > ppb6 at pci2 dev 4 function 0 "AMD 400 Series PCIE" rev 0x01: msi
> > pci7 at ppb6 bus 37
> > ppb7 at pci2 dev 8 function 0 "AMD 400 Series PCIE" rev 0x01: msi
> > pci8 at ppb7 bus 38
> > xhci1 at pci8 dev 0 function 0 "ASMedia ASM1143 xHCI" rev 0x00: msi, xHCI 
> > 1.10
> > usb1 at xhci1: USB revision 3.0
> > uhub1 at usb1 configuration 1 interface 0 "ASMedia xHCI root hub" rev 
> > 3.00/1.00 addr 1
> > pchb1 at pci0 dev 2 function 0 "AMD 17h PCIE" rev 0x00
> > pchb2 at pci0 dev 3 function 0 "AMD 17h PCIE" rev 0x00
> > ppb8 at pci0 dev 3 function 1 "AMD 17h PCIE" rev 0x00: msi
> > pci9 at ppb8 bus 39
> > ppb9 at pci9 dev 0 function 0 vendor "ATI", unknown product 0x1478 rev 0xc1
> > pci10 at ppb9 bus 40
> > ppb10 at pci10 dev 0 function 0 vendor "ATI", unknown product 0x1479 rev 
> > 0x00
> > pci11 at ppb10 bus 41
> > amdgpu0 at pci11 dev 0 function 0 vendor "ATI", unknown product 0x731f rev 
> > 0xc1
> > drm0 at amdgpu0
> > amdgpu0: msi
> > azalia0 at pci11 dev 0 function 1 vendor "ATI", unknown product 0xab38 rev 
> > 0x00: msi
> > azalia0: no supported codecs
> > pchb3 at pci0 dev 4 function 0 "AMD 17h PCIE" rev 0x00
> > pchb4 at pci0 dev 7 function 0 "AMD 17h PCIE" rev 0x00
> > ppb11 at pci0 dev 7 function 1 "AMD 17h PCIE" rev 0x00
> > pci12 at ppb11 bus 42
> > vendor "AMD", unknown product 0x145a (class instrumentation unknown 
> > subclass 0x00, rev 0x00) at pci12 dev 0 function 0 not configured
> > ccp0 at pci12 dev 0 function 2 "AMD 17h Crypto" rev 0x00
> > xhci2 at pci12 dev 0 function 3 "AMD 17h xHCI" rev 0x00: msi, xHCI 1.0
> > usb2 at xhci2: USB revision 3.0
> > uhub2 at usb2 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 
> > addr 1
> > pchb5 at pci0 dev 8 function 0 "AMD 17h PCIE" rev 0x00
> > ppb12 at pci0 dev 8 function 1 "AMD 17h PCIE" rev 0x00
> > pci13 at ppb12 bus 43
> > vendor "AMD", unknown product 0x1455 (class instrumentation unknown 
> > subclass 0x00, rev 0x00) at pci13 dev 0 function 0 not configured
> > ahci1 at pci13 dev 0 function 2 "AMD FCH AHCI" rev 0x51: msi, AHCI 1.3.1
> > scsibus2 at ahci1: 32 targets
> > azalia1 at pci13 dev 0 function 3 "AMD 17h HD Audio" rev 0x00: apic 14 int 
> > 19
> > azalia1: codecs: Realtek/0x0892
> > audio0 at azalia1
> > piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x59: SMI
> > iic0 at piixpm0
> > iic0: addr 0x1c 00=3f 01=00 02=00 04=00 05=00 06=00 07=00 08=00 09=37 10=03 
> > 11=02 12=00 13=01 14=00 15=3f 16=00 17=00 20=95 21=92 22=00 32=00 words 
> > 00=3fff 01=00ff 02=00ff 03=ffff 04=00ff 05=00ff 06=00ff 07=00ff
> > iic0: addr 0x20 01=01 04=2a 06=2a 08=2a 09=3c 0b=18 0c=03 0d=23 0f=44 10=44 
> > 21=01 24=2a 26=2a 28=2a 29=10 2b=18 2c=03 2d=23 2f=44 40=15 41=13 42=9b 
> > 43=ba 45=05 46=01 47=03 48=05 50=0f 51=07 52=55 53=ff 60=36 61=24 62=1b 
> > words 00=0002 01=0100 02=0000 03=0054 04=2a00 05=0054 06=2a00 07=0054
> > iic0: addr 0x4c 00=22 01=26 02=80 03=25 04=08 05=46 06=d8 07=46 08=d8 09=25 
> > 0a=08 0b=46 0c=d8 0d=46 0e=d8 10=00 11=00 12=00 13=00 14=00 16=07 19=7d 
> > 20=7d 21=0a 2d=00 2e=00 2f=00 31=00 32=00 33=00 34=00 35=00 36=46 37=00 
> > 38=d8 39=00 3a=7d 40=00 41=00 43=e0 44=80 45=00 46=10 47=a1 48=00 49=50 
> > 4a=3c 4b=35 4c=52 4d=02 4e=02 4f=04 50=0a 51=99 52=1c 53=12 54=05 55=0a 
> > 56=0a 57=0a 58=84 59=30 5a=10 5c=60 5d=00 5e=10 5f=46 60=46 61=2b 62=2b 
> > 63=0a 64=14 65=1e 66=28 67=32 68=3c 69=55 6a=5a 6b=28 6c=50 6d=78 6e=96 
> > 6f=b4 70=d2 71=f0 72=19 73=1e 74=23 75=28 76=2d 77=32 78=37 79=3c 7a=28 
> > 7b=50 7c=78 7d=96 7e=b4 7f=d2 80=f0 81=00 82=00 83=00 bf=00 d6=00 d7=80 
> > d8=00 d9=00 da=11 db=2a dc=28 dd=10 de=00 e0=bb e1=bb e4=cc e6=ef e7=ef 
> > e8=12 e9=12 ec=12 ed=44 ef=04 f0=00 f1=00 f2=00 f3=00 f4=00 f5=00 f7=25 
> > f8=80 f9=02 fa=00 fb=30 fc=4c fd=50 fe=50 ff=91 words 00=23ff 01=25ff 
> > 02=80ff 03=25ff 04=08ff 05=46ff 06=d8ff 07=46ff
> > spdmem0 at iic0 addr 0x52: 8GB DDR4 SDRAM PC4-17000
> > spdmem1 at iic0 addr 0x53: 8GB DDR4 SDRAM PC4-17000
> > iic1 at piixpm0
> > pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
> > pchb6 at pci0 dev 24 function 0 "AMD 17h Data Fabric" rev 0x00
> > pchb7 at pci0 dev 24 function 1 "AMD 17h Data Fabric" rev 0x00
> > pchb8 at pci0 dev 24 function 2 "AMD 17h Data Fabric" rev 0x00
> > pchb9 at pci0 dev 24 function 3 "AMD 17h Data Fabric" rev 0x00
> > pchb10 at pci0 dev 24 function 4 "AMD 17h Data Fabric" rev 0x00
> > pchb11 at pci0 dev 24 function 5 "AMD 17h Data Fabric" rev 0x00
> > pchb12 at pci0 dev 24 function 6 "AMD 17h Data Fabric" rev 0x00
> > pchb13 at pci0 dev 24 function 7 "AMD 17h Data Fabric" rev 0x00
> > isa0 at pcib0
> > isadma0 at isa0
> > com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> > pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> > pckbd0 at pckbc0 (kbd slot)
> > wskbd0 at pckbd0: console keyboard
> > pcppi0 at isa0 port 0x61
> > spkr0 at pcppi0
> > lpt0 at isa0 port 0x378/4 irq 7
> > intr_establish: pic ioapic0 pin 7: can't share type 3 with 2
> > vmm0 at mainbus0: SVM/RVI
> > efifb at mainbus0 not configured
> > uhidev0 at uhub0 port 20 configuration 1 interface 0 "SteelSeries 
> > SteelSeries Apex 100 Gaming Keyboard" rev 1.10/0.41 addr 2
> > uhidev0: iclass 3/1
> > ukbd0 at uhidev0: 8 variable keys, 6 key codes
> > wskbd1 at ukbd0 mux 1
> > uhidev1 at uhub0 port 20 configuration 1 interface 1 "SteelSeries 
> > SteelSeries Apex 100 Gaming Keyboard" rev 1.10/0.41 addr 2
> > uhidev1: iclass 3/0
> > uhid0 at uhidev1: input=32, output=32, feature=0
> > uhidev2 at uhub0 port 20 configuration 1 interface 2 "SteelSeries 
> > SteelSeries Apex 100 Gaming Keyboard" rev 1.10/0.41 addr 2
> > uhidev2: iclass 3/0, 2 report ids
> > uhid1 at uhidev2 reportid 1: input=4, output=0, feature=0
> > ukbd1 at uhidev2 reportid 2: 0 variable keys, 6 key codes
> > wskbd2 at ukbd1 mux 1
> > uhidev3 at uhub0 port 21 configuration 1 interface 0 "Mionix Co. Naos 3200 
> > Mouse" rev 2.00/1.00 addr 3
> > uhidev3: iclass 3/1, 4 report ids
> > ums0 at uhidev3 reportid 1: 7 buttons, Z dir
> > wsmouse0 at ums0 mux 0
> > uhid2 at uhidev3 reportid 3: input=0, output=0, feature=7
> > uhid3 at uhidev3 reportid 4: input=1, output=0, feature=0
> > uhidev4 at uhub0 port 21 configuration 1 interface 1 "Mionix Co. Naos 3200 
> > Mouse" rev 2.00/1.00 addr 3
> > uhidev4: iclass 3/0, 4 report ids
> > ukbd2 at uhidev4 reportid 2: 8 variable keys, 5 key codes
> > wskbd3 at ukbd2 mux 1
> > uhid4 at uhidev4 reportid 3: input=0, output=0, feature=7
> > uhid5 at uhidev4 reportid 4: input=1, output=0, feature=0
> > vscsi0 at root
> > scsibus3 at vscsi0: 256 targets
> > softraid0 at root
> > scsibus4 at softraid0: 256 targets
> > root on sd0a (3200c8c1b7d3c0c4.a) swap on sd0b dump on sd0b
> > initializing kernel modesetting (NAVI10 0x1002:0x731F 0x1682:0x5701 0xC1).
> > SMU driver if version not matched
> > amdgpu0: 1920x1080, 32bpp
> > wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
> > wskbd1: connecting to wsdisplay0
> > wskbd2: connecting to wsdisplay0
> > wskbd3: connecting to wsdisplay0
> > wsdisplay0: screen 1-5 added (std, vt100 emulation)
> 
> 
> /var/log/Xorg.0.log
> 
> > [    76.803] (--) checkDevMem: using aperture driver /dev/xf86
> > [    76.821] (--) Using wscons driver on /dev/ttyC4
> > [    76.845]
> > X.Org X Server 1.20.8
> > X Protocol Version 11, Revision 0
> > [    76.845] Build Operating System: OpenBSD 6.7 amd64
> > [    76.845] Current Operating System: OpenBSD desktop.home.lan 6.7 
> > GENERIC.MP#358 amd64
> > [    76.845] Build Date: 18 July 2020  11:58:42AM
> > [    76.845]
> > [    76.845] Current version of pixman: 0.38.4
> > [    76.845]        Before reporting problems, check http://wiki.x.org
> >     to make sure that you have the latest version.
> > [    76.845] Markers: (--) probed, (**) from config file, (==) default 
> > setting,
> >     (++) from command line, (!!) notice, (II) informational,
> >     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> > [    76.845] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 19 
> > 00:25:47 2020
> > [    76.847] (==) Using system config directory 
> > "/usr/X11R6/share/X11/xorg.conf.d"
> > [    76.848] (==) No Layout section.  Using the first Screen section.
> > [    76.848] (==) No screen section available. Using defaults.
> > [    76.848] (**) |-->Screen "Default Screen Section" (0)
> > [    76.848] (**) |   |-->Monitor "<default monitor>"
> > [    76.850] (==) No monitor specified for screen "Default Screen Section".
> >     Using a default monitor configuration.
> > [    76.850] (==) Automatically adding devices
> > [    76.850] (==) Automatically enabling devices
> > [    76.850] (==) Not automatically adding GPU devices
> > [    76.850] (==) Max clients allowed: 256, resource mask: 0x1fffff
> > [    76.855] (==) FontPath set to:
> >     /usr/X11R6/lib/X11/fonts/misc/,
> >     /usr/X11R6/lib/X11/fonts/TTF/,
> >     /usr/X11R6/lib/X11/fonts/OTF/,
> >     /usr/X11R6/lib/X11/fonts/Type1/,
> >     /usr/X11R6/lib/X11/fonts/100dpi/,
> >     /usr/X11R6/lib/X11/fonts/75dpi/
> > [    76.855] (==) ModulePath set to "/usr/X11R6/lib/modules"
> > [    76.855] (II) The server relies on wscons to provide the list of input 
> > devices.
> >     If no devices become available, reconfigure wscons or disable 
> > AutoAddDevices.
> > [    76.855] (II) Loader magic: 0x43a39e1a000
> > [    76.855] (II) Module ABI versions:
> > [    76.855]        X.Org ANSI C Emulation: 0.4
> > [    76.855]        X.Org Video Driver: 24.1
> > [    76.855]        X.Org XInput driver : 24.1
> > [    76.855]        X.Org Server Extension : 10.0
> > [    76.856] (--) PCI:*(41@0:0:0) 1002:731f:1682:5701 rev 193, Mem @ 
> > 0xe0000000/268435456, 0xf0000000/2097152, 0xfcd00000/524288, I/O @ 
> > 0x0000e000/256, BIOS @ 0x????????/131072
> > [    76.856] (II) LoadModule: "glx"
> > [    76.858] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
> > [    76.870] (II) Module glx: vendor="X.Org Foundation"
> > [    76.870]        compiled for 1.20.8, module version = 1.0.0
> > [    76.870]        ABI class: X.Org Server Extension, version 10.0
> > [    76.871] (==) Matched ati as autoconfigured driver 0
> > [    76.871] (==) Matched modesetting as autoconfigured driver 1
> > [    76.871] (==) Assigned the driver to the xf86ConfigLayout
> > [    76.871] (II) LoadModule: "ati"
> > [    76.871] (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so
> > [    76.871] (II) Module ati: vendor="X.Org Foundation"
> > [    76.871]        compiled for 1.20.8, module version = 19.1.0
> > [    76.871]        Module class: X.Org Video Driver
> > [    76.871]        ABI class: X.Org Video Driver, version 24.1
> > [    76.889] (II) LoadModule: "amdgpu"
> > [    76.890] (II) Loading /usr/X11R6/lib/modules/drivers/amdgpu_drv.so
> > [    76.892] (II) Module amdgpu: vendor="X.Org Foundation"
> > [    76.892]        compiled for 1.20.8, module version = 19.1.0
> > [    76.892]        Module class: X.Org Video Driver
> > [    76.892]        ABI class: X.Org Video Driver, version 24.1
> > [    76.892] (II) LoadModule: "modesetting"
> > [    76.893] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so
> > [    76.894] (II) Module modesetting: vendor="X.Org Foundation"
> > [    76.894]        compiled for 1.20.8, module version = 1.20.8
> > [    76.894]        Module class: X.Org Video Driver
> > [    76.894]        ABI class: X.Org Video Driver, version 24.1
> > [    76.894] (II) AMDGPU: Driver for AMD Radeon:
> >     All GPUs supported by the amdgpu kernel driver
> > [    76.894] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
> > [    76.906] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
> > [    76.907] (WW) Falling back to old probe method for modesetting
> > [    76.908] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card 
> > support
> > [    76.908] (II) AMDGPU(0): Creating default Display subsection in Screen 
> > section
> >     "Default Screen Section" for depth/fbbpp 24/32
> > [    76.908] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
> > [    76.908] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 
> > bpp pixmaps)
> > [    76.908] (==) AMDGPU(0): Default visual is TrueColor
> > [    76.908] (==) AMDGPU(0): RGB weight 888
> > [    76.908] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
> > [    76.908] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 
> > 0x731f)
> > [    76.908] (II) Loading sub module "fb"
> > [    76.908] (II) LoadModule: "fb"
> > [    76.909] (II) Loading /usr/X11R6/lib/modules/libfb.so
> > [    76.910] (II) Module fb: vendor="X.Org Foundation"
> > [    76.910]        compiled for 1.20.8, module version = 1.0.0
> > [    76.910]        ABI class: X.Org ANSI C Emulation, version 0.4
> > [    76.910] (II) Loading sub module "dri2"
> > [    76.910] (II) LoadModule: "dri2"
> > [    76.910] (II) Module "dri2" already built-in
> 
> 

Reply via email to