* [igt-dev] [PATCH i-g-t] tests/i915_pm_lpsp: Don't always fail pfit subtest on 13x7 panels @ 2019-08-29 17:16 Matt Roper 2019-08-29 17:49 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-08-30 9:02 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 0 siblings, 2 replies; 4+ messages in thread From: Matt Roper @ 2019-08-29 17:16 UTC (permalink / raw) To: intel-gfx, igt-dev This test currently does two separate asserts to ensure that hdisplay > 1024 and vdisplay > 768 to ensure that we're not running on a system with a native 10x7 panel. However the second assert here will also fail on 13x7 panels, even though the panel fitter would have been used in that case. Combine the two tests to make sure we're checking for exactly the 10x7 mode. Also, if the assumption that no platform with LPSP would ever have a 10x7 panel turns out to be false, we should just skip this subtest rather than failing it, so change the igt_assert() to igt_require. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106602 Signed-off-by: Matt Roper <matthew.d.roper@intel.com> --- tests/i915/i915_pm_lpsp.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/i915/i915_pm_lpsp.c b/tests/i915/i915_pm_lpsp.c index b319dbe9..756df710 100644 --- a/tests/i915/i915_pm_lpsp.c +++ b/tests/i915/i915_pm_lpsp.c @@ -109,10 +109,9 @@ static void edp_subtest(int drm_fd, drmModeResPtr drm_res, * support LPSP are too new for panels with native * 1024x768 resolution, so this should force the panel * fitter. */ - igt_assert(c->count_modes && - c->modes[0].hdisplay > 1024); - igt_assert(c->count_modes && - c->modes[0].vdisplay > 768); + igt_require(c->count_modes && + (c->modes[0].hdisplay != 1024 || + c->modes[0].vdisplay != 768)); mode = &std_1024_mode; break; } -- 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] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915_pm_lpsp: Don't always fail pfit subtest on 13x7 panels 2019-08-29 17:16 [igt-dev] [PATCH i-g-t] tests/i915_pm_lpsp: Don't always fail pfit subtest on 13x7 panels Matt Roper @ 2019-08-29 17:49 ` Patchwork 2019-08-30 9:02 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 1 sibling, 0 replies; 4+ messages in thread From: Patchwork @ 2019-08-29 17:49 UTC (permalink / raw) To: Matt Roper; +Cc: igt-dev == Series Details == Series: tests/i915_pm_lpsp: Don't always fail pfit subtest on 13x7 panels URL : https://patchwork.freedesktop.org/series/66015/ State : success == Summary == CI Bug Log - changes from IGT_5156 -> IGTPW_3398 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/66015/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_3398 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live_gem_contexts: - fi-cfl-8700k: [PASS][1] -> [INCOMPLETE][2] ([fdo#111514]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/fi-cfl-8700k/igt@i915_selftest@live_gem_contexts.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/fi-cfl-8700k/igt@i915_selftest@live_gem_contexts.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s3: - fi-blb-e6850: [INCOMPLETE][3] ([fdo#107718]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html * igt@kms_chamelium@dp-crc-fast: - fi-cml-u2: [FAIL][5] ([fdo#110387]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/fi-cml-u2/igt@kms_chamelium@dp-crc-fast.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/fi-cml-u2/igt@kms_chamelium@dp-crc-fast.html [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718 [fdo#110387]: https://bugs.freedesktop.org/show_bug.cgi?id=110387 [fdo#111514]: https://bugs.freedesktop.org/show_bug.cgi?id=111514 Participating hosts (51 -> 45) ------------------------------ Missing (6): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-icl-y fi-byt-clapper fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5156 -> IGTPW_3398 CI-20190529: 20190529 CI_DRM_6801: 244c5c8116c0042d61455697a9d85e899e2d9267 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3398: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/ IGT_5156: d38950f2c0ca846816c9b0e6601181cc7e1982de @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915_pm_lpsp: Don't always fail pfit subtest on 13x7 panels 2019-08-29 17:16 [igt-dev] [PATCH i-g-t] tests/i915_pm_lpsp: Don't always fail pfit subtest on 13x7 panels Matt Roper 2019-08-29 17:49 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-08-30 9:02 ` Patchwork 1 sibling, 0 replies; 4+ messages in thread From: Patchwork @ 2019-08-30 9:02 UTC (permalink / raw) To: Matt Roper; +Cc: igt-dev == Series Details == Series: tests/i915_pm_lpsp: Don't always fail pfit subtest on 13x7 panels URL : https://patchwork.freedesktop.org/series/66015/ State : success == Summary == CI Bug Log - changes from IGT_5156_full -> IGTPW_3398_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/66015/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_3398_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_bad_reloc@negative-reloc-bsd2: - shard-iclb: [PASS][1] -> [SKIP][2] ([fdo#109276]) +14 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb4/igt@gem_bad_reloc@negative-reloc-bsd2.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb5/igt@gem_bad_reloc@negative-reloc-bsd2.html * igt@gem_exec_schedule@deep-bsd: - shard-iclb: [PASS][3] -> [SKIP][4] ([fdo#111325]) +3 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb6/igt@gem_exec_schedule@deep-bsd.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb1/igt@gem_exec_schedule@deep-bsd.html * igt@gem_exec_schedule@preempt-hang-blt: - shard-apl: [PASS][5] -> [INCOMPLETE][6] ([fdo#103927]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-apl4/igt@gem_exec_schedule@preempt-hang-blt.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-apl2/igt@gem_exec_schedule@preempt-hang-blt.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-snb: [PASS][7] -> [SKIP][8] ([fdo#109271]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-snb5/igt@i915_pm_rc6_residency@rc6-accuracy.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-snb5/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt: - shard-glk: [PASS][9] -> [FAIL][10] ([fdo#103167]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-glk5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt: - shard-iclb: [PASS][11] -> [FAIL][12] ([fdo#103167]) +5 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt.html * igt@kms_plane_lowres@pipe-a-tiling-x: - shard-iclb: [PASS][13] -> [FAIL][14] ([fdo#103166]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb6/igt@kms_plane_lowres@pipe-a-tiling-x.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb8/igt@kms_plane_lowres@pipe-a-tiling-x.html * igt@kms_psr@psr2_suspend: - shard-iclb: [PASS][15] -> [SKIP][16] ([fdo#109441]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb2/igt@kms_psr@psr2_suspend.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb3/igt@kms_psr@psr2_suspend.html * igt@kms_vblank@pipe-c-ts-continuation-suspend: - shard-apl: [PASS][17] -> [DMESG-WARN][18] ([fdo#108566]) +2 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-apl8/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-apl1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html #### Possible fixes #### * igt@gem_exec_schedule@preempt-bsd1: - shard-iclb: [SKIP][19] ([fdo#109276]) -> [PASS][20] +12 similar issues [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb8/igt@gem_exec_schedule@preempt-bsd1.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb4/igt@gem_exec_schedule@preempt-bsd1.html * igt@gem_exec_schedule@promotion-bsd: - shard-iclb: [SKIP][21] ([fdo#111325]) -> [PASS][22] +2 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb1/igt@gem_exec_schedule@promotion-bsd.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb6/igt@gem_exec_schedule@promotion-bsd.html * igt@i915_suspend@debugfs-reader: - shard-apl: [DMESG-WARN][23] ([fdo#108566]) -> [PASS][24] +7 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-apl3/igt@i915_suspend@debugfs-reader.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-apl4/igt@i915_suspend@debugfs-reader.html * igt@kms_cursor_crc@pipe-a-cursor-dpms: - shard-apl: [FAIL][25] ([fdo#103232]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-apl7/igt@kms_cursor_crc@pipe-a-cursor-dpms.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-apl3/igt@kms_cursor_crc@pipe-a-cursor-dpms.html * igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen: - shard-kbl: [FAIL][27] ([fdo#103232]) -> [PASS][28] +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-kbl3/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-kbl1/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-snb: [INCOMPLETE][29] ([fdo#105411]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-snb1/igt@kms_flip@flip-vs-suspend-interruptible.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-snb7/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@modeset-vs-vblank-race-interruptible: - shard-hsw: [INCOMPLETE][31] ([fdo#103540]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-hsw8/igt@kms_flip@modeset-vs-vblank-race-interruptible.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-hsw2/igt@kms_flip@modeset-vs-vblank-race-interruptible.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt: - shard-iclb: [FAIL][33] ([fdo#103167]) -> [PASS][34] +4 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render: - shard-kbl: [FAIL][35] ([fdo#103167]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-kbl6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html - shard-apl: [FAIL][37] ([fdo#103167]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-apl7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-apl8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html - shard-glk: [FAIL][39] ([fdo#103167]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-glk9/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-glk8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html * igt@kms_psr2_su@page_flip: - shard-iclb: [SKIP][41] ([fdo#109642] / [fdo#111068]) -> [PASS][42] [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb4/igt@kms_psr2_su@page_flip.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb2/igt@kms_psr2_su@page_flip.html * igt@kms_psr@no_drrs: - shard-iclb: [FAIL][43] ([fdo#108341]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb1/igt@kms_psr@no_drrs.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb4/igt@kms_psr@no_drrs.html * igt@perf_pmu@rc6: - shard-kbl: [SKIP][45] ([fdo#109271]) -> [PASS][46] [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-kbl2/igt@perf_pmu@rc6.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-kbl6/igt@perf_pmu@rc6.html #### Warnings #### * igt@gem_mocs_settings@mocs-rc6-bsd2: - shard-iclb: [FAIL][47] ([fdo#111330]) -> [SKIP][48] ([fdo#109276]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb1/igt@gem_mocs_settings@mocs-rc6-bsd2.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb3/igt@gem_mocs_settings@mocs-rc6-bsd2.html * igt@gem_mocs_settings@mocs-reset-bsd2: - shard-iclb: [SKIP][49] ([fdo#109276]) -> [FAIL][50] ([fdo#111330]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-iclb5/igt@gem_mocs_settings@mocs-reset-bsd2.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-iclb2/igt@gem_mocs_settings@mocs-reset-bsd2.html * igt@kms_cursor_crc@pipe-b-cursor-suspend: - shard-apl: [DMESG-FAIL][51] ([fdo#103232] / [fdo#108566]) -> [DMESG-WARN][52] ([fdo#108566]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5156/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-suspend.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/shard-apl1/igt@kms_cursor_crc@pipe-b-cursor-suspend.html [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166 [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#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411 [fdo#108341]: https://bugs.freedesktop.org/show_bug.cgi?id=108341 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325 [fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330 Participating hosts (7 -> 6) ------------------------------ Missing (1): shard-skl Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5156 -> IGTPW_3398 CI-20190529: 20190529 CI_DRM_6801: 244c5c8116c0042d61455697a9d85e899e2d9267 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3398: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/ IGT_5156: d38950f2c0ca846816c9b0e6601181cc7e1982de @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3398/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] [PATCH i-g-t] tests/i915_pm_lpsp: Don't always fail pfit subtest on 13x7 panels @ 2019-10-25 23:50 Matt Roper 0 siblings, 0 replies; 4+ messages in thread From: Matt Roper @ 2019-10-25 23:50 UTC (permalink / raw) To: igt-dev This test currently does two separate asserts to ensure that hdisplay > 1024 and vdisplay > 768 to ensure that we're not running on a system with a native 10x7 panel. However the second assert here will also fail on 13x7 panels, even though the panel fitter would have been used in that case. Combine the two tests to make sure we're checking for exactly the 10x7 mode. Also, if the assumption that no platform with LPSP would ever have a 10x7 panel turns out to be false, we should just skip this subtest rather than failing it, so change the igt_assert() to igt_require. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106602 Signed-off-by: Matt Roper <matthew.d.roper@intel.com> --- tests/i915/i915_pm_lpsp.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/i915/i915_pm_lpsp.c b/tests/i915/i915_pm_lpsp.c index 42938e10..a1ade58d 100644 --- a/tests/i915/i915_pm_lpsp.c +++ b/tests/i915/i915_pm_lpsp.c @@ -109,10 +109,9 @@ static void edp_subtest(int drm_fd, drmModeResPtr drm_res, * support LPSP are too new for panels with native * 1024x768 resolution, so this should force the panel * fitter. */ - igt_assert(c->count_modes && - c->modes[0].hdisplay > 1024); - igt_assert(c->count_modes && - c->modes[0].vdisplay > 768); + igt_require(c->count_modes && + (c->modes[0].hdisplay != 1024 || + c->modes[0].vdisplay != 768)); mode = &std_1024_mode; break; } -- 2.21.0 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-10-25 23:50 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-08-29 17:16 [igt-dev] [PATCH i-g-t] tests/i915_pm_lpsp: Don't always fail pfit subtest on 13x7 panels Matt Roper 2019-08-29 17:49 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-08-30 9:02 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork -- strict thread matches above, loose matches on Subject: below -- 2019-10-25 23:50 [igt-dev] [PATCH i-g-t] " Matt Roper
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox