[Intel-gfx] [PATCH 0/7] add support for GSC in XeHP SDV platform

Alexander Usyskin alexander.usyskin at intel.com
Tue Feb 22 10:48:47 UTC 2022


Add support for GSC in XeHP SDV (Intel(R) dGPU without display).
 
XeHP SDV GSC controller uses the same hardware settings as DG1, but uses
polling instead of interrupts and runs the firmware in slow pace due to
hardware limitations.

This series should be applied over "Add driver for GSC controller"
patch series.

Greg KH, please review and ACK the MEI patches.
We are pushing all through gfx tree as the device belongs there.

Alexander Usyskin (5):
  drm/i915/gsc: add slow_fw flag to the mei auxiliary device
  drm/i915/gsc: add slow_fw flag to the gsc device definition
  drm/i915/gsc: add GSC XeHP SDV platform definition
  mei: gsc: wait for reset thread on stop
  mei: extend timeouts on slow devices.

Tomas Winkler (1):
  mei: gsc: use polling instead of interrupts

Vitaly Lubart (1):
  drm/i915/gsc: skip irq initialization if using polling

 drivers/gpu/drm/i915/gt/intel_gsc.c | 34 +++++++++--
 drivers/misc/mei/bus-fixup.c        |  3 +-
 drivers/misc/mei/client.c           | 14 ++---
 drivers/misc/mei/gsc-me.c           | 44 ++++++++++++---
 drivers/misc/mei/hbm.c              | 12 ++--
 drivers/misc/mei/hw-me.c            | 88 +++++++++++++++++++++++------
 drivers/misc/mei/hw-me.h            | 14 ++++-
 drivers/misc/mei/hw-txe.c           |  2 +-
 drivers/misc/mei/hw.h               |  5 ++
 drivers/misc/mei/init.c             | 21 ++++++-
 drivers/misc/mei/main.c             |  2 +-
 drivers/misc/mei/mei_dev.h          | 16 ++++++
 drivers/misc/mei/pci-me.c           |  2 +-
 include/linux/mei_aux.h             |  1 +
 14 files changed, 208 insertions(+), 50 deletions(-)

-- 
2.32.0



More information about the Intel-gfx mailing list