All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Display uncore prep patches
@ 2019-06-20  1:00 Daniele Ceraolo Spurio
  2019-06-20  1:00 ` [PATCH v2 1/6] drm/i915: use vfuncs for reg_read/write_fw_domains Daniele Ceraolo Spurio
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Daniele Ceraolo Spurio @ 2019-06-20  1:00 UTC (permalink / raw)
  To: intel-gfx

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@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@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

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

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

end of thread, other threads:[~2019-06-20 15:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-20  1:00 [PATCH v2 0/6] Display uncore prep patches Daniele Ceraolo Spurio
2019-06-20  1:00 ` [PATCH v2 1/6] drm/i915: use vfuncs for reg_read/write_fw_domains Daniele Ceraolo Spurio
2019-06-20  1:00 ` [PATCH v2 2/6] drm/i915: kill uncore_sanitize Daniele Ceraolo Spurio
2019-06-20  1:00 ` [PATCH v2 3/6] drm/i915: kill uncore_to_i915 Daniele Ceraolo Spurio
2019-06-20  1:00 ` [PATCH v2 4/6] drm/i915: skip forcewake actions on forcewake-less uncore Daniele Ceraolo Spurio
2019-06-20  7:43   ` Chris Wilson
2019-06-20  1:00 ` [PATCH v2 5/6] drm/i915: dynamically allocate forcewake domains Daniele Ceraolo Spurio
2019-06-20  7:55   ` Chris Wilson
2019-06-20  1:00 ` [PATCH v2 6/6] drm/i915/gvt: decouple check_vgpu() from uncore_init() Daniele Ceraolo Spurio
2019-06-20  2:15   ` Zhenyu Wang
2019-06-20  8:02     ` Chris Wilson
2019-06-20  1:08 ` ✗ Fi.CI.CHECKPATCH: warning for Display uncore prep patches (rev2) Patchwork
2019-06-20  1:44 ` ✓ Fi.CI.BAT: success " Patchwork
2019-06-20 15:41   ` Tvrtko Ursulin
2019-06-20 15:00 ` ✓ Fi.CI.IGT: " Patchwork

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.