Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2018 22:19:14 +0100
From:      Niclas Zeising <zeising@freebsd.org>
To:        Johannes Lundberg <johalun0@gmail.com>, Steve Kargl <sgk@troutmask.apl.washington.edu>
Cc:        x11-list freebsd <freebsd-x11@freebsd.org>
Subject:   Re: drm2 again
Message-ID:  <f28a9824-c263-4d10-107c-5ec7983dae4d@freebsd.org>
In-Reply-To: <CAECmPwusuHsEqPArj0uYh%2B4kiEKzsFXDaiZzgcv4pmvE0WhVSw@mail.gmail.com>
References:  <20181031172832.GA28293@troutmask.apl.washington.edu> <CAECmPwu3ndCzQa0S2hQHmyOoXQaZRAwaUjGGcApPEX3dZXH%2Byw@mail.gmail.com> <20181031194726.GA957@troutmask.apl.washington.edu> <CAECmPwsPzF-bhF0AR9PjLUJoMD7xNF=usJEa3cpnFCSvuEJkuA@mail.gmail.com> <20181031201319.GA896@troutmask.apl.washington.edu> <CAECmPwusuHsEqPArj0uYh%2B4kiEKzsFXDaiZzgcv4pmvE0WhVSw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/31/18 10:11 PM, Johannes Lundberg wrote:
>=20
>=20
> On Wed, Oct 31, 2018 at 8:13 PM Steve Kargl=20
> <sgk@troutmask.apl.washington.edu=20
> <mailto:sgk@troutmask.apl.washington.edu>> wrote:
>=20
>     On Wed, Oct 31, 2018 at 07:56:36PM +0000, Johannes Lundberg wrote:
>      >
>      > Whenever this happens your kernel is out of sync. The best when =
using
>      > CURRENT is, like Niclas said, to build from source, either ports
>     or the
>      > github repo.
>      >
>=20
>     It was a 6-day old kernel.=C2=A0 However, after rebuilding
>     and installing a new kernel; and rebuilding and installing
>     a graphics/drm-legacy-kmod, again.
>=20
>     % dmesg | grep drm
>     info: [drm] Initialized drm 1.1.0 20060810
>     drmn0: <Caicos [Radeon HD 6450]> on vgapci0
>     info: [drm] RADEON_IS_PCIE
>     info: [drm] initializing kernel modesetting (CAICOS 0x1002:0x6779
>     0x1092:0x6450).
>     info: [drm] register mmio base: 0xFEA20000
>     info: [drm] register mmio size: 131072
>     info: [drm] radeon_atrm_get_bios: =3D=3D=3D> Try ATRM...
>     info: [drm] radeon_atrm_get_bios: pci_find_class() found: 0:1:0:0,
>     vendor=3D1002, device=3D6779
>     info: [drm] radeon_atrm_get_bios: Get ACPI device handle
>     info: [drm] radeon_acpi_vfct_bios: =3D=3D=3D> Try VFCT...
>     info: [drm] radeon_acpi_vfct_bios: Get "VFCT" ACPI table
>     info: [drm] radeon_acpi_vfct_bios: Failed to get "VFCT" table:
>     AE_NOT_FOUND
>     info: [drm] igp_read_bios_from_vram: =3D=3D=3D> Try IGP's VRAM...
>     info: [drm] igp_read_bios_from_vram: VRAM base address: 0xc0000000
>     info: [drm] igp_read_bios_from_vram: Map address: 0xfffff800c000000=
0
>     (262144 bytes)
>     info: [drm] igp_read_bios_from_vram: Incorrect BIOS signature: 0x2F=
07
>     info: [drm] radeon_read_bios: =3D=3D=3D> Try PCI Expansion ROM...
>     info: [drm] radeon_read_bios: Map address: 0xfffff800000c0000
>     (131072 bytes)
>     info: [drm] ATOM BIOS: C26401
>     drmn0: info: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
>     (1024M used)
>     drmn0: info: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
>     info: [drm] Detected VRAM RAM=3D1024M, BAR=3D256M
>     info: [drm] RAM width 64bits DDR
>     info: [drm] radeon: 1024M of VRAM memory ready
>     info: [drm] radeon: 512M of GTT memory ready.
>     info: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
>     info: [drm] Driver supports precise vblank timestamp query.
>     info: [drm] MSI enabled 1 message(s)
>     drmn0: info: radeon: using MSI.
>     info: [drm] radeon: irq initialized.
>     info: [drm] GART: num cpu pages 131072, num gpu pages 131072
>     info: [drm] probing gen 2 caps for device 1002:5a16 =3D 2/0
>     info: [drm] enabling PCIE gen 2 link speeds, disable with
>     radeon.pcie_gen2=3D0
>     info: [drm] Loading CAICOS Microcode
>     error: [drm:pid109:ni_init_microcode] *ERROR* ni_cp: Failed to load
>     firmware "radeon/CAICOS_pfp.bin"
>     error: [drm:pid109:evergreen_startup] *ERROR* Failed to load firmwa=
re!
>     drmn0: error: disabling GPU acceleration
>     drmn0: warning: 0xfffff800061f8c00 unpin not necessary
>     drmn0: warning: 0xfffff800061f8c00 unpin not necessary
>     error: [drm:pid109:evergreen_init] *ERROR* radeon: MC ucode require=
d
>     for NI+.
>     drmn0: error: Fatal error during GPU init
>     info: [drm] radeon: finishing device.
>     info: [drm] radeon: ttm finalized
>     device_attach: drmn0 attach returned 22
>=20
>=20
> I found some more firmware calls that were unpatched.
> Committed to: https://github.com/FreeBSDDesktop/drm-legacy
>=20
> Port will be updated this evening.
>=20
> Thanks for your patients.=C2=A0 Fingers crossed this time...
>=20
>=20

Port is updated with the latest change.  Make sure you have FreeBSD=20
Ports r483619 or later.
Regards
--=20
Niclas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f28a9824-c263-4d10-107c-5ec7983dae4d>