[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 --- Comment #9 from a...@lxorguk.ukuu.org.uk 2009-03-24 10:57 --- (pwc has a similar problem btw) -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 6790] VIA Unichrome / Pro prolems
http://bugzilla.kernel.org/show_bug.cgi?id=6790 a...@lxorguk.ukuu.org.uk changed: What|Removed |Added CC||a...@lxorguk.ukuu.org.uk Status|NEW |REJECTED Resolution||INSUFFICIENT_DATA --- Comment #19 from a...@lxorguk.ukuu.org.uk 2009-03-24 08:27 --- Closing as stale -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 --- Comment #8 from mi...@elte.hu 2009-03-24 02:45 --- testing latest -tip would be useful: http://people.redhat.com/mingo/tip.git/README in particular the fix below has a chance of resolving it. Ingo > >From 9cdec049389ce2c324fd1ec508a71528a27d4a07 Mon Sep 17 00:00:00 2001 From: Pallipadi, Venkatesh Date: Mon, 23 Mar 2009 12:07:20 -0700 Subject: [PATCH] x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot While looking at the issue in the thread: http://marc.info/?l=dri-devel&m=123606627824556&w=2 noticed a bug in pci PAT code and memory type setting. PCI mmap code did not set the proper protection in vma, when it inherited protection in reserve_memtype. This bug only affects the case where there exists a WC mapping before X does an mmap with /proc or /sys pci interface. This will cause X userlevel mmap from /proc or /sysfs to fail on fork. Reported-by: Kevin Winchester Signed-off-by: Venkatesh Pallipadi Signed-off-by: Suresh Siddha Cc: Jesse Barnes Cc: Dave Airlie Cc: LKML-Reference: <20090323190720.ga16...@linux-os.sc.intel.com> Signed-off-by: Ingo Molnar --- arch/x86/pci/i386.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/x86/pci/i386.c b/arch/x86/pci/i386.c index 5ead808..f234a37 100644 --- a/arch/x86/pci/i386.c +++ b/arch/x86/pci/i386.c @@ -319,6 +319,9 @@ int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, return -EINVAL; } flags = new_flags; + vma->vm_page_prot = __pgprot( + (pgprot_val(vma->vm_page_prot) & ~_PAGE_CACHE_MASK) | + flags); } if (((vma->vm_pgoff < max_low_pfn_mapped) || -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12924] New: On GM965 KMS enabled kernel X does not draw untill mouse is moved. Probably IRQ problems.
http://bugzilla.kernel.org/show_bug.cgi?id=12924 Summary: On GM965 KMS enabled kernel X does not draw untill mouse is moved. Probably IRQ problems. Product: Drivers Version: 2.5 KernelVersion: 2.6.29 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: blocking Priority: P1 Component: Video(DRI) AssignedTo: drivers_video-...@kernel-bugs.osdl.org ReportedBy: mateusz.ka...@gmail.com Latest working kernel version: Every version with KMS disabled. Earliest failing kernel version: Same problem with 2.6.29rc8 Distribution: GNU/Linux Debian Sid Hardware Environment: 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) Software Environment: Xorg(master) libdrm(master) xf86-intel(master) mesa(master) Problem Description: X does not draw elements unless mouse currsor is moved. Moreover things are horribly slow. Also after booting in KMS enabled mode. grep i915 /proc/interrupts 29: 1 0 PCI-MSI-edge i915 After booting in KMS disabled mode. grep i915 /proc/interrupts 29: 5853 5411 PCI-MSI-edge i...@pci::00:02.0 dmesg/syslog/Xorg.0.log does not produce any strange information so not attached. Steps to reproduce: Boot in KMS enabled kernel 2.6.29 on GM965 with software as above and startx or gdm. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12705] X200: Brightness broken since 2.6.29-rc4-58-g4c098bc
http://bugzilla.kernel.org/show_bug.cgi?id=12705 len.br...@intel.com changed: What|Removed |Added AssignedTo|drivers_video-...@kernel- |e...@anholt.net |bugs.osdl.org | -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12634] video distortion and lockup with i830 video chip and 2.6.28.3
http://bugzilla.kernel.org/show_bug.cgi?id=12634 --- Comment #21 from r...@sisk.pl 2009-03-23 15:20 --- On Saturday 21 March 2009, Robert Raitz wrote: > > Yes, this bug remains for the i830. I'd like go get it fixed, if at all > possible. > > > --- On Sat, 3/21/09, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki > > Subject: [Bug #12634] video distortion and lockup with i830 video chip and > > 2.6.28.3 > > To: "Linux Kernel Mailing List" > > Cc: "Kernel Testers List" , "Bob Raitz" > > > > Date: Saturday, March 21, 2009, 12:07 PM > > This message has been generated automatically as a part of a > > report > > of regressions introduced between 2.6.27 and 2.6.28. > > > > The following bug entry is on the current list of known > > regressions > > introduced between 2.6.27 and 2.6.28. Please verify if it > > still should > > be listed and let me know (either way). > > > > > > Bug-Entry : > > http://bugzilla.kernel.org/show_bug.cgi?id=12634 > > Subject : video distortion and lockup with i830 video chip > > and 2.6.28.3 > > Submitter : Bob Raitz > > Date: 2009-02-04 21:10 (46 days old) -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12419] possible circular locking dependency on i915 dma
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #15 from r...@sisk.pl 2009-03-23 15:19 --- On Monday 23 March 2009, Wang Chen wrote: > Rafael J. Wysocki said the following on 2009-3-22 0:28: > > This message has been generated automatically as a part of a report > > of recent regressions. > > > > The following bug entry is on the current list of known regressions > > from 2.6.28. Please verify if it still should be listed and let me know > > (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12419 > > Subject : possible circular locking dependency on i915 dma > > Submitter : Wang Chen > > Date: 2009-01-08 14:11 (73 days old) > > not yet fixed :) -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 8427] Kernel Panic on shuting down with Xserver using i810 driver
http://bugzilla.kernel.org/show_bug.cgi?id=8427 a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |REJECTED Resolution||INSUFFICIENT_DATA -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12419] possible circular locking dependency on i915 dma
http://bugzilla.kernel.org/show_bug.cgi?id=12419 a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |CLOSED Resolution||CODE_FIX -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 --- Comment #7 from a...@lxorguk.ukuu.org.uk 2009-03-23 10:44 --- I'd take a bet on this being the PAT/mmap breakage again -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 --- Comment #1 from avill...@ceibo.fiec.espol.edu.ec 2009-03-23 08:59 --- Created an attachment (id=20642) --> (http://bugzilla.kernel.org/attachment.cgi?id=20642&action=view) Kernel configuration which succeeds in 2.6.29-rc5 and fails in 2.6.29-rc6 and up. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 --- Comment #4 from avill...@ceibo.fiec.espol.edu.ec 2009-03-23 09:05 --- Created an attachment (id=20645) --> (http://bugzilla.kernel.org/attachment.cgi?id=20645&action=view) strace output that shows EAGAIN as error from mmap2 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 --- Comment #6 from avill...@ceibo.fiec.espol.edu.ec 2009-03-23 09:08 --- Sorry for double-posting the attachment. I attempted to bisect this bug over the weekend. This is what I got so far: git bisect start # bad: [fec6c6fec3e20637bee5d276fb61dd8b49a3f9cc] Linux 2.6.29-rc7 git bisect bad fec6c6fec3e20637bee5d276fb61dd8b49a3f9cc # good: [d2f8d7ee1a9b4650b4e43325b321801264f7c37a] Linux 2.6.29-rc5 git bisect good d2f8d7ee1a9b4650b4e43325b321801264f7c37a # bad: [ddf9499b3d1e655f212f22b0a703506fcac90b25] x86, Voyager: fix compile by lifting the degeneracy of phys_cpu_present_map git bisect bad ddf9499b3d1e655f212f22b0a703506fcac90b25 # bad: [ba95fd47d177d46743ad94055908d22840370e06] Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block git bisect bad ba95fd47d177d46743ad94055908d22840370e06 # good: [48c0d9ece360ff6001e2ae36aa9b34446d0388a8] Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable git bisect good 48c0d9ece360ff6001e2ae36aa9b34446d0388a8 # bad: [82eb03cfd862a65363fa2826de0dbd5474cfe5e2] cciss: PCI power management reset for kexec git bisect bad 82eb03cfd862a65363fa2826de0dbd5474cfe5e2 # good: [8ce9a75a307e142a8871c649627555e0e4a1eefb] Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip git bisect good 8ce9a75a307e142a8871c649627555e0e4a1eefb -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 --- Comment #5 from avill...@ceibo.fiec.espol.edu.ec 2009-03-23 09:07 --- Created an attachment (id=20646) --> (http://bugzilla.kernel.org/attachment.cgi?id=20646&action=view) strace output that shows EAGAIN as error from mmap2 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 --- Comment #3 from avill...@ceibo.fiec.espol.edu.ec 2009-03-23 09:01 --- Created an attachment (id=20644) --> (http://bugzilla.kernel.org/attachment.cgi?id=20644&action=view) Full xorg log when bug happens. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 avill...@ceibo.fiec.espol.edu.ec changed: What|Removed |Added Attachment #20644|application/octet-stream|text/plain mime type|| -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 --- Comment #2 from avill...@ceibo.fiec.espol.edu.ec 2009-03-23 09:01 --- Created an attachment (id=20643) --> (http://bugzilla.kernel.org/attachment.cgi?id=20643&action=view) dmesg output for 2.6.29-rc8 which also shows the bug. I do not see any message that could point to some particular problem, because similar messages appear in rc5, but I could be wrong. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 avill...@ceibo.fiec.espol.edu.ec changed: What|Removed |Added Regression|0 |1 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12920] New: savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12920 Summary: savage: mmap2 of /dev/dri/card0 fails with EAGAIN since 2.6.29-rc6 Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc6 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Video(DRI) AssignedTo: drivers_video-...@kernel-bugs.osdl.org ReportedBy: avill...@ceibo.fiec.espol.edu.ec Latest working kernel version: 2.6.29-rc5 Earliest failing kernel version: 2.6.29-rc6 Distribution: Fedora 10 i386 Hardware Environment: /proc/cpuinfo: processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 1 model name : Intel(R) Pentium(R) 4 CPU 1.70GHz stepping: 2 cpu MHz : 1700.047 cache size : 256 KB fdiv_bug: no hlt_bug : no f00f_bug: no coma_bug: no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pebs bts bogomips: 3400.09 clflush size: 64 power management: /proc/iomem: - : reserved 0001-0009fbff : System RAM 0009fc00-0009 : reserved 000a-000b : Video RAM area 000c-000cbfff : Video ROM 000f-000f : reserved 000f-000f : System ROM 0010-1f7e : System RAM 0040-0068676c : Kernel code 0068676d-007eca67 : Kernel data 00838000-00c3fd83 : Kernel bss 1f7f-1f7f7fff : ACPI Tables 1f7f8000-1f7f : ACPI Non-volatile Storage ceb0-debf : PCI Bus :01 d000-d7ff : :01:00.0 d000-d06e : vesafb ded0-deef : PCI Bus :01 dee7-dee7 : :01:00.0 dee8-deef : :01:00.0 df00-df7f : :00:09.0 dffe-dffe7fff : :00:09.0 dfffee00-dfffeeff : :00:12.0 dfffee00-dfffeeff : via-rhine dfffef00-dfffefff : :00:10.3 dfffef00-dfffefff : ehci_hcd d000-dfff : :00:09.0 e000-efff : :00:00.0 fec0-fec00fff : reserved fee0-fee00fff : Local APIC fee0-fee00fff : reserved fff8- : reserved /proc/ioports: -001f : dma1 0020-0021 : pic1 0040-0043 : timer0 0050-0053 : timer1 0060-0060 : keyboard 0064-0064 : keyboard 0070-0071 : rtc0 0080-008f : dma page reg 00a0-00a1 : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : :00:11.1 0170-0177 : pata_via 01f0-01f7 : :00:11.1 01f0-01f7 : pata_via 0201-0208 : ns558-pnp 0295-0296 : it87 0295-0296 : it87 0330-0331 : MPU401 UART 0376-0376 : :00:11.1 0376-0376 : pata_via 0378-037a : parport0 03c0-03df : vesafb 03f2-03f2 : floppy 03f4-03f5 : floppy 03f6-03f6 : :00:11.1 03f6-03f6 : pata_via 03f7-03f7 : floppy 03f8-03ff : serial 0400-040f : :00:11.0 0400-0407 : vt596_smbus 0800-087f : :00:11.0 0800-0803 : ACPI PM1a_EVT_BLK 0804-0805 : ACPI PM1a_CNT_BLK 0808-080b : ACPI PM_TMR 0810-0815 : ACPI CPU throttle 0820-0823 : ACPI GPE0_BLK 0cf8-0cff : PCI conf1 cc00-ccff : :00:12.0 cc00-ccff : via-rhine d000-d0ff : :00:11.5 d000-d0ff : VIA8233 d400-d41f : :00:10.0 d400-d41f : uhci_hcd d800-d81f : :00:10.1 d800-d81f : uhci_hcd dc00-dc1f : :00:10.2 dc00-dc1f : uhci_hcd e000-e007 : :00:0b.0 e400-e407 : :00:0b.0 e400-e402 : parport1 e403-e407 : parport1 e800-e81f : :00:0b.0 e800-e807 : serial e808-e80f : serial ec00-ecff : :00:09.0 fc00-fc0f : :00:11.1 fc00-fc0f : pata_via lspci -vvv 00:00.0 Host bridge: VIA Technologies, Inc. P4M266 Host Bridge Subsystem: VIA Technologies, Inc. Device Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- 00:09.0 VGA compatible controller: Oak Technology, Inc OTI-64111 [Spitfire] (rev 10) (prog-if 00 [VGA controller]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R
[Bug 12899] Crash in i915.ko: i915_driver_irq_handler
http://bugzilla.kernel.org/show_bug.cgi?id=12899 --- Comment #2 from helge.bahm...@secunet.com 2009-03-22 06:38 --- Are you sure this is sane? I mean, i915_gem_cleanup_hws sets dev_priv->hw_status_page=NULL without any locks held (that I am aware of, at least), and the irq handler is accessing the value without any locks either. The check for dev_priv->hw_status_page!=0 added into the irq handler IMHO just "shortens" the race window to the few instructions between performing the test and the subsequent READ_BREADCRUMB and thus "hides" the problem better. Is there any guard between i915_gem_cleanup_hws and the irq handler racing which I am missing so far? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #25 from se...@hallyn.com 2009-03-21 15:15 --- Eric Anholdt, Dave Airlie, can you take a quick look at this regression introduced by ab657db12d7020629f26f30d287558a8d0e32b41 ? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12899] Crash in i915.ko: i915_driver_irq_handler
http://bugzilla.kernel.org/show_bug.cgi?id=12899 --- Comment #1 from e...@anholt.net 2009-03-20 13:06 --- Looks sane to me. Could you send the patch to lkml or dri-de...@lists.sf.net with a commit message and Signed-off-by:? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12900] [intel 855GM] problems with tiled output in various circumstances
http://bugzilla.kernel.org/show_bug.cgi?id=12900 dan...@ffwll.ch changed: What|Removed |Added Regression|0 |1 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12900] New: [intel 855GM] problems with tiled output in various circumstances
http://bugzilla.kernel.org/show_bug.cgi?id=12900 Summary: [intel 855GM] problems with tiled output in various circumstances Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc8 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Video(DRI) AssignedTo: drivers_video-...@kernel-bugs.osdl.org ReportedBy: dan...@ffwll.ch CC: jbar...@virtuousgeek.org Latest working kernel version: 2.6.29-rc3 Distribution: debian unstable Hardware Environment: IBM X40 Latop Problem Description: In short: When using kms, glxgears is strangely tiled. When _not_ using kms, all the output (save the X cursor) of the 2d ddx is strangely tiled (if the ddx is new enough to support tiling). For the details, see my original bug report on the 2d intel ddx at https://bugs.freedesktop.org/show_bug.cgi?id=20289 After some testing it looks like the kernel is the culprit. For tracking down the exact commit with bisecting my userspace env was: xf86-video-intel: xf86-video-intel-2.4.97.0-369-gd9dbdb3 (using git describe) xorg: 1.6 rc from debian experimental libdrm: libdrm-2.4.5-41-g82eac80 According to my bisect-run, the breakage was introduced in the following commit: commit 0f973f27888e4664b253ab2cf69c67c2eb80ab1b Author: Jesse Barnes Date: Mon Jan 26 17:10:45 2009 -0800 drm/i915: add fence register management to execbuf I've tried to revert this on top of 2.6.29-rc8, but this failed due to merge conflicts. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12899] New: Crash in i915.ko: i915_driver_irq_handler
http://bugzilla.kernel.org/show_bug.cgi?id=12899 Summary: Crash in i915.ko: i915_driver_irq_handler Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc8 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: high Priority: P1 Component: Video(DRI) AssignedTo: drivers_video-...@kernel-bugs.osdl.org ReportedBy: helge.bahm...@secunet.com linux-2.6.29-rc8, no kernel modesetting, X server running with legacy DRI I observe frequent kernel NULL pointer dereferences in i915_driver_irq_handler while switching from a running X server back into the VGA text console. Machine locks hard very shortly afterwards, so all backtraces via serial console are truncated, the last messages are at best: [drm:gm45_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0 BUG: unable to handle kernel NULL pointer dereference at 0084 IP: [] i915_driver_irq_handler+0x135/0x1b7 [i915] >From the disassembly I guess that the culprit is: if (dev->primary->master) { master_priv = dev->primary->master->driver_priv; if (master_priv->sarea_priv) master_priv->sarea_priv->last_dispatch = READ_BREADCRUMB(dev_priv);< CRASH } and after applying the following small patch: diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index 87b6b60..d7fe821 100644 --- a/drivers/gpu/drm/i915/i915_irq.c +++ b/drivers/gpu/drm/i915/i915_irq.c @@ -249,7 +249,7 @@ irqreturn_t i915_driver_irq_handler(DRM_IRQ_ARGS) if (dev->primary->master) { master_priv = dev->primary->master->driver_priv; - if (master_priv->sarea_priv) + if (master_priv->sarea_priv && dev_priv->hw_status_page) master_priv->sarea_priv->last_dispatch = READ_BREADCRUMB(dev_priv); } the problem goes away. The patch is most certainly *wrong*, but that it hides the problem hints that there must somewhere be a race between clearing out "->hw_status_page" and the interrupt handler. Someone with better understanding of the driver should have a look. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 11888] the screen remains black after resume
http://bugzilla.kernel.org/show_bug.cgi?id=11888 rui.zh...@intel.com changed: What|Removed |Added Component|Bluetooth |Video(Other) -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 11888] the screen remains black after resume
http://bugzilla.kernel.org/show_bug.cgi?id=11888 rui.zh...@intel.com changed: What|Removed |Added Component|Video(DRI) |Bluetooth -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12765] i915 VT switch with AIGLX causes X lock up
http://bugzilla.kernel.org/show_bug.cgi?id=12765 --- Comment #3 from r...@sisk.pl 2009-03-19 06:03 --- On Monday 16 March 2009, Sitsofe Wheeler wrote: > On Sat, Mar 14, 2009 at 08:05:32PM +0100, Rafael J. Wysocki wrote: > > > > The following bug entry is on the current list of known regressions > > from 2.6.28. Please verify if it still should be listed and let me know > > (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12765 > > Subject : i915 VT switch with AIGLX causes X lock up > > Submitter : Sitsofe Wheeler > > Date: 2009-02-21 15:38 (22 days old) > > Still here in 2.6.29-rc8. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 11888] the screen remains black after resume
http://bugzilla.kernel.org/show_bug.cgi?id=11888 yakui.z...@intel.com changed: What|Removed |Added AssignedTo|yakui.z...@intel.com|drivers_video-...@kernel- ||bugs.osdl.org Status|ASSIGNED|NEW -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #23 from jkarl...@cc.hut.fi 2009-03-18 12:03 --- Ok did monte carlo on new bisect: ab657db12d7020629f26f30d287558a8d0e32b41 is first bad commit commit ab657db12d7020629f26f30d287558a8d0e32b41 Author: Eric Anholt Date: Fri Jan 23 12:57:47 2009 -0800 drm/i915: Set up an MTRR covering the GTT at driver load. We'd love to just be using PAT, but even on chips with PAT it gets disabled sometimes due to an errata. It would probably be better to have pat_enabled exported and only bother with this when !pat_enabled. Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie :04 04 38f014e90bbc5787444f7be042af496b5ffc4048 ac7d4a1c36531cb76bdff3f32fefbbf918ec89e5 M drivers I am still not comfortable of getting rc3 on uname -a, wonder why. Isn't http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99cbb86180bccd77f331f6e8eb7ce26aeea2cb72 a proper commit - listed in http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=shortlog;h=v2.6.29-rc5 just before the commit blamed earlier... -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #24 from jkarl...@cc.hut.fi 2009-03-18 12:08 --- CONFIG_X86_PAT=y In case you are wondering. Needless to say I used a fresh clone from linus's tree. build command 479 cd /usr/src/linux-2.6/ && cp /boot/config-2.6.29-rc4 .config && make oldconfig && make -j3 all && make install modules_install && make clean mrproper distclean && init 6 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 6790] VIA Unichrome / Pro prolems
http://bugzilla.kernel.org/show_bug.cgi?id=6790 a...@lxorguk.ukuu.org.uk changed: What|Removed |Added KernelVersion|2.6.15 |2.6.23rc8 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #22 from se...@hallyn.com 2009-03-17 08:49 --- One more note - if you do a: git diff 99cbb86180bccd77f331f6e8eb7ce26aeea2cb72 fb5ae64fdde29236e1a15e0366946df7060f41f2 you see there are in fact a lot of changes, including agp and drm related changes. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #21 from se...@hallyn.com 2009-03-17 08:41 --- In fact, it might not hurt to start in a fresh directory doing git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git and testing there. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #20 from se...@hallyn.com 2009-03-17 08:38 --- Sorry, the first commit id should be: 14fa43f53ff3a9c3d8b9662574b7369812a31a97 not 1d7b33f77b2d8b0b1ee767e6f8f05cbd9d72cb7c -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #19 from se...@hallyn.com 2009-03-17 08:34 --- (In reply to comment #4) > Bug is still present in 2.6.29-rc8 > > I can actually get X to start if I set i915.modeset=1, but not in a useable > state (no cursor and no keyboard) > > I did explicitly confirm bisect, on second run oldconfig asked about dma > remapping (set to N) > > kant ~ # diff -u /boot/config /boot/config.old > -# CONFIG_DMAR_DEFAULT_ON is not set > > With 99cbb86180bccd77f331f6e8eb7ce26aeea2cb72 I got normal operation, the > other > reproduces the bug. > > 491 git checkout 99cbb86180bccd77f331f6e8eb7ce26aeea2cb72 Wait, what is this one? Was this one successfull? BC this commit is from Mar 13 and is actually not applied in Linus' main branch (IIUC). > 492 cp /boot/config-2.6.29-rc4 .config > 493 make oldconfig > 494 make -j3 all && make install modules_install && make clean mrproper && > init 6 > 495 cd /usr/src/linux-2.6 > 496 git checkout fb5ae64fdde29236e1a15e0366946df7060f41f2 You also didn't copy /boot/config-2.6.29-rc4 .config between the two builds. Which could be a problem precisely because the first tree you compiled was a month newer than the second one. So I think you want to try the following to really confirm whether X starts failing at the commit being blamed: make clean && make distclean && make mrproper && clean this bad boy out ferreal git checkout 1d7b33f77b2d8b0b1ee767e6f8f05cbd9d72cb7c cp /boot/config-2.6.29-rc4 .config make oldconfig && make -j3 all && make install modules_install && init 6 [ confirm that X works ] git checkout fb5ae64fdde29236e1a15e0366946df7060f41f2 cp /boot/config-2.6.29-rc4 .config make oldconfig && make -j3 all && make install modules_install && init 6 [ confirm that X does not work ] -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12419] possible circular locking dependency on i915 dma
http://bugzilla.kernel.org/show_bug.cgi?id=12419 sits...@yahoo.com changed: What|Removed |Added AssignedTo|sits...@yahoo.com |drivers_video-...@kernel- ||bugs.osdl.org Status|ASSIGNED|NEW -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12419] possible circular locking dependency on i915 dma
http://bugzilla.kernel.org/show_bug.cgi?id=12419 sits...@yahoo.com changed: What|Removed |Added AssignedTo|drivers_video-...@kernel- |sits...@yahoo.com |bugs.osdl.org | Status|NEW |ASSIGNED --- Comment #14 from sits...@yahoo.com 2009-03-17 08:01 --- OK if this latest fix went into for-review (it was kind of hard to tell because the dates are unchanged but the commit id has) then the problem has been resolved (only the classic [drm:drm_wait_vblank] *ERROR* failed to acquire vblank counter, -22 seems to be logged). -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12419] possible circular locking dependency on i915 dma
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #13 from e...@anholt.net 2009-03-16 15:22 --- Thanks for the report. I think this was the bug: - ret = i915_dispatch_cmdbuffer(dev, cmdbuf, cliprects, data); + ret = i915_dispatch_cmdbuffer(dev, cmdbuf, cliprects, batch_data); but I still haven't actually tested that path yet (been trying to get the GEM paths solid). New for-review pushed. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #18 from jkarl...@cc.hut.fi 2009-03-16 15:05 --- I was not saying anything radically new or relevant, anything >=rc5 fails, sorry for the poor phrasing. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #17 from se...@hallyn.com 2009-03-16 14:48 --- Sorry - are you saying that without git, rc6 works fine? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12418] Repeated ioctl(4, 0x40046445, ..) loop in glxgears
http://bugzilla.kernel.org/show_bug.cgi?id=12418 r...@sisk.pl changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #16 from jkarl...@cc.hut.fi 2009-03-16 13:22 --- You can always question the bisect. Still haven't seen anything newer than 99cbb86180bccd77f331f6e8eb7ce26aeea2cb72 (which I retested) work properly. I also find curious how oldconfig asks about dma remapping being on by default, even though there is nothing new in kernel configuration system between these 2 revisions afaik. This particular trait seems to correlate with xorg being able to start. Perhaps I just suck at git, still I am quite confident that there actually is a bug ;) - without git the regression is limited to rc4...rc5. Also tried not compiling alsa and not compiling dma remapping as well as setting it on as default, none of which has any effect. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12418] Repeated ioctl(4, 0x40046445, ..) loop in glxgears
http://bugzilla.kernel.org/show_bug.cgi?id=12418 venkatesh.pallip...@intel.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution||CODE_FIX --- Comment #1 from venkatesh.pallip...@intel.com 2009-03-16 11:16 --- Looks like problem is gone with latest git (5bee17f). Not sure what commit fixed this problem. Please close this bug. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 se...@hallyn.com changed: What|Removed |Added CC||airl...@linux.ie --- Comment #15 from se...@hallyn.com 2009-03-16 07:47 --- Hi David, could you look over the comments in this post and tell me if it rings any bells about what sorts of situations would cause the case where, when running startx, agp_bridge->agp_in_use > 0? The kernel bisect results claim that this started happening as of a patch (which I wrote) which, in the test machine, moves some calls to a static inline empty function (put_user_ns) around. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12778] suspend regression from 29rc5 to 29rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12778 rui.zh...@intel.com changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #8 from rui.zh...@intel.com 2009-03-15 18:40 --- (In reply to comment #7) > Thanks for the update. > > If you have DRI enabled in the X config, please try to disable it and see if > that makes a difference. here, you probably need a reboot to unload the drm/i915 driver. :) -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #14 from jkarl...@cc.hut.fi 2009-03-15 14:27 --- "Yes No AGP bridge found" can also be found in dmesg on working kernel 2.6.29-rc4-wl -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #13 from se...@hallyn.com 2009-03-15 14:04 --- Right. AGPIOC_INFO returns -EINVAL only if agp_fe.current_controller==NULL. AGPIOC_ACQUIRE returns -EBUSY only if agp_fe.current_controller!=NULL or &agp_bridge->agp_in_use!=0. So agp_in_use is not 0. We need someone who knows about X and agp to tell us under what conditions that can happen. I don't know who that is. One more question - does the 'No AGP bridge found' early in dmesg also show up when you boot with a kernel that works? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #12 from jkarl...@cc.hut.fi 2009-03-15 13:10 --- No other X processes were running. startx outputs btw (EE) GARTInit: AGPIOC_INFO failed (Invalid argument) (EE) intel(0): Failed to allocate space for kernel memory manager (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Couldn't allocate video memory Already attached new strace. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #11 from se...@hallyn.com 2009-03-15 12:42 --- Yeah, please do give a new bad strace output. I don't know about x to know which differences are relevant. Based on what I'm seeing so far, though, it looks as though the key lines would be: 3491 open("/dev/agpgart", O_RDWR) = 10 3491 ioctl(10, AGPIOC_ACQUIRE or APM_IOC_STANDBY, 0) = -1 EBUSY (Device or resource busy) According to drivers/char/agp/frontend.c this means that agp_fe.current_controller is already set or &agp_bridge->agp_in_use is not 0. Is X already running on some other console when it fails??? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 jkarl...@cc.hut.fi changed: What|Removed |Added Attachment #20525|0 |1 is obsolete|| --- Comment #10 from jkarl...@cc.hut.fi 2009-03-15 12:08 --- Created an attachment (id=20534) --> (http://bugzilla.kernel.org/attachment.cgi?id=20534&action=view) xorg strace on libdrm-2.4.5 (broken 2.6.29-rc8) Well generated one anyways... -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #9 from jkarl...@cc.hut.fi 2009-03-15 11:15 --- Created an attachment (id=20533) --> (http://bugzilla.kernel.org/attachment.cgi?id=20533&action=view) strace output for good 2.6.29-rc4-wl (wireless testing) This may be a bit different since I upgraded to libdrm-2.4.5 and ~-intel-2.6.3 ... Which btw brings up only black screen on UXA when starting X [drm:i915_setparam] *ERROR* unknown parameter 4 [drm:i915_getparam] *ERROR* Unknown parameter 6 [drm:i915_getparam] *ERROR* Unknown parameter 6 Probably irrelevant, ask if you want matching strace on broken revision. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #8 from se...@hallyn.com 2009-03-15 07:54 --- Thanks, so both cgroups (and therefore config_user_sched) and user namespaces are turned off. Meaning put_user_ns(), which is the only thing moved in this commit, is an empty static inline function. Suspicious :) Sorry I had missed the fact that you'd appended strace output last night. Could you also upload the result of a successful strace? thanks, -serge -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #7 from jkarl...@cc.hut.fi 2009-03-15 04:43 --- Created an attachment (id=20529) --> (http://bugzilla.kernel.org/attachment.cgi?id=20529&action=view) linux config from the first broken commit -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12444] X hangs following switch from radeonfb console - Bisected
http://bugzilla.kernel.org/show_bug.cgi?id=12444 r...@sisk.pl changed: What|Removed |Added Status|NEW |CLOSED Resolution||CODE_FIX -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12444] X hangs following switch from radeonfb console - Bisected
http://bugzilla.kernel.org/show_bug.cgi?id=12444 --- Comment #7 from r...@sisk.pl 2009-03-15 03:46 --- On Sunday 15 March 2009, Graham Murray wrote: > I am no longer seeing this problem with 2.6.29-rc8-00090g326d851, but I > have also upgrade various parts of X including the radeon driver to > version 6.12.0. > > > This message has been generated automatically as a part of a report > > of recent regressions. > > > > The following bug entry is on the current list of known regressions > > from 2.6.28. Please verify if it still should be listed and let me know > > (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12444 > > Subject : X hangs following switch from radeonfb console - > > Bisected > > Submitter : Graham Murray > > Date: 2009-01-13 14:03 (61 days old) -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12806] i915 broken STR
http://bugzilla.kernel.org/show_bug.cgi?id=12806 r...@sisk.pl changed: What|Removed |Added Status|REJECTED|CLOSED -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12806] i915 broken STR
http://bugzilla.kernel.org/show_bug.cgi?id=12806 r...@sisk.pl changed: What|Removed |Added Status|NEW |REJECTED Resolution||INVALID -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12806] i915 broken STR
http://bugzilla.kernel.org/show_bug.cgi?id=12806 --- Comment #3 from r...@sisk.pl 2009-03-15 03:32 --- On Sunday 15 March 2009, Harvey Harrison wrote: > On Sat, 2009-03-14 at 20:05 +0100, Rafael J. Wysocki wrote: > > This message has been generated automatically as a part of a report > > of recent regressions. > > > > The following bug entry is on the current list of known regressions > > from 2.6.28. Please verify if it still should be listed and let me know > > (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12806 > > Subject : i915 broken STR > > Submitter : Harvey Harrison > > Date: 2009-02-28 4:20 (15 days old) > > > > > > You can close this, turns out KMS got enabled in my config and userspace > was too old to cope. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12778] suspend regression from 29rc5 to 29rc6
http://bugzilla.kernel.org/show_bug.cgi?id=12778 r...@sisk.pl changed: What|Removed |Added AssignedTo|power- |drivers_video-...@kernel- |management_ot...@kernel-|bugs.osdl.org |bugs.osdl.org | Status|NEEDINFO|NEW -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12634] video distortion and lockup with i830 video chip and 2.6.28.3
http://bugzilla.kernel.org/show_bug.cgi?id=12634 --- Comment #20 from pappy_mc...@yahoo.com 2009-03-15 01:16 --- (In reply to comment #19) > So is there any known working situation? What do you mean by "updating to > GEM"? > Moving to mesa-7.2, and libdrm-2.4.5, which contain code for GEM. In other words, where it used to say "Failed to initialize TTM. Falling back to classic," it then said "Failed to intitialize GEM. Falling back to classic." Known working situation, as in, does it work at all with 2.6.28.x. No, this machine will not work that way. The machine in question simply will not work properly under X with a .28 kernel. It is currently working with 2.6.27.19. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #6 from se...@hallyn.com 2009-03-14 21:11 --- Please attach your .config. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #5 from jkarl...@cc.hut.fi 2009-03-14 17:20 --- Created an attachment (id=20525) --> (http://bugzilla.kernel.org/attachment.cgi?id=20525&action=view) strace output Sorry no other useful logs available. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #4 from jkarl...@cc.hut.fi 2009-03-14 17:18 --- Bug is still present in 2.6.29-rc8 I can actually get X to start if I set i915.modeset=1, but not in a useable state (no cursor and no keyboard) I did explicitly confirm bisect, on second run oldconfig asked about dma remapping (set to N) kant ~ # diff -u /boot/config /boot/config.old -# CONFIG_DMAR_DEFAULT_ON is not set With 99cbb86180bccd77f331f6e8eb7ce26aeea2cb72 I got normal operation, the other reproduces the bug. 491 git checkout 99cbb86180bccd77f331f6e8eb7ce26aeea2cb72 492 cp /boot/config-2.6.29-rc4 .config 493 make oldconfig 494 make -j3 all && make install modules_install && make clean mrproper && init 6 495 cd /usr/src/linux-2.6 496 git checkout fb5ae64fdde29236e1a15e0366946df7060f41f2 497 make oldconfig 498 make -j3 all && make install modules_install -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12634] video distortion and lockup with i830 video chip and 2.6.28.3
http://bugzilla.kernel.org/show_bug.cgi?id=12634 --- Comment #19 from d...@gentoo.org 2009-03-14 16:56 --- So is there any known working situation? What do you mean by "updating to GEM"? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 se...@hallyn.com changed: What|Removed |Added CC||se...@hallyn.com --- Comment #3 from se...@hallyn.com 2009-03-14 16:21 --- Thanks for bisecting. The result is a bit perplexing... do you get any other meaningful information in /var/log/syslog or /var/log/messages? Can you try running X under strace (maybe strace -f -o xoutput startx)? Also, especially if this isn't 100% reproducible, it might be worth going to the previous commit and booting with that a few times to make sure this is the bad commit. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12419] possible circular locking dependency on i915 dma
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #12 from r...@sisk.pl 2009-03-14 14:10 --- First-Bad-Commit : 546b0974c39657017407c86fe79811100b60700d -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12596] kernel modesetting: text rendering in rxvt really slow
http://bugzilla.kernel.org/show_bug.cgi?id=12596 --- Comment #11 from fmick...@gmx.de 2009-03-14 13:30 --- see also http://bugs.freedesktop.org/show_bug.cgi?id=20666 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12834] Resume from RAM on PowerBook broken by commit 1fb25cb8b83e85f5bf1a4adb3c9a254c4ce92405
http://bugzilla.kernel.org/show_bug.cgi?id=12834 r...@sisk.pl changed: What|Removed |Added Status|NEW |CLOSED Resolution||CODE_FIX --- Comment #1 from r...@sisk.pl 2009-03-14 13:17 --- Fixed by: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d801cec70d69d2d4121e133edd5c3237fe0e0078 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12596] kernel modesetting: text rendering in rxvt really slow
http://bugzilla.kernel.org/show_bug.cgi?id=12596 fmick...@gmx.de changed: What|Removed |Added Status|NEW |REJECTED Resolution||INVALID --- Comment #10 from fmick...@gmx.de 2009-03-14 12:38 --- PEBCAK -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12765] i915 VT switch with AIGLX causes X lock up
http://bugzilla.kernel.org/show_bug.cgi?id=12765 --- Comment #2 from r...@sisk.pl 2009-03-14 11:39 --- Caused by: commit 14d200c5e5bd19219d930bbb9a5a22758c8f5bec Author: Jesse Barnes Date: Fri Feb 6 13:04:49 2009 -0800 drm/i915: capture last_vblank count at IRQ uninstall time too Signed-off-by: Jesse Barnes Acked-by: Michel Dänzer Tested-by: Timo Aaltonen Signed-off-by: Dave Airlie First-Bad-Commit : 14d200c5e5bd19219d930bbb9a5a22758c8f5bec -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12419] possible circular locking dependency on i915 dma
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #11 from sits...@yahoo.com 2009-03-14 07:43 --- Testing the for-review tree (2.6.29-rc7-00158-gbe68829) on http://git.kernel.org/?p=linux/kernel/git/anholt/drm-intel.git;a=summary results in GL not working at all and messages like the following appearing in dmesg on my i915: [ 406.861101] [drm:drm_wait_vblank] *ERROR* failed to acquire vblank counter, -22 [ 406.863975] [drm:i915_cmdbuffer] *ERROR* i915_dispatch_cmdbuffer failed -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12596] kernel modesetting: text rendering in rxvt really slow
http://bugzilla.kernel.org/show_bug.cgi?id=12596 --- Comment #9 from jbar...@virtuousgeek.org 2009-03-13 17:49 --- Yeah, the rxvt slowness is probably not a kernel problem but an UXA problem of some kind. Please close this one out and file a new bug at bugs.freedesktop.org. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12596] kernel modesetting: text rendering in rxvt really slow
http://bugzilla.kernel.org/show_bug.cgi?id=12596 fmick...@gmx.de changed: What|Removed |Added Summary|kernel modesetting: black |kernel modesetting: text |screen |rendering in rxvt really ||slow --- Comment #8 from fmick...@gmx.de 2009-03-13 17:34 --- hi, i just tested i915.modeset=1 again with rc-8 + eanholt/intel-drm-next for my dualhead setup i amended the xorg.conf driver section to use the right monitor-sections (because of the rename LVDS -> LVDS1 and VGA -> VGA1 that wouldnt work anymore) that leaves no problems for me besides the last point: it seems the only real (persisting) problem in my bugreport was the slow rendering of text. this is with rxvt as virtual terminal. xterm, konsole and gnome-terminal all do not exhibit this slowness (5-10 secs to display dmesg) i've installed from current git: dri2proto inputproto libdrmlibXcomposite libXdamagelibXext libXfixes libXrandr mesa pixman randrprotoxextproto xf86-input-evdev xf86-video-intel xorg-server What should I do to get rxvt back up to speed? (i assume, that there are other programms which exhibit the same problem... but haven't found anything) do you need more info? should we close this bugreport and open a new one? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12769] 3D performance gets very choppy after suspend/resume cycle (intel video)
http://bugzilla.kernel.org/show_bug.cgi?id=12769 r...@sisk.pl changed: What|Removed |Added Status|REJECTED|CLOSED -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12769] 3D performance gets very choppy after suspend/resume cycle (intel video)
http://bugzilla.kernel.org/show_bug.cgi?id=12769 auslands...@gmx.de changed: What|Removed |Added Status|NEW |REJECTED Resolution||INVALID --- Comment #6 from auslands...@gmx.de 2009-03-13 00:46 --- Sergio, it seems you are right. Strange, that I did not see that before, but now I also have the problem with 2.6.27.10 ! Probably with updating to 2.6.29 I also updated some other stuff (e.g. mesa), but somehow I didn't notice the problem with 2.6.27.10. I changed the bug to rejected (hope that's the right term for it) and am now trying to find out where the problem is. Need to find older versions from mesa etc (will look for snapshots of debian respsitories). Thank you very much for the hint. Otherwise, it might have taken much more time until I realize that it is not the kernel. Michael -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 r...@sisk.pl changed: What|Removed |Added CC||r...@sisk.pl OtherBugsDependingO||12398 nThis|| -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #2 from jkarl...@cc.hut.fi 2009-03-12 12:09 --- Created an attachment (id=20508) --> (http://bugzilla.kernel.org/attachment.cgi?id=20508&action=view) Xorg log -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #1 from jkarl...@cc.hut.fi 2009-03-12 12:08 --- Created an attachment (id=20507) --> (http://bugzilla.kernel.org/attachment.cgi?id=20507&action=view) dmesg from 2.6.29-rc7 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 jkarl...@cc.hut.fi changed: What|Removed |Added Regression|0 |1 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12861] New: Xorg fails to start "Failed to allocate space for kernel memory manager"
http://bugzilla.kernel.org/show_bug.cgi?id=12861 Summary: Xorg fails to start "Failed to allocate space for kernel memory manager" Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc5 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Video(DRI) AssignedTo: drivers_video-...@kernel-bugs.osdl.org ReportedBy: jkarl...@cc.hut.fi Distribution: Gentoo Hardware Environment: macbook revision 2, intel gma950 Software Environment: xf86-video-intel-2.6.2 libdrm-2.4.4, gcc-4.3.3 Problem Description: Xorg fails to start Sorry if I misscategorized this I get (EE) intel(0): Failed to allocate space for kernel memory manager (==) intel(0): VideoRam: 16124 KB (II) intel(0): Attempting memory allocation with tiled buffers. (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (II) intel(0): Tiled allocation failed. (WW) intel(0): Couldn't allocate tiled memory, fb compression disabled (II) intel(0): Attempting memory allocation with untiled buffers. (WW) intel(0): Failed to allocate EXA offscreen memory. (II) intel(0): Untiled allocation failed. (II) intel(0): Couldn't allocate 3D memory, disabling DRI. (II) intel(0): Attempting memory allocation with untiled buffers. (WW) intel(0): Failed to allocate EXA offscreen memory. (II) intel(0): Untiled allocation failed. (EE) intel(0): Couldn't allocate video memory Unless I failed bisect this one is the bad commit ... doesn't make sense to me, but I'm not a kernel developer. fb5ae64fdde29236e1a15e0366946df7060f41f2 is first bad commit commit fb5ae64fdde29236e1a15e0366946df7060f41f2 Author: Serge E. Hallyn Date: Fri Feb 13 14:04:21 2009 + User namespaces: Only put the userns when we unhash the uid uids in namespaces other than init don't get a sysfs entry. For those in the init namespace, while we're waiting to remove the sysfs entry for the uid the uid is still hashed, and alloc_uid() may re-grab that uid without getting a new reference to the user_ns, which we've already put in free_user before scheduling remove_user_sysfs_dir(). Reported-and-tested-by: KOSAKI Motohiro Signed-off-by: Serge E. Hallyn Acked-by: David Howells Tested-by: Ingo Molnar Signed-off-by: Linus Torvalds -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12419] possible circular locking dependency on i915 dma
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #10 from e...@anholt.net 2009-03-11 12:37 --- untested patch in my for-review branch: commit 891d7ad89882bd81377f09b6dd5823686cc6ba07 Author: Eric Anholt Date: Wed Mar 11 12:30:04 2009 -0700 drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-GEM paths. This introduces allocation in the batch submission path that wasn't there previously, but this is a compatibility path so we care about simplicity more than performance. kernel.org bug #12419. Signed-off-by: Eric Anholt -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12769] 3D performance gets very choppy after suspend/resume cycle (intel video)
http://bugzilla.kernel.org/show_bug.cgi?id=12769 --- Comment #5 from auslands...@gmx.de 2009-03-11 01:57 --- Hi Sergio Well, I'm by far no expert here, but it seems strange to me that the problem may lie in Mesa 7.3 or libdrm as there are no problems with just the same Mesa/libdrm under kernel 2.6.27.10. But as I said, I'm no expert... Cheers, Michael -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12769] 3D performance gets very choppy after suspend/resume cycle (intel video)
http://bugzilla.kernel.org/show_bug.cgi?id=12769 --- Comment #4 from ser...@sergiomb.no-ip.org 2009-03-10 17:18 --- Could not be kernel dri it self, but libgl1-mesa-dri 7.3-1 Mesa 7.3 still underdevelopment, thought and could be the reason of the problem, it hard to tell what is the problem. Seem report again may be intel drv or libdrm ... -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12769] 3D performance gets very choppy after suspend/resume cycle (intel video)
http://bugzilla.kernel.org/show_bug.cgi?id=12769 --- Comment #3 from auslands...@gmx.de 2009-03-10 14:59 --- It seems nobody is interested?! Fortunately, 2.6.27.10 works pretty perfectly on my machine (except a buffer problem in iwlagn), so I'll stay with that. Cheers, Michael -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12444] X hangs following switch from radeonfb console - Bisected
http://bugzilla.kernel.org/show_bug.cgi?id=12444 --- Comment #6 from r...@sisk.pl 2009-03-07 15:03 --- On Saturday 07 March 2009, Graham Murray wrote: > "Rafael J. Wysocki" writes: > > > This message has been generated automatically as a part of a report > > of recent regressions. > > > > The following bug entry is on the current list of known regressions > > from 2.6.28. Please verify if it still should be listed and let me know > > (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12444 > > Subject : X hangs following switch from radeonfb console - > > Bisected > > Submitter : Graham Murray > > Date: 2009-01-13 14:03 (50 days old) > > I am still seeing the same symptoms in 2.6.29-rc7-0003-g559595a. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12764] Can not ioremap virtual address for G33 hw status page
http://bugzilla.kernel.org/show_bug.cgi?id=12764 r...@sisk.pl changed: What|Removed |Added Status|NEW |CLOSED Resolution||CODE_FIX -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12764] Can not ioremap virtual address for G33 hw status page
http://bugzilla.kernel.org/show_bug.cgi?id=12764 --- Comment #1 from r...@sisk.pl 2009-03-07 14:13 --- On Wednesday 04 March 2009, Maciej Rutecki wrote: > 2009/3/3 Rafael J. Wysocki : > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12764 > > Subject : Can not ioremap virtual address for G33 hw status page > > Submitter : Maciej Rutecki > > Date: 2009-02-23 14:46 (9 days old) > > Problem seems by solved in 2.6.29-rc7 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12705] X200: Brightness broken since 2.6.29-rc4-58-g4c098bc
http://bugzilla.kernel.org/show_bug.cgi?id=12705 --- Comment #7 from r...@sisk.pl 2009-03-07 14:09 --- On Wednesday 04 March 2009, Zhang Rui wrote: > On Wed, 2009-03-04 at 03:22 +0800, Rafael J. Wysocki wrote: > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12705 > > Subject : X200: Brightness broken since 2.6.29-rc4-58-g4c098bc > > Submitter : Nico Schottelius > > Date: 2009-02-13 9:33 (19 days old) > > References : http://marc.info/?l=linux-kernel&m=123451768406825&w=4 > > Handled-By : Len Brown > > > > e806b4957412bf472d826bd8cc571da041248799 is first bad commit commit e806b4957412bf472d826bd8cc571da041248799 Author: Eric Anholt Date: Thu Jan 22 09:56:58 2009 -0800 drm/i915: Suppress GEM teardown on X Server exit in KMS mode. Fixes hangs when starting X for the second time. Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie References : http://marc.info/?l=linux-kernel&m=123479975503827&w=2 First-Bad-Commit : e806b4957412bf472d826bd8cc571da041248799 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12836] New: 2.6.29-rc breaks STD using Intel 945
http://bugzilla.kernel.org/show_bug.cgi?id=12836 Summary: 2.6.29-rc breaks STD using Intel 945 Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Video(DRI) AssignedTo: drivers_video-...@kernel-bugs.osdl.org ReportedBy: r...@sisk.pl OtherBugsDependingO 7216,12398 nThis: Regression: 1 Subject: 2.6.29-rc breaks STD using Intel 945 Submitter : Rolf Eike Beer Date : 2009-03-04 19:20 References : http://marc.info/?l=linux-kernel&m=123619451406192&w=4 This entry is being used for tracking a regression from 2.6.28. Please don't close it until the problem is fixed in the mainline. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12705] X200: Brightness broken since 2.6.29-rc4-58-g4c098bc
http://bugzilla.kernel.org/show_bug.cgi?id=12705 --- Comment #6 from r...@sisk.pl 2009-03-07 13:33 --- On Wednesday 04 March 2009, Nico Schottelius wrote: > Rafael J. Wysocki [Tue, Mar 03, 2009 at 08:25:55PM +0100]: > > This message has been generated automatically as a part of a report > > of recent regressions. > > > > The following bug entry is on the current list of known regressions > > from 2.6.28. Please verify if it still should be listed and let me know > > (either way). > > Well, well... nobody really cares about this bug, so it's still > there. Seems this automatic reminder will be persistent until 2.6.30. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12806] i915 broken STR
http://bugzilla.kernel.org/show_bug.cgi?id=12806 --- Comment #1 from r...@sisk.pl 2009-03-07 13:24 --- On Wednesday 04 March 2009, Harvey Harrison wrote: > On Tue, 2009-03-03 at 20:25 +0100, Rafael J. Wysocki wrote: > > This message has been generated automatically as a part of a report > > of recent regressions. > > > > The following bug entry is on the current list of known regressions > > from 2.6.28. Please verify if it still should be listed and let me know > > (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12806 > > Subject : i915 broken STR > > Submitter : Harvey Harrison > > Date: 2009-02-28 4:20 (4 days old) > > Still present in -rc7, let me know what info you need to help debug. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12806] i915 broken STR
http://bugzilla.kernel.org/show_bug.cgi?id=12806 --- Comment #2 from r...@sisk.pl 2009-03-07 13:25 --- On Saturday 07 March 2009, Harvey Harrison wrote: > On Tue, 2009-03-03 at 20:25 +0100, Rafael J. Wysocki wrote: > > This message has been generated automatically as a part of a report > > of recent regressions. > > > > The following bug entry is on the current list of known regressions > > from 2.6.28. Please verify if it still should be listed and let me know > > (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12806 > > Subject : i915 broken STR > > Submitter : Harvey Harrison > > Date: 2009-02-28 4:20 (4 days old) > > This looks to have been a case of old-userspace..upgrading to > xorg-intel-video 2.6.1 (ubuntu Jaunty Alpha5) fixes STR here. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12834] New: Resume from RAM on PowerBook broken by commit 1fb25cb8b83e85f5bf1a4adb3c9a254c4ce92405
http://bugzilla.kernel.org/show_bug.cgi?id=12834 Summary: Resume from RAM on PowerBook broken by commit 1fb25cb8b83e85f5bf1a4adb3c9a254c4ce92405 Product: Drivers Version: 2.5 KernelVersion: commit 1fb25cb8b83e85f5bf1a4adb3c9a254c4ce92405 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Video(DRI) AssignedTo: drivers_video-...@kernel-bugs.osdl.org ReportedBy: r...@sisk.pl OtherBugsDependingO 7216,12398 nThis: Regression: 1 Subject: commit "radeonfb: Fix resume from D3Cold on some platforms" breaks resume from RAM on PowerBook Submitter : Gaudenz Steinlin Date : 2009-03-04 8:38 References : http://marc.info/?l=linux-kernel&m=123615707313927&w=4 Handled-By : Benjamin Herrenschmidt This entry is being used for tracking a regression from 2.6.28. Please don't close it until the problem is fixed in the mainline. Caused by: commit 1fb25cb8b83e85f5bf1a4adb3c9a254c4ce92405 Author: Benjamin Herrenschmidt Date: Thu Feb 5 12:06:52 2009 +1100 radeonfb: Fix resume from D3Cold on some platforms First-Bad-Commit : 1fb25cb8b83e85f5bf1a4adb3c9a254c4ce92405 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12771] Oops in i915_gem_flush
http://bugzilla.kernel.org/show_bug.cgi?id=12771 --- Comment #1 from ka...@colleduc.ee 2009-03-04 12:00 --- The oops still occurs with 2.6.29-rc7. An additional thing to note is that it only happens with EXA turned on, but not with UXA. I compiled my kernel with CONFIG_DEBUG_INFO and examined vmlinux with gdb: (gdb) list *i915_gem_flush+0x131 0xc02be421 is in i915_gem_flush (drivers/gpu/drm/i915/i915_gem.c:1203). 1198 1199#if WATCH_EXEC 1200DRM_INFO("%s: queue flush %08x to ring\n", __func__, cmd); 1201#endif 1202BEGIN_LP_RING(2); 1203OUT_RING(cmd); 1204OUT_RING(0); /* noop */ 1205ADVANCE_LP_RING(); 1206} 1207} And the oops itself with WATCH_EXEC defined in i915_drv.h: [drm:i915_mem_init_heap] *ERROR* heap already initialized?<6>[drm] buffers_ptr 136692264 buffer_count 1 len 01d8 [drm] i915_gem_execbuffer: invalidate_domains 0008 flush_domains 0001 [drm] i915_gem_flush: invalidate 0008 flush 0001 [drm] i915_gem_flush: queue flush 0204 to ring BUG: unable to handle kernel paging request at 34c8 IP: [] i915_gem_flush+0x131/0x170 *pde = Oops: 0002 [#1] PREEMPT last sysfs file: /sys/devices/pci:00/:00:1e.0/:02:08.0/resource Modules linked in: ipv6 snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss snd_intel8x0 irtty_sir snd_ac97_codec ac97_bus sir_dev snd_pcm irda ipw2200 snd_timer snd libipw thinkpad_acpi soundcore yenta_socket e100 rfkill sr_mod rsrc_nonstatic snd_page_alloc ehci_hcd 8250_pnp 8250_pci lib80211 mii video crc_ccitt led_class uhci_hcd pcmcia_core sg cdrom 8250 serial_core output Pid: 2733, comm: X Not tainted (2.6.29-rc7 #2) 2887AVG EIP: 0060:[] EFLAGS: 00213212 CPU: 0 EIP is at i915_gem_flush+0x131/0x170 EAX: 34c8 EBX: 0001 ECX: 34cc EDX: 34d0 ESI: 0204 EDI: f7134400 EBP: f5e07dfc ESP: f5e07dd8 DS: 007b ES: 007b FS: GS: 0033 SS: 0068 Process X (pid: 2733, ti=f5e06000 task=f5efb840 task.ti=f5e06000) Stack: c043f548 c03d113d 0204 0001 f703b000 0204 0009 0008 0001 f5e07eb8 c02c15b2 c043ffd0 c03d1237 0008 0001 b7999000 c178c600 c0152640 f5e07e6c f5d10ec0 f68aedc0 f7134400 Call Trace: [] ? i915_gem_execbuffer+0xda2/0xdd0 [] ? filemap_fault+0x0/0x4c0 [] ? do_page_fault+0x2d6/0x750 [] ? drm_gem_object_lookup+0x32/0x70 [] ? drm_ioctl+0xe0/0x2f0 [] ? do_sync_write+0xd1/0x110 [] ? i915_gem_execbuffer+0x0/0xdd0 [] ? vfs_ioctl+0x81/0x90 [] ? do_vfs_ioctl+0x72/0x5c0 [] ? _local_bh_enable+0x27/0xa0 [] ? vfs_write+0x100/0x140 [] ? do_sync_write+0x0/0x110 [] ? sys_ioctl+0x39/0x70 [] ? sysenter_do_call+0x12/0x25 [] ? unix_stream_connect+0x3a0/0x490 Code: 04 e8 39 db 0e 00 8b 75 ec 83 7e 20 07 7e 42 8b 45 ec 8b 75 f0 8b 50 1c 8b 48 14 8b 58 0c 8d 04 11 83 c2 04 21 da 01 d1 83 c2 04 <89>30 21 da c7 01 00 00 00 00 8b 45 ec 83 68 20 08 89 50 1c 8b EIP: [] i915_gem_flush+0x131/0x170 SS:ESP 0068:f5e07dd8 ---[ end trace 832e8b45814ff199 ]--- -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12419] possible circular locking dependency on i915 dma
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #9 from r...@sisk.pl 2009-03-04 11:44 --- On Wednesday 04 March 2009, Wang Chen wrote: > Rafael J. Wysocki said the following on 2009-3-4 3:25: > > This message has been generated automatically as a part of a report > > of recent regressions. > > > > The following bug entry is on the current list of known regressions > > from 2.6.28. Please verify if it still should be listed and let me know > > (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12419 > > Subject : possible circular locking dependency on i915 dma > > Submitter : Wang Chen > > Date: 2009-01-08 14:11 (55 days old) > > First-Bad-Commit: > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=546b0974c39657017407c86fe79811100b60700d > > References : http://marc.info/?l=linux-kernel&m=123142399720125&w=4 > > > > yet not fixed. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12634] video distortion and lockup with i830 video chip and 2.6.28.3
http://bugzilla.kernel.org/show_bug.cgi?id=12634 --- Comment #18 from pappy_mc...@yahoo.com 2009-03-03 14:54 --- Still remains. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12419] possible circular locking dependency on i915 dma
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #8 from r...@sisk.pl 2009-03-02 14:17 --- First-Bad-Commit : 546b0974c39657017407c86fe79811100b60700d -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12806] New: i915 broken STR
http://bugzilla.kernel.org/show_bug.cgi?id=12806 Summary: i915 broken STR Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc6 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Video(DRI) AssignedTo: drivers_video-...@kernel-bugs.osdl.org ReportedBy: r...@sisk.pl OtherBugsDependingO 7216,12398 nThis: Regression: 1 Subject: [2.6.29-rc6 regression][bisected] i915 broken STR Submitter : Harvey Harrison Date : 2009-02-28 4:20 References : http://marc.info/?l=linux-kernel&m=123579487801064&w=4 This entry is being used for tracking a regression from 2.6.28. Please don't close it until the problem is fixed in the mainline. Caused by: commit 5669fcacc58bf3a7386057addffd280d75380858 Author: Jesse Barnes Date: Tue Feb 17 15:13:31 2009 -0800 drm/i915: suspend/resume GEM when KMS is active Signed-off-by: Jesse Barnes Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie First-Bad-Commit : 5669fcacc58bf3a7386057addffd280d75380858 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel
[Bug 12796] New: via driver (?) fails to handle interrupt
http://bugzilla.kernel.org/show_bug.cgi?id=12796 Summary: via driver (?) fails to handle interrupt Product: Drivers Version: 2.5 KernelVersion: 2.6.28.7 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: low Priority: P1 Component: Video(DRI) AssignedTo: drivers_video-...@kernel-bugs.osdl.org ReportedBy: zwe...@xs4all.nl Latest working kernel version: Earliest failing kernel version: 2.6.16 or earlier Distribution: Debian Hardware Environment: VIA K8M800/K8N800/K8N800A [S3 UniChrome Pro] Software Environment: debian testing: xserver-xorg-video-via-1:0.2.2-6, libdrm2-2.3.1-2 Problem Description: Package: xserver-xorg-video-via Version: 1:0.1.33.2-3 Severity: minor When starting the X server, the kernel spits out the following message: Mar 1 22:43:42 arrow kernel: [ 35.229770] [drm] Initialized drm 1.1.0 20060810 Mar 1 22:43:42 arrow kernel: [ 35.255792] pci :01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Mar 1 22:43:42 arrow kernel: [ 35.255949] [drm] Initialized via 2.11.1 20070202 on minor 0 Mar 1 22:43:42 arrow kernel: [ 35.293414] agpgart-amd64 :00:00.0: AGP 3.0 bridge Mar 1 22:43:42 arrow kernel: [ 35.293431] agpgart: Xorg tried to set rate=x12. Setting to AGP3 x8 mode. Mar 1 22:43:42 arrow kernel: [ 35.293439] agpgart-amd64 :00:00.0: putting AGP V3 device into 8x mode Mar 1 22:43:42 arrow kernel: [ 35.293503] pci :01:00.0: putting AGP V3 device into 8x mode Mar 1 22:43:43 arrow kernel: [ 35.772229] irq 16: nobody cared (try booting with the "irqpoll" option) Mar 1 22:43:43 arrow kernel: [ 35.772237] Pid: 2517, comm: debtorrent-clie Not tainted 2.6.28.7 #1 Mar 1 22:43:43 arrow kernel: [ 35.772240] Call Trace: Mar 1 22:43:43 arrow kernel: [ 35.772248] [] __report_bad_irq+0x24/0x69 Mar 1 22:43:43 arrow kernel: [ 35.772252] [] __report_bad_irq+0x2b/0x69 Mar 1 22:43:43 arrow kernel: [ 35.772255] [] note_interrupt+0xeb/0x140 Mar 1 22:43:43 arrow kernel: [ 35.772259] [] handle_fasteoi_irq+0x89/0xae Mar 1 22:43:43 arrow kernel: [ 35.772263] [] do_IRQ+0x67/0x7c Mar 1 22:43:43 arrow kernel: [ 35.772266] [] common_interrupt+0x23/0x28 Mar 1 22:43:43 arrow kernel: [ 35.772268] handlers: Mar 1 22:43:43 arrow kernel: [ 35.772270] [] (via_driver_irq_handler+0x0/0x148 [via]) Mar 1 22:43:43 arrow kernel: [ 35.772280] Disabling IRQ #16 However, the X server works well (so far), hence the low severity. There is an open bug in the debian bug tracking system on this, with more info: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388453 I originally attributed this to the X server, but my knowledge is limited in these areas. The debian maintainer of bug 388453 asked me to reproduce this with the latest kernel, so here it is. Steps to reproduce: -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel