[PATCH 0/7] Unlock deeper package-C states (PC-10) and D3Cold

Rodrigo Vivi rodrigo.vivi at intel.com
Fri May 3 19:13:02 UTC 2024


For integrated graphics, this series mean the unlock of
deeper package-C states. With this, on MTL I'm glad to
see PC-10 even with display enabled (with eDP PSR).

On my DG2 I'm gladly getting the big saves of D3Cold when
display is off/idle. And everything working niftly on
the desktop environment.

But in order to achieve that, we need to relax the runtime
PM protection around VMs and exec_queue, as explained on
each individual patch touching them.

Please let me know your thoughts, specially around those
relaxation cases.

Thanks,
Rodrigo.

Rodrigo Vivi (7):
  drm/xe: Fix xe_pm_runtime_get_if_active return
  drm/xe: Fix xe_pm_runtime_get_if_in_use documentation
  drm/xe: Relax runtime pm protection during execution
  drm/xe: Relax runtime pm protection around VM
  drm/xe: Prepare display for D3Cold
  drm/xe: Stop checking for power_lost on D3Cold
  drm/xe: Enable D3Cold on 'low' VRAM utilization

 drivers/gpu/drm/xe/display/xe_display.c | 10 ++++---
 drivers/gpu/drm/xe/display/xe_display.h |  8 ++---
 drivers/gpu/drm/xe/xe_bo.c              | 17 ++++++++++-
 drivers/gpu/drm/xe/xe_device_types.h    |  3 --
 drivers/gpu/drm/xe/xe_exec_queue.c      | 14 ---------
 drivers/gpu/drm/xe/xe_guc.c             | 27 -----------------
 drivers/gpu/drm/xe/xe_guc.h             |  1 -
 drivers/gpu/drm/xe/xe_guc_submit.c      |  3 ++
 drivers/gpu/drm/xe/xe_pm.c              | 40 +++++++++++++------------
 drivers/gpu/drm/xe/xe_pm.h              |  9 ++----
 drivers/gpu/drm/xe/xe_sched_job.c       | 10 ++-----
 drivers/gpu/drm/xe/xe_vm.c              |  6 ++--
 12 files changed, 58 insertions(+), 90 deletions(-)

-- 
2.44.0



More information about the Intel-xe mailing list