* [Bug 90655] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM
@ 2015-05-26 8:45 bugzilla-daemon
2015-05-26 17:51 ` bugzilla-daemon
2016-04-19 12:15 ` bugzilla-daemon
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2015-05-26 8:45 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 2072 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=90655
Bug ID: 90655
Summary: [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS
ROM
Product: DRI
Version: XOrg git
Hardware: PowerPC
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: DRM/Radeon
Assignee: dri-devel@lists.freedesktop.org
Reporter: mathieu.malaterre@gmail.com
On my old Mac Mini G4 (PowerPC) I am seeing this dmesg output:
[ 12.058859] [drm] Initialized drm 1.1.0 20060810
[ 13.051939] [drm] radeon kernel modesetting enabled.
[ 13.055867] checking generic (9c008000 5a000) vs hw (98000000 8000000)
[ 13.055875] fb: switching to radeondrmfb from OFfb ATY,RockHo
[ 13.059702] Console: switching to colour dummy device 80x25
[ 13.060655] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 13.061195] [drm] initializing kernel modesetting (RV280 0x1002:0x5962
0x1002:0x5962).
[ 13.061227] [drm] register mmio base: 0x90000000
[ 13.061236] [drm] register mmio size: 65536
[ 13.061318] radeon 0000:00:10.0: Invalid ROM contents
[ 13.061341] radeon 0000:00:10.0: Invalid ROM contents
[ 13.061356] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM
[ 13.061379] [drm] Using device-tree clock info
[ 13.061417] agpgart-uninorth 0000:00:0b.0: putting AGP V2 device into 4x
mode
[ 13.061433] radeon 0000:00:10.0: putting AGP V2 device into 4x mode
[ 13.061484] radeon 0000:00:10.0: GTT: 256M 0x00000000 - 0x0FFFFFFF
It would be nice to either remove this error report as I believe it is
erroneous.
Using debian/jessie with:
$ apt-cache policy libdrm-radeon1
libdrm-radeon1:
Installé : 2.4.58-2
Candidat : 2.4.58-2
Table de version :
*** 2.4.58-2 0
500 http://ftp.fr.debian.org/debian/ jessie/main powerpc Packages
100 /var/lib/dpkg/status
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3410 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread* [Bug 90655] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM
2015-05-26 8:45 [Bug 90655] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM bugzilla-daemon
@ 2015-05-26 17:51 ` bugzilla-daemon
2016-04-19 12:15 ` bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2015-05-26 17:51 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 2375 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=90655
joro-2013 <joro-2013@t-online.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joro-2013@t-online.de
--- Comment #1 from joro-2013 <joro-2013@t-online.de> ---
(In reply to Mathieu Malaterre from comment #0)
> On my old Mac Mini G4 (PowerPC) I am seeing this dmesg output:
>
> [ 12.058859] [drm] Initialized drm 1.1.0 20060810
> [ 13.051939] [drm] radeon kernel modesetting enabled.
> [ 13.055867] checking generic (9c008000 5a000) vs hw (98000000 8000000)
> [ 13.055875] fb: switching to radeondrmfb from OFfb ATY,RockHo
> [ 13.059702] Console: switching to colour dummy device 80x25
> [ 13.060655] radeon 0000:00:10.0: enabling device (0006 -> 0007)
> [ 13.061195] [drm] initializing kernel modesetting (RV280 0x1002:0x5962
> 0x1002:0x5962).
> [ 13.061227] [drm] register mmio base: 0x90000000
> [ 13.061236] [drm] register mmio size: 65536
> [ 13.061318] radeon 0000:00:10.0: Invalid ROM contents
> [ 13.061341] radeon 0000:00:10.0: Invalid ROM contents
> [ 13.061356] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM
> [ 13.061379] [drm] Using device-tree clock info
> [ 13.061417] agpgart-uninorth 0000:00:0b.0: putting AGP V2 device into 4x
> mode
> [ 13.061433] radeon 0000:00:10.0: putting AGP V2 device into 4x mode
> [ 13.061484] radeon 0000:00:10.0: GTT: 256M 0x00000000 - 0x0FFFFFFF
>
>
> It would be nice to either remove this error report as I believe it is
> erroneous.
>
> Using debian/jessie with:
>
> $ apt-cache policy libdrm-radeon1
> libdrm-radeon1:
> Installé : 2.4.58-2
> Candidat : 2.4.58-2
> Table de version :
> *** 2.4.58-2 0
> 500 http://ftp.fr.debian.org/debian/ jessie/main powerpc Packages
> 100 /var/lib/dpkg/status
Hi,
actually the "error report" is correct, on PPC platforms there is no BIOS but
the hardware is configured via Open Firmware. I've been getting this message
for years, it's totally harmless.
By the way: Do you have AGP mode working stable on the Mac Mini G4 ? I've been
trying to do that for years with no success :-(
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3962 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread* [Bug 90655] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM
2015-05-26 8:45 [Bug 90655] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM bugzilla-daemon
2015-05-26 17:51 ` bugzilla-daemon
@ 2016-04-19 12:15 ` bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2016-04-19 12:15 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 534 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=90655
Mathieu Malaterre <mathieu.malaterre@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #2 from Mathieu Malaterre <mathieu.malaterre@gmail.com> ---
Ok. Closing as invalid then.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2053 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-19 12:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26 8:45 [Bug 90655] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM bugzilla-daemon
2015-05-26 17:51 ` bugzilla-daemon
2016-04-19 12:15 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.