Bug 10395

Summary: DRI is not working with 945GME
Product: Drivers Reporter: Alexander Oltu (alexander)
Component: Video(DRI - non Intel)Assignee: drivers_video-dri
Status: CLOSED CODE_FIX    
Severity: normal CC: bunk
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.25-rc8 Subsystem:
Regression: Yes Bisected commit-id:
Bug Depends on:    
Bug Blocks: 9832    
Attachments: dmesg
lspci -vvnn
cat /proc/version
Add 945GME to IS_I945GM check

Description Alexander Oltu 2008-04-05 07:50:37 UTC
While loading i915.ko module Im getting:

[   72.275559] [drm] Initialized drm 1.1.0 20060810
[   75.193794] [drm:drm_init] 
[   75.193794] [drm:drm_get_dev] 
[   75.193794] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ
 16
[   75.193794] PCI: Setting latency timer of device 0000:00:02.0 to 64
[   75.193794] [drm:drm_addmap_core] offset = 0x00003000, size = 0x00000008, typ
e = 1
[   75.193794] [drm:drm_lastclose] 
[   75.193794] [drm:drm_lastclose] driver lastclose completed
[   75.193794] [drm:drm_lastclose] lastclose completed
[   75.193794] DRM: Fill_in_dev failed.
[   75.193794] ACPI: PCI interrupt for device 0000:00:02.0 disabled

ls -l /dev/dri/
total 0

Kernel version 2.6.24.4 was working fine and I had working 3D acceleration.

It is laptop HP 530.
Comment 1 Alexander Oltu 2008-04-05 07:51:57 UTC
Created attachment 15614 [details]
dmesg
Comment 2 Alexander Oltu 2008-04-05 07:52:43 UTC
Created attachment 15615 [details]
lspci -vvnn
Comment 3 Alexander Oltu 2008-04-05 07:53:12 UTC
Created attachment 15616 [details]
cat /proc/version
Comment 4 Jesse Barnes 2008-04-05 11:13:25 UTC
Created attachment 15627 [details]
Add 945GME to IS_I945GM check

Alexander, can you give this a try?
Comment 5 Alexander Oltu 2008-04-05 12:04:20 UTC
(In reply to comment #4)
> Created an attachment (id=15627) [details]
> Add 945GME to IS_I945GM check
> 
> Alexander, can you give this a try?
> 

this fixed the issue.

Big thanks!
Comment 6 Rafael J. Wysocki 2008-04-07 05:49:02 UTC
Regressions list annotation:
Handled-By : Jesse Barnes <jbarnes@virtuousgeek.org>
Patch : http://bugzilla.kernel.org/attachment.cgi?id=15627&action=view
Comment 7 Jesse Barnes 2008-04-07 09:09:53 UTC
Patch is upstream now, so we can probably close this one.