Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
To: Matthew Auld <matthew.auld@intel.com>,
	intel-gfx@lists.freedesktop.org,
	Chris Wilson <chris@chris-wilson.co.uk>
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [PATCH v8 0/9] make stolen resource centric
Date: Tue, 12 Dec 2017 12:43:08 +0200	[thread overview]
Message-ID: <1513075388.3809.10.camel@linux.intel.com> (raw)
In-Reply-To: <20171211151822.20953-1-matthew.auld@intel.com>

+ Paulo and Rodrigo

I merged these to dinq now. Rodrigo, do mention in the next -next pull
that we there's early-quirks changes mixed here, we have got the Acks.

Thanks for the patches and review!

Regards, Joonas

On Mon, 2017-12-11 at 15:18 +0000, Matthew Auld wrote:
> Continuation of Paulo' stolen series[1], addressing the feedback from
> Joonas and
> Chris.
> 
> [1] https://patchwork.freedesktop.org/series/30923/
> 
> Joonas Lahtinen (1):
>   x86/early-quirks: Extend Intel graphics stolen memory placement to
>     64bit
> 
> Matthew Auld (8):
>   x86/early-quirks: export the stolen region as a resource
>   x86/early-quirks: replace the magical increment start values
>   drm/i915: nuke the duplicated stolen discovery
>   drm/i915: make dsm struct resource centric
>   drm/i915: make reserved struct resource centric
>   drm/i915: make mappable struct resource centric
>   drm/i915: give stolen_usable_size a more suitable home
>   drm/i915: prefer resource_size_t for everything stolen
> 
>  arch/x86/kernel/early-quirks.c                |  86 ++++----
>  drivers/char/agp/intel-gtt.c                  |  14 +-
>  drivers/gpu/drm/i915/gvt/gvt.h                |   2 +-
>  drivers/gpu/drm/i915/i915_debugfs.c           |   4 +-
>  drivers/gpu/drm/i915/i915_drv.c               |   2 +-
>  drivers/gpu/drm/i915/i915_drv.h               |  36 +++-
>  drivers/gpu/drm/i915/i915_gem.c               |   8 +-
>  drivers/gpu/drm/i915/i915_gem_execbuffer.c    |   2 +-
>  drivers/gpu/drm/i915/i915_gem_gtt.c           |  92 +++------
>  drivers/gpu/drm/i915/i915_gem_gtt.h           |  19 +-
>  drivers/gpu/drm/i915/i915_gem_stolen.c        | 275 ++++++++------
> ------------
>  drivers/gpu/drm/i915/i915_gpu_error.c         |   2 +-
>  drivers/gpu/drm/i915/i915_vma.c               |   2 +-
>  drivers/gpu/drm/i915/intel_display.c          |   5 +-
>  drivers/gpu/drm/i915/intel_fbc.c              |  13 +-
>  drivers/gpu/drm/i915/intel_fbdev.c            |   3 +-
>  drivers/gpu/drm/i915/intel_overlay.c          |   4 +-
>  drivers/gpu/drm/i915/intel_pm.c               |  31 +--
>  drivers/gpu/drm/i915/selftests/i915_gem_gtt.c |   4 +-
>  drivers/gpu/drm/i915/selftests/mock_gtt.c     |   4 +-
>  include/drm/i915_drm.h                        |   3 +
>  include/drm/intel-gtt.h                       |   3 +-
>  22 files changed, 241 insertions(+), 373 deletions(-)
> 
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      parent reply	other threads:[~2017-12-12 10:43 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-11 15:18 [PATCH v8 0/9] make stolen resource centric Matthew Auld
2017-12-11 15:18 ` [PATCH v8 1/9] x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit Matthew Auld
2017-12-11 16:22   ` Ingo Molnar
2017-12-11 15:18 ` [PATCH v8 2/9] x86/early-quirks: export the stolen region as a resource Matthew Auld
2017-12-11 15:40   ` Chris Wilson
2017-12-11 16:23   ` Ingo Molnar
2017-12-11 15:18 ` [PATCH v8 3/9] x86/early-quirks: replace the magical increment start values Matthew Auld
2017-12-11 15:18 ` [PATCH v8 4/9] drm/i915: nuke the duplicated stolen discovery Matthew Auld
2017-12-11 15:18 ` [PATCH v8 5/9] drm/i915: make dsm struct resource centric Matthew Auld
2017-12-11 15:18 ` [PATCH v8 6/9] drm/i915: make reserved " Matthew Auld
2017-12-11 15:18 ` [PATCH v8 7/9] drm/i915: make mappable " Matthew Auld
2017-12-11 15:18 ` [PATCH v8 8/9] drm/i915: give stolen_usable_size a more suitable home Matthew Auld
2017-12-11 15:18 ` [PATCH v8 9/9] drm/i915: prefer resource_size_t for everything stolen Matthew Auld
2017-12-11 16:41 ` ✓ Fi.CI.BAT: success for make stolen resource centric (rev8) Patchwork
2017-12-11 18:06 ` ✗ Fi.CI.IGT: warning " Patchwork
2017-12-12 10:43 ` Joonas Lahtinen [this message]

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=1513075388.3809.10.camel@linux.intel.com \
    --to=joonas.lahtinen@linux.intel.com \
    --cc=chris@chris-wilson.co.uk \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=matthew.auld@intel.com \
    --cc=paulo.r.zanoni@intel.com \
    --cc=rodrigo.vivi@intel.com \
    /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