From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg-Volker_Peetz?= Subject: Re: "radeon: error initializing UVD" in kernel 3.10 on hybrid laptop with CEDAR / R600 Date: Tue, 02 Jul 2013 22:34:16 +0200 Message-ID: <51D33948.4050007@web.de> References: <51D334CC.5020206@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by gabe.freedesktop.org (Postfix) with ESMTP id 15B21E5C91 for ; Tue, 2 Jul 2013 13:34:30 -0700 (PDT) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uu7HP-0006jU-Am for dri-devel@lists.freedesktop.org; Tue, 02 Jul 2013 22:34:27 +0200 Received: from p5b37b04a.dip0.t-ipconnect.de ([91.55.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Jul 2013 22:34:27 +0200 Received: from jvpeetz by p5b37b04a.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Jul 2013 22:34:27 +0200 In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Alex Deucher wrote, on 07/02/2013 22:17: > On Tue, Jul 2, 2013 at 4:15 PM, J=F6rg-Volker Peetz wrot= e: >> Alex Deucher wrote, on 07/02/2013 21:46: >>> On Tue, Jul 2, 2013 at 10:09 AM, J=F6rg-Volker Peetz w= rote: >>>> With self-compiled linux 3.10 on a HP Pavilion dv7 with hybrid graphic= s (ATI >>>> RS880M [Mobility Radeon HD 4200 Series] / ATI Manhattan [Mobility Rade= on HD 5400 >>>> Series]) uvd seems to be broken. >>>> >>>> The new firware files are installed in /lib/firmware/radeon: >>>> >>>> sha1 hashes >>>> 3142a64061ade6032c95ed948c85b15dd0ae46be CEDAR_me.bin >>>> a92856a4fa16926e2451a6335da7e20f01fde210 CEDAR_pfp.bin >>>> 644b29756636687ad31a49da4aa3ed85dcedecdb CEDAR_rlc.bin >>>> 992d49518d3936986b5ce3ddb0d9bbd75135bb8f CYPRESS_uvd.bin >>>> 3e04529600d666ddb2f2f83bb0112d4fab516c04 R600_rlc.bin >>>> >>>> The system boots without initial ram disk. >>> >>> Make sure your system is using the latest CEDAR_rlc.bin as well. >>> >>> Alex >>> >> Thanks for the hint, Alex. Actually I took the files today from your rep= ository >> at http://people.freedesktop.org/~agd5f/radeon_ucode/ and checked them a= gainst >> the ones downloaded from >> http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git . > = > Make sure that your kernel is actually using the new ones. > = > Alex > = The files are located in /lib/firmware/radeon , the kernel configuration co= ntains CONFIG_EXTRA_FIRMWARE=3D"amd-ucode/microcode_amd.bin radeon/R600_rlc.bin radeon/CEDAR_me.bin radeon/CEDAR_pfp.bin radeon/CEDAR_rlc.bin radeon/CYPRESS_uvd.bin" CONFIG_EXTRA_FIRMWARE_DIR=3D"/lib/firmware" I compiled the kernel with the firmware files already in /lib/firmware/rade= on . The kernel boots without initial ram disk. Do I miss something? Regards, J=F6rg-Volker.