Bug 21442 - [drm:drm_agp_bind_pages] *ERROR* Failed to bind AGP memory: -22
Summary: [drm:drm_agp_bind_pages] *ERROR* Failed to bind AGP memory: -22
Status: RESOLVED OBSOLETE
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(AGP) (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Dave Airlie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-30 07:45 UTC by Georgi Hristozov
Modified: 2012-08-14 11:27 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.36-git10
Subsystem:
Regression: No
Bisected commit-id:


Attachments
My kernel config (71.35 KB, text/plain)
2010-10-30 07:47 UTC, Georgi Hristozov
Details

Description Georgi Hristozov 2010-10-30 07:45:49 UTC
Hello,

The X.Org on my laptop stopped working after upgrading the kernel from 2.6.36-git8 to 2.6.36-git10. The screen becomes blank while initializing X and I'm not able to switch back to tty. dmesg is flooded (over 1000 messages/second!) with errors like:
[   39.694099] pci 0000:00:02.0: pg_start == 0x0000077f, gtt_stolen_entries == 0x000007bf
[   39.694104] pci 0000:00:02.0: trying to insert into local/stolen memory
[   39.694108] [drm:drm_agp_bind_pages] *ERROR* Failed to bind AGP memory: -22

The problem persists with the latest git snapshots and the current tree master (2d10d8737ccdba752d60106abbc6ed4f37404923).

The system is a Toshiba Satellite laptop and I pass "ro root=803 resume=/dev/sda3 resume_offset=3215360" to the kernel.

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 01)
05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
0c:04.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
0c:04.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
0c:04.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
0c:04.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
Comment 1 Georgi Hristozov 2010-10-30 07:47:02 UTC
Created attachment 35502 [details]
My kernel config
Comment 2 Georgi Hristozov 2010-10-30 09:35:18 UTC
I've just tested 2.6.36-git9 and everything is OK. Seems that the regression has appeared in git10.
Comment 3 Georgi Hristozov 2010-10-30 22:01:17 UTC
Enabling CONFIG_DRM_I915_KMS fixes the things.

Note You need to log in before you can comment on or make changes to this bug.