dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 80331] [BISECTED]Radeon driver broken in kernel 3.12.15 onwards for ATI Radeon HD4770 Card
Date: Wed, 30 Jul 2014 13:39:09 +0000	[thread overview]
Message-ID: <bug-80331-2300-XUXGYnBC48@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-80331-2300@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=80331

--- Comment #13 from Alex Deucher <alexdeucher@gmail.com> ---
You need to compile the firmware into your kernel when you build the driver
into the kernel.  In both of your static builds, the firmware fails to load:

static-with-patch:
[    0.263616] r600_cp: Failed to load firmware "radeon/RV730_pfp.bin"
[    0.263668] [drm:rv770_init] *ERROR* Failed to load firmware!
[    0.263721] radeon 0000:01:00.0: Fatal error during GPU init

static-without-patch:
[    0.269288] [drm] Loading RV730 Microcode
[    0.269354] r600_cp: Failed to load firmware "radeon/RV730_pfp.bin"
[    0.269403] [drm:rv770_startup] *ERROR* Failed to load firmware!

You need to specify CONFIG_EXTRA_FIRMWARE in your kernel configuration and
point it to the firmware files required by the driver.  E.g.,

CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
CONFIG_EXTRA_FIRMWARE="radeon/RV730_me.bin radeon/RV730_pfp.bin
radeon/R700_rlc.bin RV740_smc.bin"

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

  parent reply	other threads:[~2014-07-30 13:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-80331-2300@https.bugzilla.kernel.org/>
2014-07-29 15:48 ` [Bug 80331] Radeon driver broken in kernel 3.12.15 onwards for ATI Radeon HD4770 Card bugzilla-daemon
2014-07-29 15:48 ` [Bug 80331] [BISECTED]Radeon " bugzilla-daemon
2014-07-29 16:06 ` bugzilla-daemon
2014-07-29 16:15 ` bugzilla-daemon
2014-07-29 16:55 ` bugzilla-daemon
2014-07-29 16:58 ` bugzilla-daemon
2014-07-29 17:13 ` bugzilla-daemon
2014-07-29 17:23 ` bugzilla-daemon
2014-07-29 17:26 ` bugzilla-daemon
2014-07-29 17:36 ` bugzilla-daemon
2014-07-29 17:53 ` bugzilla-daemon
2014-07-29 23:11 ` bugzilla-daemon
2014-07-29 23:13 ` bugzilla-daemon
2014-07-30 13:39 ` bugzilla-daemon [this message]
2014-07-30 14:15 ` bugzilla-daemon
2014-07-30 14:47 ` bugzilla-daemon
2014-07-31  9:57 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-80331-2300-XUXGYnBC48@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox