[igt-dev] [PATCH i-g-t v2 0/2] Add vram_d3cold_threshold test
Anshuman Gupta
anshuman.gupta at intel.com
Fri Aug 11 11:10:24 UTC 2023
v2 has major changes in "test/xe_pm: Add vram_d3cold_threshold subtest"
Tests was expecting card to enter to d3cold after freeing up the Xe Bo.
But it wasn't entering because gem_close() doesn't wake device from d3hot.
Therefore test requires to use forcewake debugfs handle to wake device from d3hot and
let XeKMD to compute d3cold.allow based upon used vram and
vram_d3cold_threshold.
Due to above major change in test, i removed the existing RB.
Anshuamn Gupta (1):
lib/igt_pm: Remove pci_system_{init, cleanup}
Anshuman Gupta (1):
test/xe_pm: Add vram_d3cold_threshold subtest
lib/igt_pm.c | 5 --
tests/xe/xe_pm.c | 128 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 128 insertions(+), 5 deletions(-)
--
2.25.1
More information about the igt-dev
mailing list