public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6.19-rc1][AGP] Regression -  amd_k7_agp  no longer detected
@ 2006-10-06  5:50 Shawn Starr
  2006-10-06  6:08 ` Dave Jones
  0 siblings, 1 reply; 5+ messages in thread
From: Shawn Starr @ 2006-10-06  5:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: davej

Hello, 

I noticed that my AGP chipset is no longer detected with 2.6.18/19-rc1.
The last known kernel this worked was 2.6.15-rc5 (see end of email)

I checked the BIOS and the settings are fine. The aperture is set to 128MB (manually) for the video card is only 64MB video ram.

Here's the information:

The Motherboard is a A7M266-D board from Asus.

AGP/PCI information:
===================
00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-760 MP [IGD4-2P] System Controller (rev 11)
00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-760 MP [IGD4-2P] AGP Bridge

PCI IDs:
=======
00:00.0 0600: 1022:700c (rev 11)
00:01.0 0604: 1022:700d

Problem: 
========
When loading amd_k7_agp nothing appears from kernel, no information about the AGP chipset/aptreture size etc. 
Even putting kprints inside the probe() function of the driver does not get called. So it seems core agpart is aborting silently. 
In the specific agp chipset driver, the PCI ID bridge is matched but I see no further checks being done.

When the X Window System starts I get the following:

[ 1084.678461] Linux agpgart interface v0.101 (c) Dave Jones
[ 1301.755691] [drm] Initialized drm 1.0.1 20051102
[ 1301.761525] ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 16 (level, low) -> IRQ 20
[ 1301.762563] [drm] Initialized radeon 1.25.0 20060524 on minor 0
[ 1303.005775] [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
[ 1303.005988] [drm:drm_unlock] *ERROR* Process 5215 using kernel context 0

>From Xorg log:

(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel module is loaded before the radeon kernel module.

What should be expected
>From 2.6.15-rc5:

[   62.814823] Linux agpgart interface v0.101 (c) Dave Jones
[   62.841388] agpgart: Detected AMD 760MP chipset
[   62.870371] agpgart: AGP aperture is 128M @ 0xf0000000

Looking at the differences, I noticed some changes in generic.c for determing the AGP speed. I don't know
 if this has anything to do with this breaking. This video card is a Radeon 7500 AiW 64MB DDR and can do
 AGP4x and BIOS has AGP4x turned on by default. But this all would fail even before X is started if agpgart finds no chipset.

Thanks, 
Shawn.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-12-12 18:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-06  5:50 [2.6.19-rc1][AGP] Regression - amd_k7_agp no longer detected Shawn Starr
2006-10-06  6:08 ` Dave Jones
2006-10-06  6:59   ` Shawn Starr
2006-12-11  2:06     ` Kevin Puetz
2006-12-12 18:06       ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox