public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] drm/xe/gsc: add initial gsc support
@ 2023-09-14  8:01 Alexander Usyskin
  2023-09-14  8:01 ` [PATCH v2 1/4] drm/xe/gsc: add HECI2 register offsets Alexander Usyskin
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Alexander Usyskin @ 2023-09-14  8:01 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Lucas De Marchi, Daniele Ceraolo Spurio,
	Rodrigo Vivi
  Cc: Tomas Winkler, Alexander Usyskin, Vitaly Lubart, intel-xe,
	linux-kernel

Add initial GSC support for DG1 and DG2.
Create mei-gscfi auxiliary device and add
support for device created by Xe to the mei-gsc driver.

This series intended to be merged intto Xe tree,
the only patch that touches char-misc is addition
of id and alias in mei-gsc.

V2: Added heci_ to struct and APIs
    heci_gsc moved under xe_device as GSC is not under GT

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>

Vitaly Lubart (4):
  drm/xe/gsc: add HECI2 register offsets
  drm/xe/gsc: add has_heci_gscfi indication to device
  drm/xe/gsc: add gsc device support
  mei: gsc: add support for auxiliary device created by Xe driver

 drivers/gpu/drm/xe/Kconfig           |   1 +
 drivers/gpu/drm/xe/Makefile          |   1 +
 drivers/gpu/drm/xe/regs/xe_regs.h    |   4 +
 drivers/gpu/drm/xe/xe_device.c       |   4 +
 drivers/gpu/drm/xe/xe_device_types.h |   7 +
 drivers/gpu/drm/xe/xe_heci_gsc.c     | 205 +++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_heci_gsc.h     |  35 +++++
 drivers/gpu/drm/xe/xe_irq.c          |  14 +-
 drivers/gpu/drm/xe/xe_pci.c          |   9 +-
 drivers/misc/mei/gsc-me.c            |   5 +
 10 files changed, 281 insertions(+), 4 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/xe_heci_gsc.c
 create mode 100644 drivers/gpu/drm/xe/xe_heci_gsc.h

-- 
2.34.1


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

end of thread, other threads:[~2023-09-20  9:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-14  8:01 [PATCH v2 0/4] drm/xe/gsc: add initial gsc support Alexander Usyskin
2023-09-14  8:01 ` [PATCH v2 1/4] drm/xe/gsc: add HECI2 register offsets Alexander Usyskin
2023-09-18 16:07   ` [Intel-xe] " Rodrigo Vivi
2023-09-14  8:01 ` [PATCH v2 2/4] drm/xe/gsc: add has_heci_gscfi indication to device Alexander Usyskin
2023-09-18 16:09   ` [Intel-xe] " Rodrigo Vivi
2023-09-14  8:01 ` [PATCH v2 3/4] drm/xe/gsc: add gsc device support Alexander Usyskin
2023-09-18 16:25   ` [Intel-xe] " Rodrigo Vivi
2023-09-19 14:51     ` Usyskin, Alexander
2023-09-20  8:59       ` Usyskin, Alexander
2023-09-14  8:01 ` [PATCH v2 4/4] mei: gsc: add support for auxiliary device created by Xe driver Alexander Usyskin
2023-09-18 16:26   ` [Intel-xe] " Rodrigo Vivi
2023-09-18 16:06 ` [Intel-xe] [PATCH v2 0/4] drm/xe/gsc: add initial gsc support Rodrigo Vivi
2023-09-20  6:15   ` Usyskin, Alexander

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