All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] infinite revusion patches v9999
@ 2012-01-25  4:36 Ben Widawsky
  0 siblings, 0 replies; 6+ messages in thread
From: Ben Widawsky @ 2012-01-25  4:36 UTC (permalink / raw)
  To: intel-gfx; +Cc: Ben Widawsky

I decided to remove the history of the patches since I expect this
version to go upstream. The cover-letter serves to remind us all that
this is the final version of the patches, without the clutter in the
commit messages.

Ben Widawsky (2):
  drm/i915: argument to control retiring behavior
  drm/i915: drm/i915: Fix recursive calls to unmap

 drivers/gpu/drm/i915/i915_dma.c            |    2 +-
 drivers/gpu/drm/i915/i915_drv.h            |    5 ++-
 drivers/gpu/drm/i915/i915_gem.c            |   30 +++++++++++++++------------
 drivers/gpu/drm/i915/i915_gem_evict.c      |    2 +-
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |    2 +-
 drivers/gpu/drm/i915/i915_gem_gtt.c        |    2 +-
 drivers/gpu/drm/i915/intel_overlay.c       |    6 +++-
 7 files changed, 28 insertions(+), 21 deletions(-)

-- 
1.7.8.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] infinite revusion patches v9999
@ 2012-01-25  7:17 Ben Widawsky
  2012-01-25 21:58 ` Ben Widawsky
  0 siblings, 1 reply; 6+ messages in thread
From: Ben Widawsky @ 2012-01-25  7:17 UTC (permalink / raw)
  To: ben, intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 23 bytes --]

Revusion.  Fail. null

[-- Attachment #1.2: Type: text/html, Size: 127 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] infinite revusion patches v9999
  2012-01-25  7:17 [PATCH 0/2] infinite revusion patches v9999 Ben Widawsky
@ 2012-01-25 21:58 ` Ben Widawsky
  2012-01-25 23:31   ` Daniel Vetter
  0 siblings, 1 reply; 6+ messages in thread
From: Ben Widawsky @ 2012-01-25 21:58 UTC (permalink / raw)
  To: intel-gfx

On 01/24/2012 11:17 PM, Ben Widawsky wrote:
> Revusion.  Fail. null
> 
> 
To clarify for posterity. I meant, I typo'd the subject of the
cover-letter. The patches themselves should be good to merge.

Ben

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] infinite revusion patches v9999
  2012-01-25 21:58 ` Ben Widawsky
@ 2012-01-25 23:31   ` Daniel Vetter
  2012-01-25 23:33     ` Ben Widawsky
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Vetter @ 2012-01-25 23:31 UTC (permalink / raw)
  To: Ben Widawsky; +Cc: intel-gfx

On Wed, Jan 25, 2012 at 01:58:47PM -0800, Ben Widawsky wrote:
> On 01/24/2012 11:17 PM, Ben Widawsky wrote:
> > Revusion.  Fail. null
> > 
> > 
> To clarify for posterity. I meant, I typo'd the subject of the
> cover-letter. The patches themselves should be good to merge.

I think we'll still see a v10k, current one fails the module symbol linker
check:

ERROR: "i915_wait_request" [drivers/gpu/drm/i915/i915.ko] undefined!

Cheers, Daniel
-- 
Daniel Vetter
Mail: daniel@ffwll.ch
Mobile: +41 (0)79 365 57 48

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] infinite revusion patches v9999
  2012-01-25 23:31   ` Daniel Vetter
@ 2012-01-25 23:33     ` Ben Widawsky
  2012-01-26 10:27       ` Daniel Vetter
  0 siblings, 1 reply; 6+ messages in thread
From: Ben Widawsky @ 2012-01-25 23:33 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx

On 01/25/2012 03:31 PM, Daniel Vetter wrote:
> On Wed, Jan 25, 2012 at 01:58:47PM -0800, Ben Widawsky wrote:
>> On 01/24/2012 11:17 PM, Ben Widawsky wrote:
>>> Revusion.  Fail. null
>>>
>>>
>> To clarify for posterity. I meant, I typo'd the subject of the
>> cover-letter. The patches themselves should be good to merge.
> 
> I think we'll still see a v10k, current one fails the module symbol linker
> check:
> 
> ERROR: "i915_wait_request" [drivers/gpu/drm/i915/i915.ko] undefined!
> 
> Cheers, Daniel

Yeah it's a one line fix; coming up. I'm not sure how this rebase got
screwed up.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] infinite revusion patches v9999
  2012-01-25 23:33     ` Ben Widawsky
@ 2012-01-26 10:27       ` Daniel Vetter
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Vetter @ 2012-01-26 10:27 UTC (permalink / raw)
  To: Ben Widawsky; +Cc: intel-gfx

On Wed, Jan 25, 2012 at 03:33:24PM -0800, Ben Widawsky wrote:
> On 01/25/2012 03:31 PM, Daniel Vetter wrote:
> > On Wed, Jan 25, 2012 at 01:58:47PM -0800, Ben Widawsky wrote:
> >> On 01/24/2012 11:17 PM, Ben Widawsky wrote:
> >>> Revusion.  Fail. null
> >>>
> >>>
> >> To clarify for posterity. I meant, I typo'd the subject of the
> >> cover-letter. The patches themselves should be good to merge.
> > 
> > I think we'll still see a v10k, current one fails the module symbol linker
> > check:
> > 
> > ERROR: "i915_wait_request" [drivers/gpu/drm/i915/i915.ko] undefined!
> > 
> > Cheers, Daniel
> 
> Yeah it's a one line fix; coming up. I'm not sure how this rebase got
> screwed up.

I've queued these two for -next, thanks.
-Daniel
-- 
Daniel Vetter
Mail: daniel@ffwll.ch
Mobile: +41 (0)79 365 57 48

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-26 10:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25  7:17 [PATCH 0/2] infinite revusion patches v9999 Ben Widawsky
2012-01-25 21:58 ` Ben Widawsky
2012-01-25 23:31   ` Daniel Vetter
2012-01-25 23:33     ` Ben Widawsky
2012-01-26 10:27       ` Daniel Vetter
  -- strict thread matches above, loose matches on Subject: below --
2012-01-25  4:36 Ben Widawsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.