* [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: reduce work on framebuffer creation
@ 2023-03-21 8:57 Juha-Pekka Heikkila
2023-03-21 10:05 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Juha-Pekka Heikkila @ 2023-03-21 8:57 UTC (permalink / raw)
To: igt-dev
There was created pattern framebuffers on tests which are not crc
tests, change these to blank framebuffers.
Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
---
tests/kms_plane_scaling.c | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index 71586efba..fe695b684 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -719,10 +719,10 @@ static void setup_fb(int fd, int width, int height,
double r, double g, double b,
struct igt_fb *fb)
{
- igt_create_color_pattern_fb(fd, width, height,
- DRM_FORMAT_XRGB8888,
- DRM_FORMAT_MOD_LINEAR,
- r, g, b, fb);
+ igt_create_fb(fd, width, height,
+ DRM_FORMAT_XRGB8888,
+ DRM_FORMAT_MOD_LINEAR,
+ fb);
}
static void
@@ -803,21 +803,21 @@ test_invalid_num_scalers(data_t *d, enum pipe pipe, igt_output_t *output)
plane[2] = igt_pipe_get_plane_type_index(pipe_obj, DRM_PLANE_TYPE_OVERLAY, 2);
igt_require(plane[2]);
- igt_create_color_pattern_fb(display->drm_fd,
- width, height,
- DRM_FORMAT_XRGB8888,
- DRM_FORMAT_MOD_LINEAR,
- 1.0, 0.0, 0.0, &d->fb[0]);
- igt_create_color_pattern_fb(display->drm_fd,
- width, height,
- DRM_FORMAT_XRGB8888,
- DRM_FORMAT_MOD_LINEAR,
- 0.0, 1.0, 0.0, &d->fb[1]);
- igt_create_color_pattern_fb(display->drm_fd,
- width, height,
- DRM_FORMAT_XRGB8888,
- DRM_FORMAT_MOD_LINEAR,
- 0.0, 0.0, 1.0, &d->fb[2]);
+ igt_create_fb(display->drm_fd,
+ width, height,
+ DRM_FORMAT_XRGB8888,
+ DRM_FORMAT_MOD_LINEAR,
+ &d->fb[0]);
+ igt_create_fb(display->drm_fd,
+ width, height,
+ DRM_FORMAT_XRGB8888,
+ DRM_FORMAT_MOD_LINEAR,
+ &d->fb[1]);
+ igt_create_fb(display->drm_fd,
+ width, height,
+ DRM_FORMAT_XRGB8888,
+ DRM_FORMAT_MOD_LINEAR,
+ &d->fb[2]);
igt_plane_set_fb(plane[0], &d->fb[0]);
igt_plane_set_fb(plane[1], &d->fb[1]);
--
2.39.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: reduce work on framebuffer creation 2023-03-21 8:57 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: reduce work on framebuffer creation Juha-Pekka Heikkila @ 2023-03-21 10:05 ` Patchwork 2023-03-21 15:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-03-31 14:05 ` [igt-dev] [PATCH i-g-t] " Sharma, Swati2 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-03-21 10:05 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2410 bytes --] == Series Details == Series: tests/kms_plane_scaling: reduce work on framebuffer creation URL : https://patchwork.freedesktop.org/series/115438/ State : success == Summary == CI Bug Log - changes from IGT_7210 -> IGTPW_8650 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/index.html Participating hosts (35 -> 34) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_8650 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_huc_copy@huc-copy: - fi-glk-j4005: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#2190]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-glk-j4005: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#4613]) +3 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/fi-glk-j4005/igt@gem_lmem_swapping@basic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-glk-j4005: NOTRUN -> [SKIP][3] ([fdo#109271]) +19 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/fi-glk-j4005/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html #### Possible fixes #### * igt@i915_module_load@load: - fi-glk-j4005: [ABORT][4] -> [PASS][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/fi-glk-j4005/igt@i915_module_load@load.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/fi-glk-j4005/igt@i915_module_load@load.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7210 -> IGTPW_8650 CI-20190529: 20190529 CI_DRM_12884: 1d4054731cfcb1cb9810d309b70535ae0b90ecf0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8650: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/index.html IGT_7210: 5f7116708590b55864456acd993ecdb02374a06f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/index.html [-- Attachment #2: Type: text/html, Size: 3216 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_plane_scaling: reduce work on framebuffer creation 2023-03-21 8:57 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: reduce work on framebuffer creation Juha-Pekka Heikkila 2023-03-21 10:05 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-03-21 15:10 ` Patchwork 2023-03-31 14:05 ` [igt-dev] [PATCH i-g-t] " Sharma, Swati2 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-03-21 15:10 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 22565 bytes --] == Series Details == Series: tests/kms_plane_scaling: reduce work on framebuffer creation URL : https://patchwork.freedesktop.org/series/115438/ State : success == Summary == CI Bug Log - changes from IGT_7210_full -> IGTPW_8650_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/index.html Participating hosts (8 -> 7) ------------------------------ Missing (1): shard-rkl0 Known issues ------------ Here are the changes found in IGTPW_8650_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][1] -> [FAIL][2] ([i915#2842]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html #### Possible fixes #### * igt@api_intel_bb@object-reloc-keep-cache: - {shard-rkl}: [SKIP][3] ([i915#3281]) -> [PASS][4] +5 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-2/igt@api_intel_bb@object-reloc-keep-cache.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-5/igt@api_intel_bb@object-reloc-keep-cache.html * igt@drm_fdinfo@most-busy-check-all@rcs0: - {shard-rkl}: [FAIL][5] ([i915#7742]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@fbdev@nullptr: - {shard-rkl}: [SKIP][7] ([i915#2582]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-3/igt@fbdev@nullptr.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-4/igt@fbdev@nullptr.html * igt@fbdev@write: - {shard-tglu}: [SKIP][9] ([i915#2582]) -> [PASS][10] +2 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-tglu-10/igt@fbdev@write.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-tglu-7/igt@fbdev@write.html * {igt@gem_barrier_race@remote-request@rcs0}: - {shard-tglu}: [ABORT][11] ([i915#8211]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-tglu-10/igt@gem_barrier_race@remote-request@rcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-tglu-6/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_ctx_exec@basic-nohangcheck: - {shard-rkl}: [FAIL][13] ([i915#6268]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-6/igt@gem_ctx_exec@basic-nohangcheck.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-3/igt@gem_ctx_exec@basic-nohangcheck.html - {shard-tglu}: [FAIL][15] ([i915#6268]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-tglu-9/igt@gem_ctx_exec@basic-nohangcheck.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-tglu-7/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@hang: - {shard-rkl}: [SKIP][17] ([i915#6252]) -> [PASS][18] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-5/igt@gem_ctx_persistence@hang.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-4/igt@gem_ctx_persistence@hang.html * igt@gem_eio@reset-stress: - {shard-dg1}: [FAIL][19] ([i915#5784]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-dg1-17/igt@gem_eio@reset-stress.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-dg1-17/igt@gem_eio@reset-stress.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-glk: [FAIL][21] ([i915#2842]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-glk7/igt@gem_exec_fair@basic-pace@rcs0.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-glk7/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - {shard-dg1}: [DMESG-WARN][23] ([i915#4936]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_partial_pwrite_pread@write-uncached: - {shard-rkl}: [SKIP][25] ([i915#3282]) -> [PASS][26] +5 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-3/igt@gem_partial_pwrite_pread@write-uncached.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-5/igt@gem_partial_pwrite_pread@write-uncached.html * igt@gen9_exec_parse@bb-start-out: - {shard-rkl}: [SKIP][27] ([i915#2527]) -> [PASS][28] +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-4/igt@gen9_exec_parse@bb-start-out.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-5/igt@gen9_exec_parse@bb-start-out.html * igt@i915_pipe_stress@stress-xrgb8888-untiled: - {shard-rkl}: [SKIP][29] ([i915#4098]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-4/igt@i915_pipe_stress@stress-xrgb8888-untiled.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-6/igt@i915_pipe_stress@stress-xrgb8888-untiled.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [SKIP][31] ([fdo#109271]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-apl2/igt@i915_pm_dc@dc9-dpms.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-apl1/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - {shard-rkl}: [WARN][33] ([i915#2681]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-6/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_pm_rpm@i2c: - {shard-rkl}: [SKIP][35] ([fdo#109308]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-3/igt@i915_pm_rpm@i2c.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-6/igt@i915_pm_rpm@i2c.html * igt@i915_pm_rpm@modeset-lpsp-stress: - {shard-dg1}: [SKIP][37] ([i915#1397]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-dg1-15/igt@i915_pm_rpm@modeset-lpsp-stress.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-dg1-14/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@i915_pm_sseu@full-enable: - {shard-rkl}: [SKIP][39] ([i915#4387]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-3/igt@i915_pm_sseu@full-enable.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-5/igt@i915_pm_sseu@full-enable.html * {igt@i915_power@sanity}: - {shard-rkl}: [SKIP][41] ([i915#7984]) -> [PASS][42] [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-3/igt@i915_power@sanity.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-5/igt@i915_power@sanity.html * igt@kms_atomic@plane-overlay-legacy: - {shard-rkl}: [SKIP][43] ([i915#1845] / [i915#4098]) -> [PASS][44] +18 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-4/igt@kms_atomic@plane-overlay-legacy.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-6/igt@kms_atomic@plane-overlay-legacy.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip: - {shard-tglu}: [SKIP][45] ([i915#1845]) -> [PASS][46] +19 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-tglu-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [FAIL][47] ([i915#2346]) -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@psr: - {shard-rkl}: [SKIP][49] ([i915#3955]) -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-3/igt@kms_fbcon_fbt@psr.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-6/igt@kms_fbcon_fbt@psr.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render: - {shard-tglu}: [SKIP][51] ([i915#1849]) -> [PASS][52] +10 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-tglu-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - {shard-rkl}: [SKIP][53] ([i915#1849] / [i915#4098]) -> [PASS][54] +17 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_psr@dpms: - {shard-rkl}: [SKIP][55] ([i915#1072]) -> [PASS][56] +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-5/igt@kms_psr@dpms.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-6/igt@kms_psr@dpms.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - {shard-rkl}: [SKIP][57] ([i915#5461]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_vblank@pipe-a-query-forked: - {shard-tglu}: [SKIP][59] ([i915#1845] / [i915#7651]) -> [PASS][60] +26 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-tglu-9/igt@kms_vblank@pipe-a-query-forked.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-tglu-1/igt@kms_vblank@pipe-a-query-forked.html * igt@perf@mi-rpc: - {shard-rkl}: [SKIP][61] ([i915#2434]) -> [PASS][62] [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-rkl-4/igt@perf@mi-rpc.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-rkl-5/igt@perf@mi-rpc.html * igt@perf_pmu@busy-idle@vcs1: - {shard-dg1}: [FAIL][63] ([i915#4349]) -> [PASS][64] +1 similar issue [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7210/shard-dg1-17/igt@perf_pmu@busy-idle@vcs1.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/shard-dg1-14/igt@perf_pmu@busy-idle@vcs1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3547]: https://gitlab.freedesktop.org/drm/intel/issues/3547 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3778]: https://gitlab.freedesktop.org/drm/intel/issues/3778 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5115]: https://gitlab.freedesktop.org/drm/intel/issues/5115 [i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6247]: https://gitlab.freedesktop.org/drm/intel/issues/6247 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6252]: https://gitlab.freedesktop.org/drm/intel/issues/6252 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037 [i915#7052]: https://gitlab.freedesktop.org/drm/intel/issues/7052 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128 [i915#7178]: https://gitlab.freedesktop.org/drm/intel/issues/7178 [i915#7294]: https://gitlab.freedesktop.org/drm/intel/issues/7294 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7949]: https://gitlab.freedesktop.org/drm/intel/issues/7949 [i915#7957]: https://gitlab.freedesktop.org/drm/intel/issues/7957 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#7984]: https://gitlab.freedesktop.org/drm/intel/issues/7984 [i915#8018]: https://gitlab.freedesktop.org/drm/intel/issues/8018 [i915#8152]: https://gitlab.freedesktop.org/drm/intel/issues/8152 [i915#8154]: https://gitlab.freedesktop.org/drm/intel/issues/8154 [i915#8155]: https://gitlab.freedesktop.org/drm/intel/issues/8155 [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8282]: https://gitlab.freedesktop.org/drm/intel/issues/8282 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7210 -> IGTPW_8650 CI-20190529: 20190529 CI_DRM_12884: 1d4054731cfcb1cb9810d309b70535ae0b90ecf0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8650: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/index.html IGT_7210: 5f7116708590b55864456acd993ecdb02374a06f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8650/index.html [-- Attachment #2: Type: text/html, Size: 15931 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: reduce work on framebuffer creation 2023-03-21 8:57 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: reduce work on framebuffer creation Juha-Pekka Heikkila 2023-03-21 10:05 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-03-21 15:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2023-03-31 14:05 ` Sharma, Swati2 2 siblings, 0 replies; 4+ messages in thread From: Sharma, Swati2 @ 2023-03-31 14:05 UTC (permalink / raw) To: Juha-Pekka Heikkila, igt-dev LGTM. Reviewed-by: Swati Sharma <swati2.sharma@intel.com> On 21-Mar-23 2:27 PM, Juha-Pekka Heikkila wrote: > There was created pattern framebuffers on tests which are not crc > tests, change these to blank framebuffers. > Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> > --- > tests/kms_plane_scaling.c | 38 +++++++++++++++++++------------------- > 1 file changed, 19 insertions(+), 19 deletions(-) > diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c > index 71586efba..fe695b684 100644 > --- a/tests/kms_plane_scaling.c > +++ b/tests/kms_plane_scaling.c > @@ -719,10 +719,10 @@ static void setup_fb(int fd, int width, int height, > double r, double g, double b, > struct igt_fb *fb) > { > - igt_create_color_pattern_fb(fd, width, height, > - DRM_FORMAT_XRGB8888, > - DRM_FORMAT_MOD_LINEAR, > - r, g, b, fb); > + igt_create_fb(fd, width, height, > + DRM_FORMAT_XRGB8888, > + DRM_FORMAT_MOD_LINEAR, > + fb); > } > static void > @@ -803,21 +803,21 @@ test_invalid_num_scalers(data_t *d, enum pipe pipe, igt_output_t *output) > plane[2] = igt_pipe_get_plane_type_index(pipe_obj, DRM_PLANE_TYPE_OVERLAY, 2); > igt_require(plane[2]); > - igt_create_color_pattern_fb(display->drm_fd, > - width, height, > - DRM_FORMAT_XRGB8888, > - DRM_FORMAT_MOD_LINEAR, > - 1.0, 0.0, 0.0, &d->fb[0]); > - igt_create_color_pattern_fb(display->drm_fd, > - width, height, > - DRM_FORMAT_XRGB8888, > - DRM_FORMAT_MOD_LINEAR, > - 0.0, 1.0, 0.0, &d->fb[1]); > - igt_create_color_pattern_fb(display->drm_fd, > - width, height, > - DRM_FORMAT_XRGB8888, > - DRM_FORMAT_MOD_LINEAR, > - 0.0, 0.0, 1.0, &d->fb[2]); > + igt_create_fb(display->drm_fd, > + width, height, > + DRM_FORMAT_XRGB8888, > + DRM_FORMAT_MOD_LINEAR, > + &d->fb[0]); > + igt_create_fb(display->drm_fd, > + width, height, > + DRM_FORMAT_XRGB8888, > + DRM_FORMAT_MOD_LINEAR, > + &d->fb[1]); > + igt_create_fb(display->drm_fd, > + width, height, > + DRM_FORMAT_XRGB8888, > + DRM_FORMAT_MOD_LINEAR, > + &d->fb[2]); > igt_plane_set_fb(plane[0], &d->fb[0]); > igt_plane_set_fb(plane[1], &d->fb[1]); ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-31 14:05 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-03-21 8:57 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: reduce work on framebuffer creation Juha-Pekka Heikkila 2023-03-21 10:05 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-03-21 15:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-03-31 14:05 ` [igt-dev] [PATCH i-g-t] " Sharma, Swati2
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox