[Intel-xe] [PATCH v2 0/4] Xe runtime pm refactoring

Jouni Högander jouni.hogander at intel.com
Thu Sep 21 11:14:30 UTC 2023


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 at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Vinod Govindapillai <vinod.govindapillai at 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



More information about the Intel-xe mailing list