Linux-Next discussions
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: Sedat Dilek <sedat.dilek@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	Daniel Vetter <daniel.vetter@ffwll.ch>,
	Dave Airlie <airlied@gmail.com>,
	DRI <dri-devel@lists.freedesktop.org>,
	intel-gfx <intel-gfx@lists.freedesktop.org>,
	"s.dilek" <s.dilek@jpberlin.de>
Subject: Re: linux-next: Tree for Aug 13 [ screen corruption in graphical mode ]
Date: Tue, 13 Aug 2013 19:53:22 +0100	[thread overview]
Message-ID: <20130813185322.GA5982@cantiga.alporthouse.com> (raw)
In-Reply-To: <CA+icZUWcF6bdoD1pSbbtBTAYNMC9237Eas7SemS6kPpnY=c2Sw@mail.gmail.com>

On Tue, Aug 13, 2013 at 08:40:37PM +0200, Sedat Dilek wrote:
> On Tue, Aug 13, 2013 at 8:01 PM, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> > On Tue, Aug 13, 2013 at 07:53:25PM +0200, Sedat Dilek wrote:
> >> Files attached.
> >
> > Can you also please attach a full dmesg so I can check for anything
> > unusual?
> >

Nothing scarred me on a couple of read throughs.

What happens if you try:

diff --git a/drivers/gpu/drm/i915/i915_gem_stolen.c b/drivers/gpu/drm/i915/i915_gem_stolen.c
index 112c5e1..9828d9b 100644
--- a/drivers/gpu/drm/i915/i915_gem_stolen.c
+++ b/drivers/gpu/drm/i915/i915_gem_stolen.c
@@ -284,7 +284,7 @@ i915_gem_object_create_stolen(struct drm_device *dev, u32 size)
                return NULL;
 
        ret = drm_mm_insert_node(&dev_priv->mm.stolen, stolen, size,
-                                4096, DRM_MM_SEARCH_DEFAULT);
+                                1024*1024, DRM_MM_SEARCH_DEFAULT);
        if (ret) {
                kfree(stolen);
                return NULL;

-- 
Chris Wilson, Intel Open Source Technology Centre

  reply	other threads:[~2013-08-13 18:53 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-13  9:10 linux-next: Tree for Aug 13 [ screen corruption in graphical mode ] Sedat Dilek
2013-08-13  9:14 ` Sedat Dilek
2013-08-13  9:20   ` Sedat Dilek
2013-08-13  9:25 ` Chris Wilson
2013-08-13  9:35   ` Sedat Dilek
2013-08-13  9:39     ` Chris Wilson
2013-08-13  9:47       ` Sedat Dilek
2013-08-13  9:52         ` Chris Wilson
2013-08-13  9:57           ` Sedat Dilek
2013-08-13 14:07             ` Sedat Dilek
2013-08-13 14:45               ` Sedat Dilek
2013-08-13 15:59                 ` Sedat Dilek
2013-08-13 16:23                   ` Sedat Dilek
2013-08-13 16:34                     ` Chris Wilson
2013-08-13 16:37                       ` Sedat Dilek
2013-08-13 17:03                         ` Sedat Dilek
2013-08-13 17:13                           ` Chris Wilson
2013-08-13 17:53                             ` Sedat Dilek
2013-08-13 18:01                               ` Chris Wilson
2013-08-13 18:40                                 ` Sedat Dilek
2013-08-13 18:53                                   ` Chris Wilson [this message]
2013-08-13 19:05                                     ` Sedat Dilek
2013-08-13 20:10                                       ` Chris Wilson
2013-08-13 20:16                                         ` Sedat Dilek
2013-08-13 20:20                                           ` Chris Wilson
2013-08-13 20:25                                             ` Sedat Dilek
2013-08-13 20:33                                               ` Sedat Dilek
2013-08-13 20:52                                                 ` Sedat Dilek

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=20130813185322.GA5982@cantiga.alporthouse.com \
    --to=chris@chris-wilson.co.uk \
    --cc=airlied@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=s.dilek@jpberlin.de \
    --cc=sedat.dilek@gmail.com \
    --cc=sfr@canb.auug.org.au \
    /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