public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jon Smirl <jonsmirl@gmail.com>
To: dri-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: Re: DRM regression in Linux 2.6.9-rc1-bk12
Date: Thu, 16 Sep 2004 01:17:02 -0400	[thread overview]
Message-ID: <9e47339104091522176fa8ffbd@mail.gmail.com> (raw)
In-Reply-To: <20040916025942.GA27261@samarkand.rivenstone.net>

This should fix the problem

===== linux/drm_scatter.h 1.6 vs edited =====
--- 1.6/linux/drm_scatter.h     Sun Sep  5 21:22:06 2004
+++ edited/linux/drm_scatter.h  Thu Sep 16 01:11:13 2004
@@ -73,7 +73,7 @@
  
        DRM_DEBUG( "%s\n", __FUNCTION__ );
  
-       if (drm_core_check_feature(dev, DRIVER_SG))
+       if (!drm_core_check_feature(dev, DRIVER_SG))
                return -EINVAL;
  
        if ( dev->sg )


-- 
Jon Smirl
jonsmirl@gmail.com

  parent reply	other threads:[~2004-09-16  5:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-16  2:59 DRM regression in Linux 2.6.9-rc1-bk12 Joseph Fannin
2004-09-16  4:42 ` Dave Airlie
2004-09-16  5:17 ` Jon Smirl [this message]
2004-09-17  5:12   ` Joseph Fannin

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=9e47339104091522176fa8ffbd@mail.gmail.com \
    --to=jonsmirl@gmail.com \
    --cc=dri-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.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