dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Disable dynamic load balancing and support fixed balancing
@ 2023-12-21 17:08 Andi Shyti
  2023-12-21 17:08 ` [PATCH 1/3] drm/i915/gt: Support fixed CCS mode Andi Shyti
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andi Shyti @ 2023-12-21 17:08 UTC (permalink / raw)
  To: intel-gfx, dri-devel
  Cc: Tejas Upadhyay, Niranjana Vishwanathapura, Chris Wilson,
	Andi Shyti

Hi,

This series aims to disable the CCS hardware load balancing, as recommended by
hardware directives in Wa_16016805146.

In the meantime, we need to define and support a fixed CCS mode of balancing
that can be configured by the user.

Thanks,
Andi

Cc: Chris Wilson <chris.p.wilson@linux.intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Cc: Tejas Upadhyay <tejas.upadhyay@intel.com>

Andi Shyti (3):
  drm/i915/gt: Support fixed CCS mode
  drm/i915/gt: Allow user to set up the CSS mode
  drm/i915/gt: Disable HW load balancing for CCS

 drivers/gpu/drm/i915/Makefile               |   1 +
 drivers/gpu/drm/i915/gt/intel_gt.c          |   6 +
 drivers/gpu/drm/i915/gt/intel_gt_ccs_mode.c | 149 ++++++++++++++++++++
 drivers/gpu/drm/i915/gt/intel_gt_ccs_mode.h |  17 +++
 drivers/gpu/drm/i915/gt/intel_gt_regs.h     |  14 ++
 drivers/gpu/drm/i915/gt/intel_gt_sysfs.c    |   2 +
 drivers/gpu/drm/i915/gt/intel_gt_types.h    |  20 +++
 drivers/gpu/drm/i915/gt/intel_workarounds.c |   6 +
 drivers/gpu/drm/i915/i915_drv.h             |   2 +
 9 files changed, 217 insertions(+)
 create mode 100644 drivers/gpu/drm/i915/gt/intel_gt_ccs_mode.c
 create mode 100644 drivers/gpu/drm/i915/gt/intel_gt_ccs_mode.h

-- 
2.43.0


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

end of thread, other threads:[~2023-12-28 10:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 17:08 [PATCH 0/3] Disable dynamic load balancing and support fixed balancing Andi Shyti
2023-12-21 17:08 ` [PATCH 1/3] drm/i915/gt: Support fixed CCS mode Andi Shyti
2023-12-22 13:31   ` Joonas Lahtinen
2023-12-28 10:38     ` Andi Shyti
2023-12-21 17:08 ` [PATCH 2/3] drm/i915/gt: Allow user to set up the CSS mode Andi Shyti
2023-12-21 17:08 ` [PATCH 3/3] drm/i915/gt: Disable HW load balancing for CCS Andi Shyti

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