From owner-freebsd-x11@freebsd.org Sat Feb 2 18:31:34 2019 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4845014C750C for ; Sat, 2 Feb 2019 18:31:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DEFCA93250; Sat, 2 Feb 2019 18:31:33 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id B465F128FC; Sat, 2 Feb 2019 18:31:33 +0000 (UTC) From: Jan Beich To: "J. Altman" Cc: freebsd-x11@freebsd.org Subject: Re: Radeon Vega 8 and drm-fbsd12.0-kmod References: <20190202173829.GA11164@whisperer.chthonixia.net> Date: Sat, 02 Feb 2019 19:31:30 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: DEFCA93250 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.88 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.992,0]; NEURAL_HAM_SHORT(-0.89)[-0.890,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2019 18:31:34 -0000 "J. Altman" writes: > Greetings, listmembers... > > I have a new installation of 12.0; and the APU shows as a Vega 8 > APU. Sources for /usr/sys and /usr/ports are new. [...] > Is it possible that, since I see no explicit mention of Vega 8 in any > directory related to building the DRM in the subject, my machine fails > due to that lack? I do see explicit listings for Vega 10...IIRC, it's > in gpu-firmware-kmod build directory? Look for RAVEN per https://en.wikichip.org/wiki/amd/cores/raven_ridge According to kms-drm repository earliest support appears in Linux 4.13 while drm-fbsd12.0-kmod is based on Linux 4.16 code. > The DRM in the subject builds and installs fine; but using the > recommendations for loading via rc.conf amdgpu.ko (and yes, I have > tried using sysconS and not syconF via loader.conf...no help there) > does not work....it's the usual black screen, unresponsive > keyboard, with eventual failure of the machine and a hang requiring > a mechanical re-start. Maybe check https://github.com/FreeBSDDesktop/kms-drm/issues?q=raven for common quirks. I don't use AMD GPUs, so can't help further.