Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH v2 0/4] Xe runtime pm refactoring
@ 2023-09-21 11:14 Jouni Högander
  2023-09-21 11:14 ` [Intel-xe] [PATCH v2 1/4] Revert "FIXME: drm/i915: runtime pm changes" Jouni Högander
                   ` (18 more replies)
  0 siblings, 19 replies; 29+ messages in thread
From: Jouni Högander @ 2023-09-21 11:14 UTC (permalink / raw)
  To: intel-xe; +Cc: Jouni Högander, Jani Nikula, Rodrigo Vivi

These patches are dropping some ifdefs added to build Xe runtime pm
code.

v2:
  - Remove xe_runtime_pm completely from DRM driver patch
  - Add xe_runtime_pm struct pointer to xe_device in display fixup
  - Add define (xe_runtime_pm -> intel_runtime_pm) instead of rename

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Vinod Govindapillai <vinod.govindapillai@intel.com>

Jouni Högander (4):
  Revert "FIXME: drm/i915: runtime pm changes"
  drm/i915: Remove runtime suspended boolean from intel_runtime_pm
    struct
  fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
  fixup! drm/xe/display: Implement display support

 .../drm/i915/display/intel_display_power.c    | 25 ++++++++++---------
 drivers/gpu/drm/i915/i915_driver.c            |  3 ---
 drivers/gpu/drm/i915/i915_gpu_error.c         |  2 +-
 drivers/gpu/drm/i915/intel_runtime_pm.c       |  1 -
 drivers/gpu/drm/i915/intel_runtime_pm.h       |  4 +--
 .../xe/compat-i915-headers/intel_runtime_pm.h |  2 ++
 6 files changed, 18 insertions(+), 19 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 29+ messages in thread
* [Intel-xe] [PATCH v2 0/4] Port CPU-GPU timestamp correlation to XE KMD
@ 2023-08-14 22:37 Umesh Nerlige Ramappa
  2023-08-14 22:37 ` [Intel-xe] [PATCH v2 3/4] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs Umesh Nerlige Ramappa
  0 siblings, 1 reply; 29+ messages in thread
From: Umesh Nerlige Ramappa @ 2023-08-14 22:37 UTC (permalink / raw)
  To: intel-xe; +Cc: Lionel G Landwerlin

This is a port of prior work from i915 to support fine-grained CPU-GPU
timestamp correlation. Prior work is linked in this issue:
https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/384

Mesa and Perfetto are the consumers for this and the issue documents the
need for higher accuracy in correlation. 

v2:
- Change commit headers to fixup!
- Fix kernel-doc errors
- Include review comments

Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Umesh Nerlige Ramappa (4):
  fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
  fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
  fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
  drm/xe: Correlate engine and cpu timestamps with better accuracy

 drivers/gpu/drm/xe/xe_query.c | 149 +++++++++++++++++++++++++++++++++-
 include/uapi/drm/xe_drm.h     |  92 +++++++++++++++++----
 2 files changed, 219 insertions(+), 22 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-09-25  5:39 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21 11:14 [Intel-xe] [PATCH v2 0/4] Xe runtime pm refactoring Jouni Högander
2023-09-21 11:14 ` [Intel-xe] [PATCH v2 1/4] Revert "FIXME: drm/i915: runtime pm changes" Jouni Högander
2023-09-21 11:14 ` [Intel-xe] [PATCH v2 2/4] drm/i915: Remove runtime suspended boolean from intel_runtime_pm struct Jouni Högander
2023-09-21 11:14 ` [Intel-xe] [PATCH v2 3/4] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs Jouni Högander
2023-09-21 16:28   ` Rodrigo Vivi
2023-09-21 11:14 ` [Intel-xe] [PATCH v2 4/4] fixup! drm/xe/display: Implement display support Jouni Högander
2023-09-21 11:17 ` [Intel-xe] ✓ CI.Patch_applied: success for Xe runtime pm refactoring (rev2) Patchwork
2023-09-21 11:17 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-09-21 11:18 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-09-21 11:25 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-21 11:26 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-09-21 11:27 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-09-21 12:02 ` [Intel-xe] ✗ CI.BAT: failure " Patchwork
2023-09-21 16:28 ` [Intel-xe] [PATCH v2 0/4] Xe runtime pm refactoring Rodrigo Vivi
2023-09-25  5:38   ` Hogander, Jouni
2023-09-22  5:50 ` [Intel-xe] ✓ CI.Patch_applied: success for Xe runtime pm refactoring (rev3) Patchwork
2023-09-22  5:51 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-09-22  5:52 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-09-22  5:59 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-22  5:59 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-09-22  6:01 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-09-22  6:35 ` [Intel-xe] ✓ CI.BAT: success " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2023-08-14 22:37 [Intel-xe] [PATCH v2 0/4] Port CPU-GPU timestamp correlation to XE KMD Umesh Nerlige Ramappa
2023-08-14 22:37 ` [Intel-xe] [PATCH v2 3/4] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs Umesh Nerlige Ramappa
2023-08-14 22:51   ` Umesh Nerlige Ramappa
2023-08-15 14:03   ` Souza, Jose
2023-08-15 16:42     ` Niranjana Vishwanathapura
2023-08-15 18:40     ` Umesh Nerlige Ramappa
2023-08-16 22:16       ` Vivi, Rodrigo
2023-09-14 19:32       ` Rodrigo Vivi

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