NetBSD Problem Report #53988

From o.vd.linden@quicknet.nl  Sun Feb 17 19:16:50 2019
Return-Path: <o.vd.linden@quicknet.nl>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 38C537A18A
	for <gnats-bugs@gnats.NetBSD.org>; Sun, 17 Feb 2019 19:16:50 +0000 (UTC)
Message-Id: <20190217191642.GA553@sheep>
Date: Sun, 17 Feb 2019 20:16:42 +0100
From: Onno van der Linden <o.vd.linden@quicknet.nl>
To: gnats-bugs@netbsd.org
Subject: R600_uvd.bin missing from src/sys/dev/microcode/radeon

>Number:         53988
>Category:       kern
>Synopsis:       R600_uvd.bin missing from src/sys/dev/microcode/radeon
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 17 19:20:00 +0000 2019
>Closed-Date:    Wed Oct 23 00:30:04 +0000 2019
>Last-Modified:  Wed Oct 23 00:30:04 +0000 2019
>Originator:     Onno van der Linden
>Release:        NetBSD 8.99.34
>Organization:
>Environment:
System: NetBSD sheep 8.99.34 NetBSD 8.99.34 (SHEEPKMS) #1: Wed Feb 13 17:48:56 CET 2019 onno@sheep:/usr/src/sys/arch/i386/compile/SHEEPKMS i386
Architecture: i386
Machine: i386
>Description:
The new KMS code added August 27 2018 triggers
[     2.916775] radeon0: autoconfiguration error: error: radeon_uvd: Can't load firmware "radeon/R600_uvd.bin"
>How-To-Repeat:
Boot a kernel on a machine with sources from August 28 2018 or later which has
radeon*         at pci? dev ? function ?
radeondrmkmsfb* at radeonfbbus?
in the config file and where the video card is from the R600 family.
>Fix:
Grab R600_uvd.bin from https://people.freedesktop.org/~agd5f/radeon_ucode/
(or anywhere else trustworthy) and put it in src/sys/dev/microcode/radeon

>Release-Note:

>Audit-Trail:
From: "SAITOH Masanobu" <msaitoh@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/53988 CVS commit: src
Date: Mon, 26 Aug 2019 15:35:14 +0000

 Module Name:	src
 Committed By:	msaitoh
 Date:		Mon Aug 26 15:35:14 UTC 2019

 Modified Files:
 	src/distrib/sets/lists/base: mi
 	src/sys/dev/microcode/radeon: Makefile
 Added Files:
 	src/sys/dev/microcode/radeon: R600_uvd.bin RS780_uvd.bin RV770_uvd.bin
 	    TAHITI_vce.bin

 Log Message:
  Add missing TAHITI_vce.bin, RV770_uvd.bin, RS780_uvd.bin and R600_uvd.bin.
 Fix panic on my own HP EliteDesk 705 G1 SFF. It also fixes PR kern/53988
 reported by Onno van der Linden.


 To generate a diff of this commit:
 cvs rdiff -u -r1.1210 -r1.1211 src/distrib/sets/lists/base/mi
 cvs rdiff -u -r1.3 -r1.4 src/sys/dev/microcode/radeon/Makefile
 cvs rdiff -u -r0 -r1.1 src/sys/dev/microcode/radeon/R600_uvd.bin \
     src/sys/dev/microcode/radeon/RS780_uvd.bin \
     src/sys/dev/microcode/radeon/RV770_uvd.bin \
     src/sys/dev/microcode/radeon/TAHITI_vce.bin

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/53988 CVS commit: [netbsd-9] src
Date: Thu, 26 Sep 2019 19:04:01 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Sep 26 19:04:00 UTC 2019

 Modified Files:
 	src/distrib/sets/lists/base [netbsd-9]: mi
 	src/sys/dev/microcode/radeon [netbsd-9]: Makefile
 Added Files:
 	src/sys/dev/microcode/radeon [netbsd-9]: R600_uvd.bin RS780_uvd.bin
 	    RV770_uvd.bin TAHITI_vce.bin

 Log Message:
 Pull up following revision(s) (requested by msaitoh in ticket #245):

 	sys/dev/microcode/radeon/R600_uvd.bin: revision 1.1
 	sys/dev/microcode/radeon/RV770_uvd.bin: revision 1.1
 	sys/dev/microcode/radeon/Makefile: revision 1.4
 	distrib/sets/lists/base/mi: revision 1.1211
 	sys/dev/microcode/radeon/TAHITI_vce.bin: revision 1.1
 	sys/dev/microcode/radeon/RS780_uvd.bin: revision 1.1
 	sys/dev/microcode/radeon/BONAIRE_uvd.bin: revision 1.2

 Update BONAIRE_uvd.bin to the latest.

  -

 Add missing TAHITI_vce.bin, RV770_uvd.bin, RS780_uvd.bin and R600_uvd.bin.

 Fix panic on my own HP EliteDesk 705 G1 SFF. It also fixes PR kern/53988
 reported by Onno van der Linden.


 To generate a diff of this commit:
 cvs rdiff -u -r1.1209.2.2 -r1.1209.2.3 src/distrib/sets/lists/base/mi
 cvs rdiff -u -r1.3 -r1.3.24.1 src/sys/dev/microcode/radeon/Makefile
 cvs rdiff -u -r0 -r1.1.2.2 src/sys/dev/microcode/radeon/R600_uvd.bin \
     src/sys/dev/microcode/radeon/RS780_uvd.bin \
     src/sys/dev/microcode/radeon/RV770_uvd.bin \
     src/sys/dev/microcode/radeon/TAHITI_vce.bin

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: maya@NetBSD.org
State-Changed-When: Wed, 23 Oct 2019 00:30:04 +0000
State-Changed-Why:
committed by msaitoh. thanks for the report!


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.43 2018/01/16 07:36:43 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.