Gentoo Archives: gentoo-user

From: Bruce Hill <daddy@×××××××××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Which Radeon Firmware?
Date: Mon, 11 Nov 2013 18:55:13
Message-Id: 20131111185502.GH32524@server
In Reply to: Re: [gentoo-user] Which Radeon Firmware? by Marc Joliet
1 On Mon, Nov 11, 2013 at 05:41:55PM +0100, Marc Joliet wrote:
2 > Am Mon, 11 Nov 2013 16:03:23 +0100
3 > schrieb Elias Diem <pub.linux@×××××××××.ch>:
4 >
5 > > Hi Bruce
6 > >
7 > > On 2013-11-11, Bruce Hill wrote:
8 > >
9 > > > If you have CONFIG_DRM_RADEON=m, and
10 > > > CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware/", then the kernel will pick the
11 > > > right firmware automatically, without having to name the microcode in
12 > > > CONFIG_EXTRA_FIRMWARE at all.
13 > >
14 > > Yes, thank you. It worked.
15 > >
16 > > > Build your kernel that way and see which firmware shows up issuing:
17 > > > dmesg | grep -i firmware
18 > >
19 > > Unfortunately I can't figure it out.
20 > >
21 > > 'dmesg | grep -i firmware' doesn't return anything.
22 >
23 > You need to grep for "microcode", not "firmware". On my system I see:
24 >
25 > % dmesg |grep -i microcode
26 > [ 18.890581] [drm] Loading RV730 Microcode
27 >
28 > > 'dmesg | grep -i radeon' returns:
29 > >
30 > > <snip>
31 > > [ 0.030492] smpboot: CPU0: AMD A8-5500B APU with Radeon(tm) HD Graphics (fam: 15, model: 10, stepping: 01)
32 > > [ 4.600599] [drm] radeon kernel modesetting enabled.
33 > > [ 4.601157] radeon 0000:00:01.0: VRAM: 768M 0x0000000000000000 - 0x000000002FFFFFFF (768M used)
34 > > [ 4.601159] radeon 0000:00:01.0: GTT: 512M 0x0000000030000000 - 0x000000004FFFFFFF
35 > > [ 4.601693] [drm] radeon: 768M of VRAM memory ready
36 > > [ 4.601694] [drm] radeon: 512M of GTT memory ready.
37 > > [ 4.881482] radeon 0000:00:01.0: WB enabled
38 > > [ 4.881485] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000030000c00 and cpu addr 0xffff880223f0dc00
39 > > [ 4.882218] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc900114b5a18
40 > > [ 4.882220] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000030000c04 and cpu addr 0xffff880223f0dc04
41 > > [ 4.882222] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000030000c08 and cpu addr 0xffff880223f0dc08
42 > > [ 4.882223] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000030000c0c and cpu addr 0xffff880223f0dc0c
43 > > [ 4.882225] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000030000c10 and cpu addr 0xffff880223f0dc10
44 > > [ 4.882245] radeon 0000:00:01.0: irq 45 for MSI/MSI-X
45 > > [ 4.882255] radeon 0000:00:01.0: radeon: using MSI.
46 > > [ 4.882534] [drm] radeon: irq initialized.
47 > > [ 5.023269] [drm] Radeon Display Connectors
48 > > [ 5.044982] [drm] radeon: power management initialized
49 > > [ 5.165005] fbcon: radeondrmfb (fb0) is primary device
50 > > [ 5.231602] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
51 > > [ 5.231604] radeon 0000:00:01.0: registered panic notifier
52 > > [ 5.231608] [drm] Initialized radeon 2.33.0 20080528 for 0000:00:01.0 on minor 0
53 > > </snip>
54 >
55 > That doesn't look too different from my dmesg output. Your last line is almost
56 > identical to my system.
57 >
58 > However, if Bruce is correct, you'll have to try the proprietary drivers (at
59 > least for 3D support, I suspect it'll work fine otherwise).
60 >
61 > HTH
62 > --
63 > Marc Joliet
64 > --
65 > "People who think they know everything really annoy those of us who know we
66 > don't" - Bjarne Stroustrup
67
68 Hi Marc,
69
70 Do you have DRM_RADEON built in or a module?
71
72 Just wondering if that's the difference.
73 --
74 Happy Penguin Computers >')
75 126 Fenco Drive ( \
76 Tupelo, MS 38801 ^^
77 support@×××××××××××××××××××××.com
78 662-269-2706 662-205-6424
79 http://happypenguincomputers.com/
80
81 A: Because it messes up the order in which people normally read text.
82 Q: Why is top-posting such a bad thing?
83 A: Top-posting.
84 Q: What is the most annoying thing in e-mail?
85
86 Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting

Replies

Subject Author
Re: [gentoo-user] Which Radeon Firmware? Marc Joliet <marcec@×××.de>