public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Dave Hansen <dave@linux.vnet.ibm.com>
To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	Chris Wilson <chris@chris-wilson.co.uk>,
	Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: i915 hang and large allocation (~3.7-rc4)
Date: Mon, 12 Nov 2012 14:44:46 -0800	[thread overview]
Message-ID: <50A17BDE.7050404@linux.vnet.ibm.com> (raw)

I've been seeing a little goofiness with i915 video under the 3.7-rc's.
It looks like I'm seeing two separate issues.  One, that the video
hardware hangs, spits some errors in dmesg, and then video acceleration
seems to stop working.  Two, when it does this, apport goes digging in
debugfs for information about the hang.  When it does this, something
does an order-9 (2MB) kmalloc() which fails.

While debugfs is expected to be a _bit_ rickety, I do think order-9
is a bit excessive for an in-kernel allocation, even a temporary
one.  I'm not quite sure if it has done this for a long time, and I'm
only hitting it now since I'm seeing a _separate_ i915 hang.

Relevant parts of dmesg, lspci, and kernel config are here:

	http://sr71.net/~dave/linux/i915-wonky/

             reply	other threads:[~2012-11-12 22:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-12 22:44 Dave Hansen [this message]
2012-11-12 22:53 ` i915 hang and large allocation (~3.7-rc4) Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50A17BDE.7050404@linux.vnet.ibm.com \
    --to=dave@linux.vnet.ibm.com \
    --cc=chris@chris-wilson.co.uk \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox