* [igt-dev] [PATCH i-g-t] i915/pm_rpm: Probe connectors to run standalone @ 2019-04-05 8:36 Chris Wilson 2019-04-05 9:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-04-06 3:58 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Chris Wilson @ 2019-04-05 8:36 UTC (permalink / raw) To: igt-dev; +Cc: intel-gfx In order to run as a standalone test (i.e. immediately after booting a device), we need to explicitly probe the connectors. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> --- tests/i915/i915_pm_rpm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/i915/i915_pm_rpm.c b/tests/i915/i915_pm_rpm.c index a2c9d0ede..2f7e30592 100644 --- a/tests/i915/i915_pm_rpm.c +++ b/tests/i915/i915_pm_rpm.c @@ -394,8 +394,9 @@ static void init_mode_set_data(struct mode_set_data *data) if (data->res) { igt_assert(data->res->count_connectors <= MAX_CONNECTORS); for (int i = 0; i < data->res->count_connectors; i++) { - data->connectors[i] = drmModeGetConnectorCurrent(drm_fd, - data->res->connectors[i]); + data->connectors[i] = + drmModeGetConnector(drm_fd, + data->res->connectors[i]); data->edids[i] = get_connector_edid(data->connectors[i], i); } -- 2.20.1 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for i915/pm_rpm: Probe connectors to run standalone 2019-04-05 8:36 [igt-dev] [PATCH i-g-t] i915/pm_rpm: Probe connectors to run standalone Chris Wilson @ 2019-04-05 9:42 ` Patchwork 2019-04-06 3:58 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-04-05 9:42 UTC (permalink / raw) To: Chris Wilson; +Cc: igt-dev == Series Details == Series: i915/pm_rpm: Probe connectors to run standalone URL : https://patchwork.freedesktop.org/series/59045/ State : success == Summary == CI Bug Log - changes from IGT_4931 -> IGTPW_2796 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/59045/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_2796 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_basic@gtt-bsd2: - fi-byt-clapper: NOTRUN -> SKIP [fdo#109271] +57 * igt@kms_busy@basic-flip-c: - fi-blb-e6850: NOTRUN -> SKIP [fdo#109271] / [fdo#109278] - fi-byt-clapper: NOTRUN -> SKIP [fdo#109271] / [fdo#109278] * igt@kms_pipe_crc_basic@hang-read-crc-pipe-c: - fi-blb-e6850: NOTRUN -> SKIP [fdo#109271] +48 * igt@kms_psr@primary_mmap_gtt: - fi-skl-guc: NOTRUN -> SKIP [fdo#109271] +49 #### Possible fixes #### * igt@gem_cpu_reloc@basic: - {fi-icl-u3}: DMESG-WARN [fdo#107724] -> PASS * igt@gem_exec_suspend@basic-s3: - fi-blb-e6850: INCOMPLETE [fdo#107718] -> PASS * igt@i915_selftest@live_contexts: - fi-bdw-gvtdvm: DMESG-FAIL [fdo#110235 ] -> PASS * igt@kms_frontbuffer_tracking@basic: - fi-icl-u2: FAIL [fdo#103167] -> PASS {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#110235 ]: https://bugs.freedesktop.org/show_bug.cgi?id=110235 Participating hosts (45 -> 41) ------------------------------ Additional (2): fi-skl-guc fi-byt-clapper Missing (6): fi-kbl-soraka fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-snb-2520m fi-byt-n2820 Build changes ------------- * IGT: IGT_4931 -> IGTPW_2796 CI_DRM_5877: 03f3a57c6df4ef469bd9f528bb9e0201ddd0ee14 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_2796: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2796/ IGT_4931: 019f892e5d1a0a9643cb726c47ce2d99c14b444f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2796/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for i915/pm_rpm: Probe connectors to run standalone 2019-04-05 8:36 [igt-dev] [PATCH i-g-t] i915/pm_rpm: Probe connectors to run standalone Chris Wilson 2019-04-05 9:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-04-06 3:58 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-04-06 3:58 UTC (permalink / raw) To: Chris Wilson; +Cc: igt-dev == Series Details == Series: i915/pm_rpm: Probe connectors to run standalone URL : https://patchwork.freedesktop.org/series/59045/ State : success == Summary == CI Bug Log - changes from IGT_4931_full -> IGTPW_2796_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/59045/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_2796_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_stolen@stolen-clear: - shard-glk: NOTRUN -> SKIP [fdo#109271] +27 * igt@kms_busy@basic-modeset-f: - shard-glk: NOTRUN -> SKIP [fdo#109271] / [fdo#109278] +3 * igt@kms_busy@extended-modeset-hang-newfb-render-c: - shard-hsw: PASS -> DMESG-WARN [fdo#110222] * igt@kms_busy@extended-pageflip-modeset-hang-oldfb-render-b: - shard-glk: PASS -> DMESG-WARN [fdo#110222] * igt@kms_cursor_crc@cursor-64x64-onscreen: - shard-glk: NOTRUN -> FAIL [fdo#103232] * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-glk: PASS -> FAIL [fdo#104873] * igt@kms_flip@flip-vs-suspend: - shard-hsw: PASS -> INCOMPLETE [fdo#103540] * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render: - shard-kbl: PASS -> FAIL [fdo#103167] +1 - shard-apl: PASS -> FAIL [fdo#103167] +1 * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-snb: NOTRUN -> SKIP [fdo#109271] +36 * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render: - shard-hsw: NOTRUN -> SKIP [fdo#109271] +42 * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes: - shard-kbl: PASS -> INCOMPLETE [fdo#103665] * igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max: - shard-glk: NOTRUN -> FAIL [fdo#108145] * igt@kms_plane_scaling@pipe-c-scaler-with-rotation: - shard-glk: PASS -> SKIP [fdo#109271] / [fdo#109278] * igt@kms_setmode@basic: - shard-apl: PASS -> FAIL [fdo#99912] - shard-kbl: PASS -> FAIL [fdo#99912] * igt@kms_universal_plane@universal-plane-gen9-features-pipe-e: - shard-hsw: NOTRUN -> SKIP [fdo#109271] / [fdo#109278] +3 * igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend: - shard-kbl: PASS -> FAIL [fdo#104894] * igt@kms_vblank@pipe-c-wait-busy: - shard-snb: NOTRUN -> SKIP [fdo#109271] / [fdo#109278] +3 * igt@perf_pmu@rc6: - shard-kbl: PASS -> SKIP [fdo#109271] #### Possible fixes #### * igt@gem_tiled_swapping@non-threaded: - shard-hsw: INCOMPLETE [fdo#103540] -> PASS * igt@kms_busy@extended-modeset-hang-newfb-render-a: - shard-hsw: DMESG-WARN [fdo#110222] -> PASS +1 * igt@kms_busy@extended-modeset-hang-newfb-with-reset-render-b: - shard-kbl: DMESG-WARN [fdo#110222] -> PASS * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes: - shard-apl: DMESG-WARN [fdo#108566] -> PASS * igt@kms_rotation_crc@multiplane-rotation-cropping-top: - shard-kbl: FAIL [fdo#109016] -> PASS * igt@kms_setmode@basic: - shard-hsw: FAIL [fdo#99912] -> PASS * igt@kms_vblank@pipe-c-ts-continuation-dpms-rpm: - shard-apl: FAIL [fdo#104894] -> PASS [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232 [fdo#103540]: https://bugs.freedesktop.org/show_bug.cgi?id=103540 [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665 [fdo#104873]: https://bugs.freedesktop.org/show_bug.cgi?id=104873 [fdo#104894]: https://bugs.freedesktop.org/show_bug.cgi?id=104894 [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [fdo#109016]: https://bugs.freedesktop.org/show_bug.cgi?id=109016 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#110222]: https://bugs.freedesktop.org/show_bug.cgi?id=110222 [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912 Participating hosts (7 -> 5) ------------------------------ Missing (2): shard-skl shard-iclb Build changes ------------- * IGT: IGT_4931 -> IGTPW_2796 CI_DRM_5877: 03f3a57c6df4ef469bd9f528bb9e0201ddd0ee14 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_2796: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2796/ IGT_4931: 019f892e5d1a0a9643cb726c47ce2d99c14b444f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2796/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-04-06 3:58 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-04-05 8:36 [igt-dev] [PATCH i-g-t] i915/pm_rpm: Probe connectors to run standalone Chris Wilson 2019-04-05 9:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-04-06 3:58 ` [igt-dev] ✓ 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