From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bas Wijnen Subject: Bug#724944: [Intel-gfx] Patch for crashing intel server Date: Sun, 3 Nov 2013 16:15:18 +0100 Message-ID: <20131103151517.GA24887@fmf.nl> References: <20131011192454.GJ2918@a82-93-13-222.adsl.xs4all.nl> <20131012204614.GL8349@nuc-i3427.alporthouse.com> <20131013034904.GG7739@a82-93-13-222.adsl.xs4all.nl> <20131013094349.GA6816@nuc-i3427.alporthouse.com> <20131015014608.GJ7739@a82-93-13-222.adsl.xs4all.nl> <20131015082541.GC29463@nuc-i3427.alporthouse.com> <20131016143057.GK7739@a82-93-13-222.adsl.xs4all.nl> <20131016152243.GB11319@nuc-i3427.alporthouse.com> Reply-To: Bas Wijnen , 724944@bugs.debian.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Resent-To: debian-bugs-dist@lists.debian.org Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20131016152243.GB11319@nuc-i3427.alporthouse.com> List-URL: List-Post: List-Help: List-Subscribe: List-Unsubscribe: To: intel-gfx@lists.freedesktop.org, 724944@bugs.debian.org List-Id: intel-gfx@lists.freedesktop.org Hi Chris, I got a black screen while using your patch. /sys/kernel/debug/dri/0/i915_gem_objects contents are shown below. The first time is while the video is running; the second after stopping it. AFAICS, there is no difference between them. However, after starting a new video, there is a difference in active objects; not sure if it is related (I don't really know what any of it means). That is the third one. Thanks, Bas root@star:/sys/kernel/debug/dri/0# cat i915_gem_objects 220 objects, 36782080 bytes 131 [131] objects, 34430976 [34430976] bytes in gtt 0 [0] active objects, 0 [0] bytes 131 [131] inactive objects, 34430976 [34430976] bytes 49 unbound objects, 638976 bytes 1 purgeable objects, 4096 bytes 6 pinned mappable objects, 15884288 bytes 118 fault mappable objects, 27901952 bytes 536870912 [268435456] gtt total Xorg: 217 objects, 36642816 bytes (0 active, 30703616 inactive, 5922816 unbound) root@star:/sys/kernel/debug/dri/0# cat i915_gem_objects 220 objects, 36782080 bytes 131 [131] objects, 34430976 [34430976] bytes in gtt 0 [0] active objects, 0 [0] bytes 131 [131] inactive objects, 34430976 [34430976] bytes 49 unbound objects, 638976 bytes 1 purgeable objects, 4096 bytes 6 pinned mappable objects, 15884288 bytes 118 fault mappable objects, 27901952 bytes 536870912 [268435456] gtt total Xorg: 217 objects, 36642816 bytes (0 active, 30703616 inactive, 5922816 unbound) root@star:/sys/kernel/debug/dri/0# cat i915_gem_objects 220 objects, 36782080 bytes 131 [131] objects, 34430976 [34430976] bytes in gtt 2 [2] active objects, 32768 [32768] bytes 129 [129] inactive objects, 34398208 [34398208] bytes 49 unbound objects, 638976 bytes 1 purgeable objects, 4096 bytes 6 pinned mappable objects, 15884288 bytes 118 fault mappable objects, 27901952 bytes 536870912 [268435456] gtt total Xorg: 217 objects, 36642816 bytes (32768 active, 30670848 inactive, 5922816 unbound)