Re: [Intel-gfx] still experiencing oops connecting Laptop to docking Station

2015-05-21 Thread Nicolas Kalkhof
> Hm something seems to be deeply wrong here. And the oops you've captured > still doesn't include the debug messages before things go boom. Can you > please replace the WARN_ON in my previous patch with a BUG_ON? That should > stop the machine at least and hopefully prevents it all from going boo

Re: [Intel-gfx] still experiencing oops connecting Laptop to docking Station

2015-05-21 Thread Nicolas Kalkhof
Hi Daniel,   > Ah, Chris hunch against my claim that this is impossible was spot-on. Can > you please try the below hack please and grab dmesg? Hopefully the kernel > won't die any more at least. Unfortunately the patch doesn't keep my machine from crashing. image of stack trace: http://imgur.com

Re: [Intel-gfx] still experiencing oops connecting Laptop to docking Station

2015-05-21 Thread Nicolas Kalkhof
> This only contains the pile of WARNINGs and not the Oops itself. I guess > we still need a picture (and you need to change the system console logging > to make sure the debug stuff shows up to). At least at the bottom of your > past there's from drm or i915, indicating that the crucial debug info

Re: [Intel-gfx] still experiencing oops connecting Laptop to docking Station

2015-05-20 Thread Nicolas Kalkhof
g a kernel module. You know a good howto? ;)   Cheers Nic Gesendet: Mittwoch, 20. Mai 2015 um 18:39 Uhr Von: "Daniel Vetter" An: "Nicolas Kalkhof" Cc: intel-gfx Betreff: Re: Re: [Intel-gfx] still experiencing oops connecting Laptop to docking Station On Wed, May 20, 2015 a

Re: [Intel-gfx] still experiencing oops connecting Laptop to docking Station

2015-05-20 Thread Nicolas Kalkhof
2015 um 17:38 Uhr Von: "Daniel Vetter" An: "Nicolas Kalkhof" Cc: intel-gfx Betreff: Re: [Intel-gfx] still experiencing oops connecting Laptop to docking Station On Wed, May 20, 2015 at 5:05 PM, Nicolas Kalkhof wrote: > Hallo, > > I'm still getting oops wit

[Intel-gfx] still experiencing oops connecting Laptop to docking Station

2015-05-20 Thread Nicolas Kalkhof
Hallo, I'm still getting oops with drm-intel-nightly when I try to connect my Laptop to its docking station or when I boot up and the Laptop is already connected. kdump doesn't seem to work with current drm-intel-nightly so I've attached an Image (sorry for the bad quality). http://imgur.com/46

Re: [Intel-gfx] [PATCH] drm/i915: Make scaler_id check in check_crtc_state work for all gens

2015-05-12 Thread Nicolas Kalkhof
    Gesendet: Dienstag, 12. Mai 2015 um 08:40 Uhr Von: "Daniel Vetter" An: "Chandra Konduru" Cc: daniel.vet...@intel.com, intel-gfx@lists.freedesktop.org Betreff: Re: [Intel-gfx] [PATCH] drm/i915: Make scaler_id check in check_crtc_state work for all gens On Mon, May 11, 2015 at 02:35:47PM -07

Re: [Intel-gfx] [i915 dp mst] drm-intel-nightly-2015y-05m-11d dies when monitor at docking station

2015-05-11 Thread Nicolas Kalkhof
> Yeah that one is busted unfortunately. I've just pushed out a new -nightly > with an updated patch from Maarten: > commit c363376d3d5586c1e99f92969a7a7baf179206d7 > Author: Maarten Lankhorst > Date: Mon May 11 10:45:15 2015 +0200 > drm/i915: Always keep crtc_state->active in sync with enable

Re: [Intel-gfx] [PATCH] drm/i915: Allocate connector state together with the connectors

2015-05-08 Thread Nicolas Kalkhof
etter" An: "Nicolas Kalkhof" Cc: ander.conselvan.de.olive...@intel.com, intel-gfx@lists.freedesktop.org Betreff: Re: [Intel-gfx] [PATCH] drm/i915: Allocate connector state together with the connectors On Sat, Apr 11, 2015 at 08:23:06AM +0200, Nicolas Kalkhof wrote: > Hello, >

Re: [Intel-gfx] [PATCH] drm/i915: Allocate connector state together with the connectors

2015-04-10 Thread Nicolas Kalkhof
Hello, it seems I got kicked off Cc. Anyway I can confirm that the supplied patch works an I can hotplug to my docking station and switch between DP/eDP without Oops. :) Thanks for the swift help! Kind Regards ___ Intel-gfx mailing list Intel-gfx@li

Re: [Intel-gfx] [PATCH] drm/i915: drm locks up when connecting laptop to docking station

2015-04-08 Thread Nicolas Kalkhof
> Which branch are you exactly using - we added calls to this function in > i915 only for the 4.1 -next branch, but you claim that you're running > 4.0-rc kernels ... > -Daniel I'm using the latest drm-intel-nightly from git://anongit.freedesktop.org/drm-intel. I've observed ths issue at some poi

[Intel-gfx] [PATCH] drm/i915: drm locks up when connecting laptop to docking station

2015-04-07 Thread Nicolas Kalkhof
Hello, since late 4.0-rc4 / early4.0-rc5 drm-intel branch I'm experiencing lockups every time I try to connect my lenovo t440p laptop to its docking station. [ 143.896172] [ cut here ] [ 143.896182] WARNING: CPU: 0 PID: 1102 at drivers/gpu/drm/drm_atomic_helper.c:2204

Re: [Intel-gfx] drm/i915: Enabling PC8 on Haswell

2013-12-26 Thread Nicolas Kalkhof
On Thu, Dec 26, 2013 at 02:46:18PM -0800, Paulo Zanoni wrote: > As far as I could check, your PCI ID is 0416, so your machine is not > ULT. As far as I know, your machine supports only up to PC7 state. I > may be wrong. Still, I will provide some comments below: You are right, my machine is not

[Intel-gfx] drm/i915: Enabling PC8 on Haswell

2013-12-22 Thread Nicolas Kalkhof
Sorry, last post got html infected!   Hello, I've been trying to enable PC8 on my Haswell i7-4600M Notebook but i'm not sure if it is working properly. During idle states (No X running) 915_pc8_status tells me that PC8 seems to be disabled: Requirements met: no GPU idle: no Disable count: 3 IRQs

[Intel-gfx] drm/i915: Enabling PC8 on Haswell

2013-12-22 Thread Nicolas Kalkhof
Hello,   I've been trying to enable PC8 on my Haswell i7-4600M Notebook but i'm not sure if it is working properly.   During idle states (No X running) 915_pc8_status tells me that PC8 seems to be disabled: Requirements met: no GPU idle: no Disable count: 3 IRQs disabled: no Enabled: no   I

Re: [Intel-gfx] i915/drm: SNB gpu won't throttle up with latest forcewake/gpufreq tracepoint drm patches

2012-09-14 Thread Nicolas Kalkhof
etter" An: "Nicolas Kalkhof" Cc: intel-gfx@lists.freedesktop.org Betreff: Re: [Intel-gfx] i915/drm: SNB gpu won't throttle up with latest forcewake/gpufreq tracepoint drm patches On Fri, Sep 14, 2012 at 06:23:59PM +0200, Nicolas Kalkhof

[Intel-gfx] i915/drm: SNB gpu won't throttle up with latest forcewake/gpufreq tracepoint drm patches

2012-09-14 Thread Nicolas Kalkhof
Hello,the patchset from ~danvet/drm-intel git  from earlier september concerning forcewake and gpu frequency made my SNB much calmer during idle times. However the GPU won't hit the turbo throttle when the load goes up resulting in very low framerates during gameplay. Most times the frequency read

Re: [Intel-gfx] [PATCH 1/2] drm/i915: re-enable semaphores by default

2011-11-17 Thread Nicolas Kalkhof
1 4.5e-05 libnss_compat-2.13.so     1 4.5e-05 pam_access.so     1 4.5e-05 wpa_cli     1 4.5e-05 libglib-2.0.so.0.3000.2     1 4.5e-05 libsyslog-ng.so.0.0.0 -Ursprüngliche Nachricht- Von: "Daniel Vetter" Gesendet: Nov 17, 2011 10:22:07 AM An: "Nicolas Kalk

Re: [Intel-gfx] [PATCH 1/2] drm/i915: re-enable semaphores by default

2011-11-17 Thread Nicolas Kalkhof
. Regards, Nic -Ursprüngliche Nachricht- Von: "Daniel Vetter" Gesendet: Nov 16, 2011 10:14:18 PM An: "Nicolas Kalkhof" Betreff: Re: [Intel-gfx] [PATCH 1/2] drm/i915: re-enable semaphores by default >On Wed, Nov 16, 2011 at 21:56, Nicolas Kalkhof wrote: >> Not

Re: [Intel-gfx] [PATCH 1/2] drm/i915: re-enable semaphores by default

2011-11-16 Thread Nicolas Kalkhof
Not quite. On my i7 2620M (Lenovo T420) the gpu frequently hangs when decoding videos (vaapi) and running OpenGL apps/games at the same time. Disabling iommu makes my system relatively stable even with rc6 enabled. I haven't played with the semaphores however. -- Nic -Ursprüngliche Nachri

Re: [Intel-gfx] [PATCH] drm/i915: protect force_wake_(get|put) with the gt_lock

2011-11-09 Thread Nicolas Kalkhof
t was that rc6 is being disabled but i915_enable_rc6 reports 1. Is there a way I can monitor the gpu frequency or its current power state? Nic -Ursprüngliche Nachricht- Von: "Daniel Vetter" Gesendet: Nov 7, 2011 7:36:28 PM An: "Nicolas Kalkhof" Betreff: Re: [In

Re: [Intel-gfx] [PATCH] drm/i915: protect force_wake_(get|put) with the gt_lock

2011-11-07 Thread Nicolas Kalkhof
r/1:0] 0.00%   0.15%   [/usr/bin/wpa_cli]    0.00%   0.15% -Ursprüngliche Nachricht- Von: "Daniel Vetter" Gesendet: Nov 7, 2011 5:56:38 PM An: "Nicolas Kalkhof" Betreff: Re: [Intel-gfx]

Re: [Intel-gfx] [PATCH] drm/i915: protect force_wake_(get|put) with the gt_lock

2011-11-07 Thread Nicolas Kalkhof
liche Nachricht- Von: "Daniel Vetter" Gesendet: Nov 7, 2011 5:56:38 PM An: "Nicolas Kalkhof" Betreff: Re: [Intel-gfx] [PATCH] drm/i915: protect force_wake_(get|put) with the gt_lock >On Mon, Nov 07, 2011 at 05:39:44PM +0100, Nicolas Kalkhof wrote: >> Hi Daniel, &

Re: [Intel-gfx] [PATCH] drm/i915: protect force_wake_(get|put) with the gt_lock

2011-11-07 Thread Nicolas Kalkhof
e. Any advice? Nic -Ursprüngliche Nachricht- Von: "Daniel Vetter" Gesendet: Nov 7, 2011 5:05:12 PM An: "Nicolas Kalkhof" Betreff: Re: [Intel-gfx] [PATCH] drm/i915: protect force_wake_(get|put) with the gt_lock >On Mon, Nov 07, 2011 at 02:52:06PM +0100, Nicolas Ka

Re: [Intel-gfx] [PATCH] drm/i915: protect force_wake_(get|put) with the gt_lock

2011-11-07 Thread Nicolas Kalkhof
iel Vetter" Gesendet: Nov 6, 2011 6:46:54 PM An: "Nicolas Kalkhof" Betreff: Re: [Intel-gfx] [PATCH] drm/i915: protect force_wake_(get|put) with the gt_lock >On Sun, Nov 06, 2011 at 06:42:00PM +0100, Nicolas Kalkhof wrote: >> is there a specific git branch availble where

Re: [Intel-gfx] [PATCH] drm/i915: protect force_wake_(get|put) with the gt_lock

2011-11-06 Thread Nicolas Kalkhof
Hi Daniel, is there a specific git branch availble where I can test your patch? I'm also experiencing random forcewake hangs and would like to see if your patch helps. Thanks Nic -Ursprüngliche Nachricht- Von: "Daniel Vetter" Gesendet: Nov 6, 2011 1:35:22 PM An: intel-gfx Betreff: [I

Re: [Intel-gfx] Question about how to troubleshoot sandybridge kernel opps and subsequest GPU lockup

2011-10-28 Thread Nicolas Kalkhof
Hi, looks like a known issue with mobile snb chips when rc6 is enabled. Please try to disable rc6 with  i915.i915_enable_rc6=0 in your kernel cmd line. This should take care of the wakeup hangs but also causes the gpu to disregard power saving, draining approx 10 watts more from the system. If d

[Intel-gfx] gen6 System freezes When Starting Eclipse using latest xf86-video-intel git (SNA)

2011-10-28 Thread Nicolas Kalkhof
Hello, I'm experiencing a total system freeze when I try to start eclipse using the latest xf86-video-intel git with --enable-sna. Older GIT versions (approx 3 days ago) work fine. No debug/syslog output is being produced. Could anyone confirm this issue, please? Regards Nic __

Re: [Intel-gfx] frequent x crashes with gen6/sna

2011-10-13 Thread Nicolas Kalkhof
Hi Daniel, any advice what else to grab besides /sys/kernel/debug/dri/0/i915_error_state and dmesg? after the crash resulting in the forcewake warning (X was gone and I had a completely black screen, had to ssh from a remote machine) the i915_error_state was empty (i.e. no error state collected

[Intel-gfx] gen6_gt_force_wake issue

2011-10-05 Thread Nicolas Kalkhof
Hello, current xf86-video-intel git crashex X frequently on my machine (see kernel log). Any Workarounds/Ideas? Regards, Nico Oct  5 08:58:53 gonzo kernel: WARNING: at drivers/gpu/drm/i915/i915_drv.c:372 gen6_gt_force_wake_put+0x1f/0x45 [i915]() Oct  5 08:58:53 gonzo kernel: Hardware name: 423

Re: [Intel-gfx] gen6 (SNB) depthbuffer issue with OpenGL games

2011-07-19 Thread Nicolas Kalkhof
Any Clues? Regards Nic -Ursprüngliche Nachricht- Von: "Nicolas Kalkhof" Gesendet: Jul 19, 2011 9:08:26 PM An: "Ian Romanick" Betreff: Re: [Intel-gfx] gen6 (SNB) depthbuffer issue with OpenGL games >Hi Ian, > >thx for your reply. ok I give it a try and will

Re: [Intel-gfx] gen6 (SNB) depthbuffer issue with OpenGL games

2011-07-19 Thread Nicolas Kalkhof
l down the bad commit.regards,nicVon: Safety0ff Gesendet: Jul 19, 2011 5:12:15 PMAn: intel-gfx@lists.freedesktop.orgBetreff: Re: [Intel-gfx] gen6 (SNB) depthbuffer issue with OpenGL gamesOn 19/07/11 02:58 PM, Nicolas Kalkhof wrote:I've experienced a strange depth buffer issue recently with Op

Re: [Intel-gfx] gen6 (SNB) depthbuffer issue with OpenGL games

2011-07-19 Thread Nicolas Kalkhof
Hi Ian, thx for your reply. ok I give it a try and will report my findings regards nic -Ursprüngliche Nachricht- Von: "Ian Romanick" Gesendet: Jul 19, 2011 8:45:53 PM An: "Nicolas Kalkhof" Betreff: Re: [Intel-gfx] gen6 (SNB) depthbuffer issue with OpenGL ga

[Intel-gfx] gen6 (SNB) garbled window content when scrolling with SNA enabled

2011-07-09 Thread Nicolas Kalkhof
Hi,it seems that the xf86-video-intel driver has problems refreshing window content with several java applications like squirrel sql or the oxygen xml editor when SNA is enabled. The window content sometimes does not refresh while scrolling - especially when inline-tooltips are opened. Is this a kn

Re: [Intel-gfx] gen6 (SNB) fonts are completely garbled with latest xf86-video-intel GIT

2011-07-06 Thread Nicolas Kalkhof
Hi Chris, yes! you did it again :) -Ursprüngliche Nachricht- Von: "Chris Wilson" Gesendet: Jul 6, 2011 2:06:38 PM An: "Nicolas Kalkhof" , intel-gfx@lists.freedesktop.org Betreff: Re: [Intel-gfx] gen6 (SNB) fonts are completely garbled with latest xf86-video-intel

[Intel-gfx] gen6 (SNB) fonts are completely garbled with latest xf86-video-intel GIT

2011-07-06 Thread Nicolas Kalkhof
Hi,latest xf86-video-intel completely trashes all fonts on my system with sna enabled. xorg.log reveals nothing interesting.any ideas?regardsnic  Schon gehört? WEB.DE hat einen genialen Phishing-Filter in die   Toolbar eingebaut! http://produkte.web.de/go/toolbar __

Re: [Intel-gfx] gen6 (SNB) GPU still stalling besides latest patches

2011-06-21 Thread Nicolas Kalkhof
Lutomirski" Gesendet: Jun 21, 2011 8:24:21 PM An: "Chris Wilson" Betreff: Re: [Intel-gfx] gen6 (SNB) GPU still stalling besides latest patches >On Tue, Jun 21, 2011 at 2:18 PM, Chris Wilson wrote: >> On Tue, 21 Jun 2011 19:41:52 +0200 (CEST), "Nicolas Kalkhof" >>

Re: [Intel-gfx] gen6 (SNB) GPU still stalling besides latest patches

2011-06-21 Thread Nicolas Kalkhof
ards, nic -Ursprüngliche Nachricht- Von: "Jesse Barnes" Gesendet: Jun 21, 2011 6:55:27 PM An: "Nicolas Kalkhof" Betreff: Re: [Intel-gfx] gen6 (SNB) GPU still stalling besides latest patches >On Tue, 21 Jun 2011 18:12:56 +0200 (CEST) >"Nicolas Kalkhof&qu

Re: [Intel-gfx] gen6 (SNB) GPU still stalling besides latest patches

2011-06-21 Thread Nicolas Kalkhof
uld be included in kernel 3.0-rc4 and didn't help here :( regards nico -Ursprüngliche Nachricht- Von: "Jesse Barnes" Gesendet: Jun 21, 2011 6:06:17 PM An: "Nicolas Kalkhof" , intel-gfx@lists.freedesktop.org Betreff: Re: [Intel-gfx] gen6 (SNB) GPU still

Re: [Intel-gfx] gen6 (SNB) GPU still stalling besides latest patches

2011-06-21 Thread Nicolas Kalkhof
Hello! sorry, setting i915.enable_rc6=0 didn't work for me. I've filed a bug: https://bugs.freedesktop.org/show_bug.cgi?id=38529 thanks and regards nico -Ursprüngliche Nachricht----- Von: "Nicolas Kalkhof" Gesendet: Jun 21, 2011 7:59:51 AM An: intel-gfx@lists.freedes

Re: [Intel-gfx] gen6 (SNB) GPU still stalling besides latest patches

2011-06-20 Thread Nicolas Kalkhof
rnes" Gesendet: Jun 21, 2011 2:19:29 AM An: "Ted Phelps" Betreff: Re: [Intel-gfx] gen6 (SNB) GPU still stalling besides latest patches >On Tue, 21 Jun 2011 10:01:35 +1000 >Ted Phelps wrote: > >> >> Hi Nicolas, >> >> Nicolas Kalkhof writes: &

[Intel-gfx] gen6 (SNB) GPU still stalling besides latest patches

2011-06-20 Thread Nicolas Kalkhof
hello,SNB GPU still hangs frequently with kernel patches next-20110620 raising "drm:i915_hangcheck_ring_idle *ERROR* Hangcheck timer elapsed... gen6 bsd ring idle". This happens when multiple applications (mplayer decoding vaapi stream and some openGL game) running at the same time. With either one