Bug#635953: GM965 display broken when using kino

2011-11-14 Thread Julien Cristau
reassign 635953 xserver-xorg-video-intel
tag 635953 upstream fixed-upstream
kthxbye

On Sun, Nov 13, 2011 at 22:34:21 +, Ben Hutchings wrote:

> On Fri, 2011-07-29 at 23:28 +0200, Ben Hutchings wrote:
> > On Fri, 2011-07-29 at 21:34 +0200, Julien Cristau wrote:
> > > On Fri, Jul 29, 2011 at 20:47:48 +0200, Ben Hutchings wrote:
> > > 
> > > > [ 1439.876084] [drm] capturing error event; look for more information 
> > > > in /debug/dri/0/i915_error_state
> > > 
> > > Any chance to get that file?
> > 
> > Not right now.  But when I'm back home then I can try to reproduce this
> > and get this over SSH.
> 
> DVswitch is also provoking this quite often, and I have now been able to
> capture the corresponding debug file contents.
> 
> I'm currently using 3.0.0-6 (but not for much longer).
> 
23:48 < jcristau> ickle: any clue where 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635953#30 comes from?
[...]
09:38 < ickle> jcristau: looks like ddx, the clue is that we have two 
invariants in the batch
09:39 < ickle> (ignoring the 2D fluff) it looks like we do composite, video, 
composite
09:39 < ickle> only after the video, we do not reset the composite invariant 
meaning that we lookup the kernels and such from the video stream

Fix at
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=1baff9f8cf79fdb4a5649eabcc66cf73487c873e

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#635953: GM965 display broken when using kino

2011-07-29 Thread Ben Hutchings
On Fri, 2011-07-29 at 21:34 +0200, Julien Cristau wrote:
> On Fri, Jul 29, 2011 at 20:47:48 +0200, Ben Hutchings wrote:
> 
> > [ 1439.876084] [drm] capturing error event; look for more information in 
> > /debug/dri/0/i915_error_state
> 
> Any chance to get that file?

Not right now.  But when I'm back home then I can try to reproduce this
and get this over SSH.

Ben.



signature.asc
Description: This is a digitally signed message part


Bug#635953: GM965 display broken when using kino

2011-07-29 Thread Julien Cristau
On Fri, Jul 29, 2011 at 21:37:55 +0200, Jonathan Nieder wrote:

> Ben Hutchings wrote:
> 
> > Just a few minutes ago it seems to have triggered some more serious
> > error which left the screen blank.  The kernel logged the warnings
> > shown below.
> [...]
> > [ 1439.876084] [drm] capturing error event; look for more information in 
> > /debug/dri/0/i915_error_state
> > [ 1439.940384] [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, 
> > -vsync)
> > [ 1439.940537] [ cut here ]
> > [ 1439.940562] WARNING: at 
> > /build/buildd-linux-2.6_3.0.0-1-i386-ML66CU/linux-2.6-3.0.0/debian/build/source_i386_none/drivers/gpu/drm/i915/intel_display.c:791
> >  intel_enable_pipe+0x68/0x11f [i915]()
> > [ 1439.940566] Hardware name: 7661CH8
> > [ 1439.940568] PLL state assertion failure (expected on, current off)
> 
> Sounds roughly like .
> For that bug, Chris Wilson writes:
> 
> | I wonder if this is related to the plane-flushing fix:
> |
> | commit 2704cf5fbd248871a745d210733c6319959d2b0c
> | Author: Jesse Barnes 
> | Date:   Thu Jul 28 11:52:45 2011 -0700
> |
> | drm/i915: flush plane control changes on ILK+ as well
> [...]
> | Can you please test keithp/drm-intel-fixes [
> | git://git.kernel.org/pub/scm/linux/kernel/git/keithp/drm-intel.git]
> 
> Maybe that can help.
> 
The commit message says that fix is for gen5+.  Ben is on gen4.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#635953: GM965 display broken when using kino

2011-07-29 Thread Jonathan Nieder
Ben Hutchings wrote:

> Just a few minutes ago it seems to have triggered some more serious
> error which left the screen blank.  The kernel logged the warnings
> shown below.
[...]
> [ 1439.876084] [drm] capturing error event; look for more information in 
> /debug/dri/0/i915_error_state
> [ 1439.940384] [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, 
> -vsync)
> [ 1439.940537] [ cut here ]
> [ 1439.940562] WARNING: at 
> /build/buildd-linux-2.6_3.0.0-1-i386-ML66CU/linux-2.6-3.0.0/debian/build/source_i386_none/drivers/gpu/drm/i915/intel_display.c:791
>  intel_enable_pipe+0x68/0x11f [i915]()
> [ 1439.940566] Hardware name: 7661CH8
> [ 1439.940568] PLL state assertion failure (expected on, current off)

Sounds roughly like .
For that bug, Chris Wilson writes:

| I wonder if this is related to the plane-flushing fix:
|
| commit 2704cf5fbd248871a745d210733c6319959d2b0c
| Author: Jesse Barnes 
| Date:   Thu Jul 28 11:52:45 2011 -0700
|
| drm/i915: flush plane control changes on ILK+ as well
[...]
| Can you please test keithp/drm-intel-fixes [
| git://git.kernel.org/pub/scm/linux/kernel/git/keithp/drm-intel.git]

Maybe that can help.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#635953: GM965 display broken when using kino

2011-07-29 Thread Julien Cristau
On Fri, Jul 29, 2011 at 20:47:48 +0200, Ben Hutchings wrote:

> [ 1439.876084] [drm] capturing error event; look for more information in 
> /debug/dri/0/i915_error_state

Any chance to get that file?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#635953: GM965 display broken when using kino

2011-07-29 Thread Ben Hutchings
Package: linux-2.6
Version: 3.0.0-1
Severity: normal

I have just been using the kino DV editor after a pause of some
months.  It now sometimes triggers odd colour changes in other windows
(I have no idea how that would be - and it might well be an X bug).
Just a few minutes ago it seems to have triggered some more serious
error which left the screen blank.  The kernel logged the warnings
shown below.

Ben.

-- Package-specific info:
** Version:
Linux version 3.0.0-1-amd64 (Debian 3.0.0-1) (b...@decadent.org.uk) (gcc 
version 4.5.3 (Debian 4.5.3-3) ) #1 SMP Sun Jul 24 15:06:18 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-3.0.0-1-amd64 root=/dev/mapper/deadeye3-root ro rootdelay=5 
quiet

** Not tainted

** Kernel log:
[ 1439.876084] [drm] capturing error event; look for more information in 
/debug/dri/0/i915_error_state
[ 1439.940384] [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, 
-vsync)
[ 1439.940537] [ cut here ]
[ 1439.940562] WARNING: at 
/build/buildd-linux-2.6_3.0.0-1-i386-ML66CU/linux-2.6-3.0.0/debian/build/source_i386_none/drivers/gpu/drm/i915/intel_display.c:791
 intel_enable_pipe+0x68/0x11f [i915]()
[ 1439.940566] Hardware name: 7661CH8
[ 1439.940568] PLL state assertion failure (expected on, current off)
[ 1439.940570] Modules linked in: cryptd aes_x86_64 aes_generic 
cpufreq_powersave cpufreq_conservative acpi_cpufreq parport_pc ppdev mperf 
cpufreq_stats lp parport cpufreq_userspace rfcomm bnep uinput fuse nfsd nfs 
lockd fscache auth_rpcgss nfs_acl sunrpc ext3 jbd loop firewire_sbp2 
snd_hda_codec_analog btusb bluetooth snd_hda_intel snd_hda_codec arc4 snd_hwdep 
snd_pcm thinkpad_acpi iwl3945 snd_seq snd_timer snd_seq_device i915 
drm_kms_helper drm snd i2c_i801 pcmcia tpm_tis tpm tpm_bios psmouse 
yenta_socket pcmcia_rsrc nvram iwl_legacy mac80211 i2c_algo_bit battery ac 
pcmcia_core i2c_core power_supply pcspkr serio_raw evdev soundcore 
snd_page_alloc processor cfg80211 rfkill button video wmi ext4 mbcache jbd2 
crc16 dm_mod sd_mod crc_t10dif usb_storage uas sg sr_mod cdrom ata_generic 
uhci_hcd ata_piix firewire_ohci thermal thermal_sys firewire_core crc_itu_t 
libata scsi_mod ehci_hcd e1000e usbcore [last unloaded: scsi_wait_scan]
[ 1439.940647] Pid: 5, comm: kworker/u:0 Not tainted 3.0.0-1-amd64 #1
[ 1439.940649] Call Trace:
[ 1439.940656]  [] ? warn_slowpath_common+0x78/0x8c
[ 1439.940660]  [] ? warn_slowpath_fmt+0x45/0x4a
[ 1439.940674]  [] ? intel_enable_pipe+0x68/0x11f [i915]
[ 1439.940685]  [] ? i9xx_crtc_mode_set+0xa29/0xa97 [i915]
[ 1439.940694]  [] ? i915_pipe_enabled+0x19/0x23 [i915]
[ 1439.940707]  [] ? intel_crtc_mode_set+0x5f/0x7f [i915]
[ 1439.940713]  [] ? drm_crtc_helper_set_mode+0x1f1/0x33d 
[drm_kms_helper]
[ 1439.940718]  [] ? idr_pre_get+0x53/0x6d
[ 1439.940725]  [] ? drm_helper_resume_force_mode+0x55/0x104 
[drm_kms_helper]
[ 1439.940730]  [] ? should_resched+0x5/0x24
[ 1439.940738]  [] ? i915_reset+0x411/0x42b [i915]
[ 1439.940747]  [] ? i915_driver_irq_postinstall+0x169/0x169 
[i915]
[ 1439.940756]  [] ? i915_error_work_func+0xbc/0xf7 [i915]
[ 1439.940762]  [] ? process_one_work+0x193/0x28f
[ 1439.940766]  [] ? worker_thread+0xef/0x172
[ 1439.940770]  [] ? manage_workers.clone.17+0x15b/0x15b
[ 1439.940773]  [] ? manage_workers.clone.17+0x15b/0x15b
[ 1439.940777]  [] ? kthread+0x7a/0x82
[ 1439.940781]  [] ? kernel_thread_helper+0x4/0x10
[ 1439.940785]  [] ? kthread_worker_fn+0x149/0x149
[ 1439.940788]  [] ? gs_change+0x13/0x13
[ 1439.940791] ---[ end trace aba2aca69f71fd06 ]---
[ 1440.052071] [ cut here ]
[ 1440.052107] WARNING: at 
/build/buildd-linux-2.6_3.0.0-1-i386-ML66CU/linux-2.6-3.0.0/debian/build/source_i386_none/drivers/gpu/drm/i915/intel_display.c:915
 intel_enable_plane+0x23/0x58 [i915]()
[ 1440.052117] Hardware name: 7661CH8
[ 1440.052122] pipe B assertion failure (expected on, current off)
[ 1440.052127] Modules linked in: cryptd aes_x86_64 aes_generic 
cpufreq_powersave cpufreq_conservative acpi_cpufreq parport_pc ppdev mperf 
cpufreq_stats lp parport cpufreq_userspace rfcomm bnep uinput fuse nfsd nfs 
lockd fscache auth_rpcgss nfs_acl sunrpc ext3 jbd loop firewire_sbp2 
snd_hda_codec_analog btusb bluetooth snd_hda_intel snd_hda_codec arc4 snd_hwdep 
snd_pcm thinkpad_acpi iwl3945 snd_seq snd_timer snd_seq_device i915 
drm_kms_helper drm snd i2c_i801 pcmcia tpm_tis tpm tpm_bios psmouse 
yenta_socket pcmcia_rsrc nvram iwl_legacy mac80211 i2c_algo_bit battery ac 
pcmcia_core i2c_core power_supply pcspkr serio_raw evdev soundcore 
snd_page_alloc processor cfg80211 rfkill button video wmi ext4 mbcache jbd2 
crc16 dm_mod sd_mod crc_t10dif usb_storage uas sg sr_mod cdrom ata_generic 
uhci_hcd ata_piix firewire_ohci thermal thermal_sys firewire_core crc_itu_t 
libata scsi_mod ehci_hcd e1000e usbcore [last unloaded: scsi_wait_scan]
[ 1440.052293] Pid: 5, comm: kworker/u:0 Tainted: GW3.0.0-1-amd64 #1
[ 1440.052298] Call Trace:
[ 1440.052310]  [] ? warn_slowpath_common+0x78/0x8c
[ 1440.0