public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Alan Cox <alan@linux.intel.com>
Cc: Alan Cox <alan@linux.jf.intel.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] staging: gma500: Rip out the memory manager
Date: Tue, 1 Mar 2011 09:29:08 -0500	[thread overview]
Message-ID: <20110301142908.GA13144@kroah.com> (raw)
In-Reply-To: <20110301141527.GA12881@kroah.com>

On Tue, Mar 01, 2011 at 09:15:27AM -0500, Greg KH wrote:
> On Tue, Mar 01, 2011 at 12:24:37PM +0000, Alan Cox wrote:
> > On Mon, 28 Feb 2011 18:03:02 -0800
> > Greg KH <greg@kroah.com> wrote:
> > 
> > > On Thu, Feb 24, 2011 at 04:25:09PM +0000, Alan Cox wrote:
> > > > At this point we simply stuff the display at the start of the
> > > > stolen memory area that the BIOS gave us. No user framebuffers no
> > > > multiple framebuffers.
> > > > 
> > > > However from here we have a better chance of seeing what is going
> > > > on and writing an actual gem manager for the driver.
> > > > 
> > > > Signed-off-by: Alan Cox <alan@linux.intel.com>
> > > 
> > > This doesn't apply.
> > > 
> > > The 1/2 patch had some fuzz in the Makefile, which I fixed up by hand,
> > > but it makes me think that you are diffing this against some different
> > > tree.
> > 
> > I've investigated this. The cause seems to be a patch
> > 
> > commit 5352161fc449d7a7573b2e13bd02162aae7aeb69
> > 
> > applied by yourself which cleaned up all sorts of random whitespace
> > noise and broke further patch application. Given that this is staging
> > and random whitespace is less important than actually fixing the code I
> > think the fix is to revert that commit and then apply mine.
> 
> Well, I did copy you on that patch, and let you know I made it, so this
> type of thing wouldn't happen.  I'll go fix it by just stripping out the
> trailing whitespace from your patch :)
> 
> This doesn't seem to explain the Makefile difference in the 1/2 patch
> though...

And I still don't think this is the issue.

Your patch removes two lines from drivers/staging/gma500/psb_drm.h with
the following diff:
--- a/drivers/staging/gma500/psb_drm.h
+++ b/drivers/staging/gma500/psb_drm.h
@@ -28,9 +28,6 @@
 #include "drm_mode.h"
 #endif
 
-#include "psb_ttm_fence_user.h"
-#include "psb_ttm_placement_user.h"
-
 #define DRM_PSB_SAREA_MAJOR 0
 #define DRM_PSB_SAREA_MINOR 2
 #define PSB_FIXED_SHIFT 16


Yet those #defines are not present in this file right now.  That's not a
whitespace change...

Still confused,

greg k-h

  reply	other threads:[~2011-03-01 14:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-24 16:24 [PATCH 1/2] gma500: Add 2D acceleration Alan Cox
2011-02-24 16:25 ` [PATCH 2/2] gma500: Rip out the memory manager Alan Cox
2011-03-01  2:03   ` [PATCH 2/2] staging: " Greg KH
2011-03-01 12:24     ` Alan Cox
2011-03-01 14:15       ` Greg KH
2011-03-01 14:29         ` Greg KH [this message]
2011-03-01 14:35           ` Alan Cox

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=20110301142908.GA13144@kroah.com \
    --to=greg@kroah.com \
    --cc=alan@linux.intel.com \
    --cc=alan@linux.jf.intel.com \
    --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