From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 55449] New: Problems identifying card
Date: Sat, 29 Sep 2012 12:28:28 +0000
Message-ID:
Priority
medium
Bug ID
55449
Assignee
nouveau@lists.freedesktop.org
Summary
Problems identifying card
QA Contact
xorg-team@lists.x.org
Severity
normal
Classification
Unclassified
OS
Linux (All)
Reporter
dbaryshkov@gmail.com
Hardware
PowerPC
Status
NEW
Version
unspecified
Component
Driver/nouveau
Product
xorg
I'm trying to bootstrap nouveau on the NV15 (Geforce 2 GTS / Asus V7700 TVR)
card on my PowerPC board. System hangs early if the driver is made builtin into
the kernel. I tried building the driver as module and here is the log:
nouveau 0000:f0:10.0: enabling device (0000 -> 0002)
nouveau 0000:f0:10.0: enabling bus mastering
[drm] nouveau 0000:f0:10.0: Detected an NV30 generation card (0xa3005001)
[drm] nouveau 0000:f0:10.0: Unable to get the OF node
[drm] nouveau 0000:f0:10.0: Checking PRAMIN for VBIOS
[drm] nouveau 0000:f0:10.0: ... BIOS signature not found
[drm] nouveau 0000:f0:10.0: Checking PROM for VBIOS
[drm] nouveau 0000:f0:10.0: ... appears to be valid
[drm] nouveau 0000:f0:10.0: Using VBIOS from PROM
[drm] nouveau 0000:f0:10.0: BMP BIOS found
[drm] nouveau 0000:f0:10.0: BMP version 5.6
[drm] nouveau 0000:f0:10.0: Bios version 02.15.01.14
[drm] nouveau 0000:f0:10.0: No useful DCB data in VBIOS
[drm] nouveau 0000:f0:10.0: MXM: no VBIOS data, nothing to do
[drm] nouveau 0000:f0:10.0: Adaptor not initialised, running VBIOS init tables.
[drm] nouveau 0000:f0:10.0: PTIMER: unknown input clock freq
[TTM] Zone kernel: Available graphics memory: 501592 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] nouveau 0000:f0:10.0: Detected 0MiB VRAM (SDRAM)
[drm] nouveau 0000:f0:10.0: 128 MiB GART (aperture)
[drm:drm_mm_takedown] *ERROR* Memory manager not clean. Delaying takedown
[drm:drm_mm_takedown] *ERROR* Memory manager not clean. Delaying takedown
[TTM] Finalizing pool allocator
[TTM] Finalizing DMA pool allocator
[TTM] Zone kernel: Used memory at exit: 9 kiB
nouveau: probe of 0000:f0:10.0 failed with error -22
System information: PowerPC 970FX, Linux v3.6-rc7. AGP GART support is disabled
as AGP is not working properly on this system.