[Intel-gfx] [PATCH 0/7] drm/i915: Move load time stolen memory init earlier

Imre Deak imre.deak at intel.com
Tue Jan 19 05:26:25 PST 2016


For Sagar's BXT RC6 setup sanitization patch [1], we'll need the details
about the GTT/stolen memory reservation early during driver loading, so
this patchset moves the required init calls earlier accordingly. It also
sanitizes a few MMIO/GEM init/clean-up steps on the way.

[1]
http://lists.freedesktop.org/archives/intel-gfx/2016-January/085440.html

Imre Deak (7):
  drm/i915: Sanitize up DMC/CSR ucode cleanup code
  drm/i915: Sanitize i915_get_bridge_dev() error path
  drm/i915: Sanitize GEM shrinker init and clean-up
  drm/i915: Sanitize i915_gem_load() init and clean-up
  drm/i915: Move allocation of various workqueues earlier during init
  drm/i915: Move MCHBAR setup earlier during init
  drm/i915: Move stolen memory initialization earlier during loading

 drivers/gpu/drm/i915/i915_dma.c          | 218 ++++++++++++++++---------------
 drivers/gpu/drm/i915/i915_drv.h          |   4 +-
 drivers/gpu/drm/i915/i915_gem.c          |  13 +-
 drivers/gpu/drm/i915/i915_gem_gtt.c      |  15 +++
 drivers/gpu/drm/i915/i915_gem_shrinker.c |  16 ++-
 5 files changed, 158 insertions(+), 108 deletions(-)

-- 
2.5.0



More information about the Intel-gfx mailing list