Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v3 0/7] GSC support
@ 2022-04-19 19:33 Daniele Ceraolo Spurio
  2022-04-19 19:33 ` [Intel-gfx] [PATCH v3 1/7] drm/i915/gsc: add gsc as a mei auxiliary device Daniele Ceraolo Spurio
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Daniele Ceraolo Spurio @ 2022-04-19 19:33 UTC (permalink / raw)
  To: intel-gfx; +Cc: alexander.usyskin, rodrigo.vivi

Same as the previous rev, with the only thing changed being the
MODULE_LICENSE for mei-gsc, from "GPL v2" to "GPL"; these both map to
GPL v2, but the second option is preferred (see [1]) and checkpatch will
complain if we use the first one.
I've discussed the changes with Rodrigo before applying them to make sure
I got the license right and he already gave is ack to the update, so all
patches are fully reviewed.

[1] https://www.kernel.org/doc/html/latest/process/license-rules.html

Cc: Alexander Usyskin <alexander.usyskin@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>

Alexander Usyskin (2):
  mei: gsc: setup char driver alive in spite of firmware handshake
    failure
  mei: gsc: retrieve the firmware version

Daniele Ceraolo Spurio (1):
  HAX: drm/i915: force INTEL_MEI_GSC on for CI

Tomas Winkler (4):
  drm/i915/gsc: add gsc as a mei auxiliary device
  mei: add support for graphics system controller (gsc) devices
  mei: gsc: add runtime pm handlers
  drm/i915/dg2: add gsc with special gsc bar offsets

 MAINTAINERS                              |   1 +
 drivers/gpu/drm/i915/Kconfig             |   1 +
 drivers/gpu/drm/i915/Kconfig.debug       |   1 +
 drivers/gpu/drm/i915/Makefile            |   3 +
 drivers/gpu/drm/i915/gt/intel_gsc.c      | 224 ++++++++++++++++++++
 drivers/gpu/drm/i915/gt/intel_gsc.h      |  37 ++++
 drivers/gpu/drm/i915/gt/intel_gt.c       |   3 +
 drivers/gpu/drm/i915/gt/intel_gt.h       |   5 +
 drivers/gpu/drm/i915/gt/intel_gt_irq.c   |  13 ++
 drivers/gpu/drm/i915/gt/intel_gt_regs.h  |   1 +
 drivers/gpu/drm/i915/gt/intel_gt_types.h |   2 +
 drivers/gpu/drm/i915/i915_drv.h          |   8 +
 drivers/gpu/drm/i915/i915_pci.c          |   4 +-
 drivers/gpu/drm/i915/i915_reg.h          |   4 +
 drivers/gpu/drm/i915/intel_device_info.h |   2 +
 drivers/misc/mei/Kconfig                 |  14 ++
 drivers/misc/mei/Makefile                |   3 +
 drivers/misc/mei/bus-fixup.c             |  25 +++
 drivers/misc/mei/gsc-me.c                | 259 +++++++++++++++++++++++
 drivers/misc/mei/hw-me.c                 |  29 ++-
 drivers/misc/mei/hw-me.h                 |   2 +
 include/linux/mei_aux.h                  |  19 ++
 22 files changed, 657 insertions(+), 3 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/gt/intel_gsc.c
 create mode 100644 drivers/gpu/drm/i915/gt/intel_gsc.h
 create mode 100644 drivers/misc/mei/gsc-me.c
 create mode 100644 include/linux/mei_aux.h

-- 
2.25.1


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

end of thread, other threads:[~2022-04-21 19:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-19 19:33 [Intel-gfx] [PATCH v3 0/7] GSC support Daniele Ceraolo Spurio
2022-04-19 19:33 ` [Intel-gfx] [PATCH v3 1/7] drm/i915/gsc: add gsc as a mei auxiliary device Daniele Ceraolo Spurio
2022-04-19 19:33 ` [Intel-gfx] [PATCH v3 2/7] mei: add support for graphics system controller (gsc) devices Daniele Ceraolo Spurio
2022-04-19 19:33 ` [Intel-gfx] [PATCH v3 3/7] mei: gsc: setup char driver alive in spite of firmware handshake failure Daniele Ceraolo Spurio
2022-04-19 19:33 ` [Intel-gfx] [PATCH v3 4/7] mei: gsc: add runtime pm handlers Daniele Ceraolo Spurio
2022-04-19 19:33 ` [Intel-gfx] [PATCH v3 5/7] mei: gsc: retrieve the firmware version Daniele Ceraolo Spurio
2022-04-19 19:33 ` [Intel-gfx] [PATCH v3 6/7] drm/i915/dg2: add gsc with special gsc bar offsets Daniele Ceraolo Spurio
2022-04-19 19:33 ` [Intel-gfx] [PATCH v3 7/7] HAX: drm/i915: force INTEL_MEI_GSC on for CI Daniele Ceraolo Spurio
2022-04-19 20:32 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support (rev7) Patchwork
2022-04-19 20:57 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-04-20  1:17 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-04-21 19:05   ` Ceraolo Spurio, Daniele

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