[Intel-gfx] [PATCH v2 0/6] Display uncore prep patches

Daniele Ceraolo Spurio daniele.ceraolospurio at intel.com
Thu Jun 20 01:00:15 UTC 2019


main changes are the removal of the _forcewake_ suspend/resume calls and
the updated logic for the dynamic allocation of fw domains.

Cc: Chris Wilson <chris at chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin at linux.intel.com>

Daniele Ceraolo Spurio (6):
  drm/i915: use vfuncs for reg_read/write_fw_domains
  drm/i915: kill uncore_sanitize
  drm/i915: kill uncore_to_i915
  drm/i915: skip forcewake actions on forcewake-less uncore
  drm/i915: dynamically allocate forcewake domains
  drm/i915/gvt: decouple check_vgpu() from uncore_init()

 drivers/gpu/drm/i915/i915_drv.c              |  16 +-
 drivers/gpu/drm/i915/i915_drv.h              |   5 -
 drivers/gpu/drm/i915/i915_pvinfo.h           |   5 +-
 drivers/gpu/drm/i915/i915_vgpu.c             |  35 +-
 drivers/gpu/drm/i915/i915_vgpu.h             |   2 +-
 drivers/gpu/drm/i915/intel_uncore.c          | 425 ++++++++++---------
 drivers/gpu/drm/i915/intel_uncore.h          |  23 +-
 drivers/gpu/drm/i915/selftests/mock_uncore.c |   4 +-
 8 files changed, 285 insertions(+), 230 deletions(-)

-- 
2.20.1



More information about the Intel-gfx mailing list