* [PATCH v2] drm/i915/psr: Add PSR mode/revision to debugfs @ 2018-08-09 22:06 Azhar Shaikh 2018-08-09 22:32 ` ✓ Fi.CI.BAT: success for drm/i915/psr: Add PSR mode/revision to debugfs (rev2) Patchwork 2018-08-09 23:22 ` ✓ Fi.CI.IGT: " Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Azhar Shaikh @ 2018-08-09 22:06 UTC (permalink / raw) To: intel-gfx; +Cc: dhinakaran.pandiyan Log the PSR mode/revision (PSR1 or PSR2) in the debugfs file i915_edp_psr_status. Suggested-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> Signed-off-by: Azhar Shaikh <azhar.shaikh@intel.com> Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> --- Changes in v2: - Fix checkpatch warning. - Add Reviewed-by: from v1 drivers/gpu/drm/i915/i915_debugfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c index f9ce35da4123..a0dc603387eb 100644 --- a/drivers/gpu/drm/i915/i915_debugfs.c +++ b/drivers/gpu/drm/i915/i915_debugfs.c @@ -2708,6 +2708,8 @@ static int i915_edp_psr_status(struct seq_file *m, void *data) intel_runtime_pm_get(dev_priv); mutex_lock(&dev_priv->psr.lock); + seq_printf(m, "PSR mode: %s\n", + dev_priv->psr.psr2_enabled ? "PSR2" : "PSR1"); seq_printf(m, "Enabled: %s\n", yesno((bool)dev_priv->psr.enabled)); seq_printf(m, "Busy frontbuffer bits: 0x%03x\n", dev_priv->psr.busy_frontbuffer_bits); -- 1.9.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply related [flat|nested] 3+ messages in thread
* ✓ Fi.CI.BAT: success for drm/i915/psr: Add PSR mode/revision to debugfs (rev2) 2018-08-09 22:06 [PATCH v2] drm/i915/psr: Add PSR mode/revision to debugfs Azhar Shaikh @ 2018-08-09 22:32 ` Patchwork 2018-08-09 23:22 ` ✓ Fi.CI.IGT: " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2018-08-09 22:32 UTC (permalink / raw) To: Azhar Shaikh; +Cc: intel-gfx == Series Details == Series: drm/i915/psr: Add PSR mode/revision to debugfs (rev2) URL : https://patchwork.freedesktop.org/series/47902/ State : success == Summary == = CI Bug Log - changes from CI_DRM_4639 -> Patchwork_9915 = == Summary - SUCCESS == No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/47902/revisions/2/mbox/ == Known issues == Here are the changes found in Patchwork_9915 that come from known issues: === IGT changes === ==== Issues hit ==== {igt@amdgpu/amd_basic@userptr}: {fi-kbl-8809g}: PASS -> INCOMPLETE (fdo#107402) igt@debugfs_test@read_all_entries: fi-snb-2520m: PASS -> INCOMPLETE (fdo#103713) igt@drv_selftest@live_coherency: fi-gdg-551: NOTRUN -> DMESG-FAIL (fdo#107164) igt@drv_selftest@live_hangcheck: fi-kbl-7567u: PASS -> DMESG-FAIL (fdo#106560, fdo#106947) igt@drv_selftest@live_workarounds: fi-whl-u: PASS -> DMESG-FAIL (fdo#107292) igt@gem_exec_suspend@basic-s4-devices: fi-kbl-7500u: PASS -> DMESG-WARN (fdo#105128, fdo#107139) {igt@kms_psr@primary_mmap_gtt}: fi-cnl-psr: PASS -> DMESG-WARN (fdo#107372) ==== Possible fixes ==== {igt@amdgpu/amd_prime@amd-to-i915}: fi-bxt-j4205: INCOMPLETE (fdo#103927) -> SKIP {igt@amdgpu/amd_prime@i915-to-amd}: fi-bxt-j4205: DMESG-FAIL -> SKIP igt@drv_selftest@live_workarounds: {fi-cfl-8109u}: DMESG-FAIL (fdo#107292) -> PASS {fi-bsw-kefka}: DMESG-FAIL (fdo#107292) -> PASS igt@kms_pipe_crc_basic@read-crc-pipe-a: {fi-byt-clapper}: FAIL (fdo#107362) -> PASS igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c: fi-bxt-dsi: INCOMPLETE (fdo#103927) -> PASS ==== Warnings ==== {igt@kms_psr@primary_page_flip}: fi-cnl-psr: DMESG-FAIL (fdo#107372) -> DMESG-WARN (fdo#107372) {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713 fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927 fdo#105128 https://bugs.freedesktop.org/show_bug.cgi?id=105128 fdo#106560 https://bugs.freedesktop.org/show_bug.cgi?id=106560 fdo#106947 https://bugs.freedesktop.org/show_bug.cgi?id=106947 fdo#107139 https://bugs.freedesktop.org/show_bug.cgi?id=107139 fdo#107164 https://bugs.freedesktop.org/show_bug.cgi?id=107164 fdo#107292 https://bugs.freedesktop.org/show_bug.cgi?id=107292 fdo#107362 https://bugs.freedesktop.org/show_bug.cgi?id=107362 fdo#107372 https://bugs.freedesktop.org/show_bug.cgi?id=107372 fdo#107402 https://bugs.freedesktop.org/show_bug.cgi?id=107402 == Participating hosts (53 -> 48) == Additional (1): fi-gdg-551 Missing (6): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-icl-u == Build changes == * Linux: CI_DRM_4639 -> Patchwork_9915 CI_DRM_4639: da34c4841d4bd5098cef0bd3ddaeed1ee3eb3103 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_4591: 6cb3d7dbe5831a7b2b5b7a4638d8a8b7ac624f5f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_9915: 4087a669caa386d1c9ad87e592962b2e27e39657 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 4087a669caa3 drm/i915/psr: Add PSR mode/revision to debugfs == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9915/issues.html _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 3+ messages in thread
* ✓ Fi.CI.IGT: success for drm/i915/psr: Add PSR mode/revision to debugfs (rev2) 2018-08-09 22:06 [PATCH v2] drm/i915/psr: Add PSR mode/revision to debugfs Azhar Shaikh 2018-08-09 22:32 ` ✓ Fi.CI.BAT: success for drm/i915/psr: Add PSR mode/revision to debugfs (rev2) Patchwork @ 2018-08-09 23:22 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2018-08-09 23:22 UTC (permalink / raw) To: Azhar Shaikh; +Cc: intel-gfx == Series Details == Series: drm/i915/psr: Add PSR mode/revision to debugfs (rev2) URL : https://patchwork.freedesktop.org/series/47902/ State : success == Summary == = CI Bug Log - changes from CI_DRM_4639_full -> Patchwork_9915_full = == Summary - SUCCESS == No regressions found. == Known issues == Here are the changes found in Patchwork_9915_full that come from known issues: === IGT changes === ==== Issues hit ==== igt@kms_vblank@pipe-b-ts-continuation-suspend: shard-hsw: PASS -> FAIL (fdo#104894) ==== Possible fixes ==== igt@kms_flip@2x-flip-vs-expired-vblank: shard-glk: FAIL (fdo#105363) -> PASS igt@kms_flip@modeset-vs-vblank-race-interruptible: shard-hsw: DMESG-WARN (fdo#102614) -> PASS igt@perf@buffer-fill: shard-kbl: INCOMPLETE (fdo#103665) -> PASS igt@perf@polling: shard-hsw: FAIL (fdo#102252) -> PASS fdo#102252 https://bugs.freedesktop.org/show_bug.cgi?id=102252 fdo#102614 https://bugs.freedesktop.org/show_bug.cgi?id=102614 fdo#103665 https://bugs.freedesktop.org/show_bug.cgi?id=103665 fdo#104894 https://bugs.freedesktop.org/show_bug.cgi?id=104894 fdo#105363 https://bugs.freedesktop.org/show_bug.cgi?id=105363 == Participating hosts (5 -> 5) == No changes in participating hosts == Build changes == * Linux: CI_DRM_4639 -> Patchwork_9915 CI_DRM_4639: da34c4841d4bd5098cef0bd3ddaeed1ee3eb3103 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_4591: 6cb3d7dbe5831a7b2b5b7a4638d8a8b7ac624f5f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_9915: 4087a669caa386d1c9ad87e592962b2e27e39657 @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9915/shards.html _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-09 23:22 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-08-09 22:06 [PATCH v2] drm/i915/psr: Add PSR mode/revision to debugfs Azhar Shaikh 2018-08-09 22:32 ` ✓ Fi.CI.BAT: success for drm/i915/psr: Add PSR mode/revision to debugfs (rev2) Patchwork 2018-08-09 23:22 ` ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).