public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/i915: Gen2 stolen/local memory support (v2)
@ 2013-12-03 15:49 ville.syrjala
  2013-12-03 15:49 ` [PATCH 1/6] x86: Add vfunc for Intel graphics stolen memory base address ville.syrjala
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: ville.syrjala @ 2013-12-03 15:49 UTC (permalink / raw)
  To: intel-gfx

Another attempt at figuring out stolen memory for gen2. This time instead
of trusting the GTT base address, I used the same method the BIOS uses.
(TOM-TSEG_SIZE-stolen_size). Except on 865G where things are more complicated.
Fortunately it seems to have a simlple answer for us in the for om the TOUD
register.

So far this has only been tested on my 855 laptop with 512MB memory.

Ville Syrjälä (6):
      x86: Add vfunc for Intel graphics stolen memory base address
      x86: Add Intel graphics stolen memory quirk for gen2 platforms
      x86: Print the Intel graphcis stolen memory range
      intel-gtt: Report stolen_size as 0 when local memory is present
      drm/i915: Don't clobber the GTT when it's within stolen memory
      drm/i915: Determine the stolen memory base address on gen2

 arch/x86/kernel/early-quirks.c         | 218 ++++++++++++++++++++++++++++-----
 drivers/char/agp/intel-gtt.c           |   7 ++
 drivers/gpu/drm/i915/i915_gem_stolen.c | 108 ++++++++++++++--
 drivers/gpu/drm/i915/i915_reg.h        |   2 +
 include/drm/i915_drm.h                 |  18 +++
 5 files changed, 313 insertions(+), 40 deletions(-)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2014-07-07  9:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 15:49 [PATCH 0/6] drm/i915: Gen2 stolen/local memory support (v2) ville.syrjala
2013-12-03 15:49 ` [PATCH 1/6] x86: Add vfunc for Intel graphics stolen memory base address ville.syrjala
2013-12-03 15:49 ` [PATCH v2 2/6] x86: Add Intel graphics stolen memory quirk for gen2 platforms ville.syrjala
2013-12-04  9:08   ` Ingo Molnar
2013-12-04 15:12     ` Ville Syrjälä
2013-12-04 15:15       ` Ingo Molnar
2014-01-07 15:28   ` [PATCH v3 " ville.syrjala
2014-02-04 12:47     ` Ville Syrjälä
2014-02-04 13:02       ` [Intel-gfx] " Daniel Vetter
2014-02-05  5:41         ` Ingo Molnar
2013-12-03 15:49 ` [PATCH 3/6] x86: Print the Intel graphcis stolen memory range ville.syrjala
2013-12-03 15:49 ` [PATCH 4/6] intel-gtt: Report stolen_size as 0 when local memory is present ville.syrjala
2013-12-03 15:49 ` [PATCH 5/6] drm/i915: Don't clobber the GTT when it's within stolen memory ville.syrjala
2014-06-05 17:02   ` [PATCH v2 " ville.syrjala
2014-06-30 10:25     ` Jani Nikula
2014-07-07  9:02       ` Daniel Vetter
2013-12-03 15:49 ` [PATCH v2 6/6] drm/i915: Determine the stolen memory base address on gen2 ville.syrjala
2014-01-07 15:28   ` [PATCH v3 " ville.syrjala
2014-01-10 13:31     ` [PATCH v4 " ville.syrjala
2014-01-10 15:11       ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox