All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ignore. This patch is to test if sagv affect rotation tests
@ 2019-04-01  8:20 Juha-Pekka Heikkila
  2019-04-01  8:20 ` [PATCH] drm/i915: ignore. Disable sagv for testing Juha-Pekka Heikkila
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Juha-Pekka Heikkila @ 2019-04-01  8:20 UTC (permalink / raw)
  To: intel-gfx

This patch is to test if sagv affect rotation tests. Trybot didn't
seem to honor test with tag.

Test-with: 1554056300-23473-1-git-send-email-juhapekka.heikkila@gmail.com

Juha-Pekka Heikkila (1):
  drm/i915: Test. Disable sagv for testing on icl

 drivers/gpu/drm/i915/intel_display.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] drm/i915: ignore. Disable sagv for testing
  2019-04-01  8:20 [PATCH] ignore. This patch is to test if sagv affect rotation tests Juha-Pekka Heikkila
@ 2019-04-01  8:20 ` Juha-Pekka Heikkila
  2019-04-01  8:39 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Juha-Pekka Heikkila @ 2019-04-01  8:20 UTC (permalink / raw)
  To: intel-gfx

This is to test if sagv affects rotation test failures.
---
 drivers/gpu/drm/i915/intel_display.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 8576a7f..c073b91 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -13522,8 +13522,9 @@ static void intel_atomic_commit_tail(struct drm_atomic_state *state)
 	if (intel_state->modeset)
 		intel_verify_planes(intel_state);
 
-	if (intel_state->modeset && intel_can_enable_sagv(state))
-		intel_enable_sagv(dev_priv);
+/*	if (intel_state->modeset && intel_can_enable_sagv(state))
+		intel_enable_sagv(dev_priv); */
+	intel_disable_sagv(dev_priv);
 
 	drm_atomic_helper_commit_hw_done(state);
 
-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* ✗ Fi.CI.CHECKPATCH: warning for drm/i915: ignore. Disable sagv for testing
  2019-04-01  8:20 [PATCH] ignore. This patch is to test if sagv affect rotation tests Juha-Pekka Heikkila
  2019-04-01  8:20 ` [PATCH] drm/i915: ignore. Disable sagv for testing Juha-Pekka Heikkila
@ 2019-04-01  8:39 ` Patchwork
  2019-04-01  9:08 ` ✗ Fi.CI.BAT: failure " Patchwork
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-04-01  8:39 UTC (permalink / raw)
  To: Juha-Pekka Heikkila; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: ignore. Disable sagv for testing
URL   : https://patchwork.freedesktop.org/series/58809/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
4e4f84d75b80 drm/i915: ignore. Disable sagv for testing
-:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

-:19: WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#19: FILE: drivers/gpu/drm/i915/intel_display.c:13526:
+/*	if (intel_state->modeset && intel_can_enable_sagv(state))
+		intel_enable_sagv(dev_priv); */

-:19: WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#19: FILE: drivers/gpu/drm/i915/intel_display.c:13526:
+		intel_enable_sagv(dev_priv); */

-:23: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 3 warnings, 0 checks, 11 lines checked

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* ✗ Fi.CI.BAT: failure for drm/i915: ignore. Disable sagv for testing
  2019-04-01  8:20 [PATCH] ignore. This patch is to test if sagv affect rotation tests Juha-Pekka Heikkila
  2019-04-01  8:20 ` [PATCH] drm/i915: ignore. Disable sagv for testing Juha-Pekka Heikkila
  2019-04-01  8:39 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
@ 2019-04-01  9:08 ` Patchwork
  2019-04-01 11:17 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: ignore. Disable sagv for testing (rev2) Patchwork
  2019-04-01 11:59 ` ✗ Fi.CI.BAT: failure " Patchwork
  4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-04-01  9:08 UTC (permalink / raw)
  To: Juha-Pekka Heikkila; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: ignore. Disable sagv for testing
URL   : https://patchwork.freedesktop.org/series/58809/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5847 -> Patchwork_12645
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Patchwork_12645 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_12645, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/58809/revisions/1/mbox/

Known issues
------------

  Here are the changes found in Patchwork_12645 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_cs_nop@fork-compute0:
    - fi-icl-y:           NOTRUN -> SKIP [fdo#109315] +17

  * igt@gem_exec_basic@basic-bsd2:
    - fi-icl-y:           NOTRUN -> SKIP [fdo#109276] +7

  * igt@gem_exec_parse@basic-rejected:
    - fi-icl-y:           NOTRUN -> SKIP [fdo#109289] +1

  * igt@i915_selftest@live_contexts:
    - fi-icl-y:           NOTRUN -> DMESG-FAIL [fdo#108569]

  * igt@i915_selftest@live_uncore:
    - fi-skl-gvtdvm:      PASS -> DMESG-FAIL [fdo#110210]

  * igt@kms_chamelium@dp-crc-fast:
    - fi-icl-y:           NOTRUN -> SKIP [fdo#109284] +8

  * igt@kms_force_connector_basic@force-load-detect:
    - fi-icl-y:           NOTRUN -> SKIP [fdo#109285] +3

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
    - fi-blb-e6850:       PASS -> INCOMPLETE [fdo#107718]

  * igt@kms_psr@primary_mmap_gtt:
    - fi-icl-y:           NOTRUN -> SKIP [fdo#110189] +3

  * igt@prime_vgem@basic-fence-flip:
    - fi-icl-y:           NOTRUN -> SKIP [fdo#109294]

  
#### Possible fixes ####

  * igt@i915_module_load@reload-with-fault-injection:
    - fi-kbl-7567u:       DMESG-WARN [fdo#105602] / [fdo#108529] -> PASS +1

  * igt@i915_pm_rpm@module-reload:
    - fi-kbl-7567u:       DMESG-WARN [fdo#108529] -> PASS

  * igt@kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-7567u:       DMESG-FAIL [fdo#105079] -> PASS

  * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-c:
    - fi-kbl-7567u:       SKIP [fdo#109271] -> PASS +33

  
  [fdo#105079]: https://bugs.freedesktop.org/show_bug.cgi?id=105079
  [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108529]: https://bugs.freedesktop.org/show_bug.cgi?id=108529
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109294]: https://bugs.freedesktop.org/show_bug.cgi?id=109294
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
  [fdo#110210]: https://bugs.freedesktop.org/show_bug.cgi?id=110210


Participating hosts (49 -> 24)
------------------------------

  ERROR: It appears as if the changes made in Patchwork_12645 prevented too many machines from booting.

  Additional (1): fi-icl-y 
  Missing    (26): fi-kbl-soraka fi-bdw-gvtdvm fi-apl-guc fi-icl-u3 fi-skl-lmem fi-icl-guc fi-byt-n2820 fi-skl-6600u fi-snb-2600 fi-hsw-4770r fi-bxt-dsi fi-bsw-n3050 fi-bwr-2160 fi-ilk-650 fi-gdg-551 fi-ivb-3770 fi-skl-6700k2 fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-whl-u fi-skl-iommu fi-bsw-kefka fi-byt-clapper fi-bdw-samus 


Build changes
-------------

    * Linux: CI_DRM_5847 -> Patchwork_12645

  CI_DRM_5847: a1e7e8ca746c6b4e6e5103bf722b81adc70064c8 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4914: b93309b7823dcbbd2c52adb4ebb98e3cb060f910 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_12645: 4e4f84d75b80848cebdc13272798db680b67a520 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

4e4f84d75b80 drm/i915: ignore. Disable sagv for testing

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12645/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* ✗ Fi.CI.CHECKPATCH: warning for drm/i915: ignore. Disable sagv for testing (rev2)
  2019-04-01  8:20 [PATCH] ignore. This patch is to test if sagv affect rotation tests Juha-Pekka Heikkila
                   ` (2 preceding siblings ...)
  2019-04-01  9:08 ` ✗ Fi.CI.BAT: failure " Patchwork
@ 2019-04-01 11:17 ` Patchwork
  2019-04-01 11:59 ` ✗ Fi.CI.BAT: failure " Patchwork
  4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-04-01 11:17 UTC (permalink / raw)
  To: Juha-Pekka Heikkila; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: ignore. Disable sagv for testing (rev2)
URL   : https://patchwork.freedesktop.org/series/58809/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
72ab28224547 drm/i915: ignore. Disable sagv for testing
-:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

-:19: WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#19: FILE: drivers/gpu/drm/i915/intel_display.c:13526:
+/*	if (intel_state->modeset && intel_can_enable_sagv(state))
+		intel_enable_sagv(dev_priv); */

-:19: WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#19: FILE: drivers/gpu/drm/i915/intel_display.c:13526:
+		intel_enable_sagv(dev_priv); */

-:23: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 3 warnings, 0 checks, 11 lines checked

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* ✗ Fi.CI.BAT: failure for drm/i915: ignore. Disable sagv for testing (rev2)
  2019-04-01  8:20 [PATCH] ignore. This patch is to test if sagv affect rotation tests Juha-Pekka Heikkila
                   ` (3 preceding siblings ...)
  2019-04-01 11:17 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: ignore. Disable sagv for testing (rev2) Patchwork
@ 2019-04-01 11:59 ` Patchwork
  4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-04-01 11:59 UTC (permalink / raw)
  To: Juha-Pekka Heikkila; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: ignore. Disable sagv for testing (rev2)
URL   : https://patchwork.freedesktop.org/series/58809/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5850 -> Patchwork_12646
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Patchwork_12646 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_12646, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/58809/revisions/2/mbox/

Known issues
------------

  Here are the changes found in Patchwork_12646 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_basic@cs-compute:
    - fi-skl-iommu:       NOTRUN -> SKIP [fdo#109271] +45

  * igt@amdgpu/amd_basic@cs-sdma:
    - fi-kbl-7500u:       NOTRUN -> SKIP [fdo#109271] +28

  * igt@amdgpu/amd_cs_nop@sync-compute0:
    - fi-bdw-gvtdvm:      NOTRUN -> SKIP [fdo#109271] +42

  * igt@amdgpu/amd_cs_nop@sync-fork-compute0:
    - fi-icl-u3:          NOTRUN -> SKIP [fdo#109315] +17

  * igt@gem_exec_basic@basic-bsd2:
    - fi-icl-u3:          NOTRUN -> SKIP [fdo#109276] +7

  * igt@gem_exec_gttfill@basic:
    - fi-skl-gvtdvm:      NOTRUN -> SKIP [fdo#109271] +41

  * igt@gem_exec_parse@basic-rejected:
    - fi-icl-u3:          NOTRUN -> SKIP [fdo#109289] +1

  * igt@gem_exec_store@basic-bsd2:
    - fi-hsw-4770:        NOTRUN -> SKIP [fdo#109271] +45

  * igt@i915_selftest@live_contexts:
    - fi-icl-u3:          NOTRUN -> DMESG-FAIL [fdo#108569]

  * igt@kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-7500u:       NOTRUN -> DMESG-WARN [fdo#102505] / [fdo#103558] / [fdo#105079] / [fdo#105602]

  * igt@kms_chamelium@hdmi-crc-fast:
    - fi-icl-u3:          NOTRUN -> SKIP [fdo#109284] +8

  * igt@kms_force_connector_basic@force-edid:
    - fi-icl-u3:          NOTRUN -> SKIP [fdo#109285] +3

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u3:          NOTRUN -> FAIL [fdo#103167]

  * igt@kms_psr@primary_page_flip:
    - fi-skl-lmem:        NOTRUN -> SKIP [fdo#109271] +37

  * igt@runner@aborted:
    - fi-bxt-dsi:         NOTRUN -> FAIL [fdo#109516]

  
#### Possible fixes ####

  * igt@kms_chamelium@dp-crc-fast:
    - fi-kbl-7500u:       DMESG-WARN [fdo#103841] -> PASS

  
  [fdo#102505]: https://bugs.freedesktop.org/show_bug.cgi?id=102505
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103558]: https://bugs.freedesktop.org/show_bug.cgi?id=103558
  [fdo#103841]: https://bugs.freedesktop.org/show_bug.cgi?id=103841
  [fdo#105079]: https://bugs.freedesktop.org/show_bug.cgi?id=105079
  [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#109516]: https://bugs.freedesktop.org/show_bug.cgi?id=109516


Participating hosts (34 -> 19)
------------------------------

  ERROR: It appears as if the changes made in Patchwork_12646 prevented too many machines from booting.

  Additional (7): fi-bxt-dsi fi-skl-gvtdvm fi-bdw-gvtdvm fi-hsw-4770 fi-skl-iommu fi-icl-u3 fi-skl-lmem 
  Missing    (22): fi-kbl-soraka fi-skl-6260u fi-bxt-j4205 fi-icl-y fi-byt-n2820 fi-skl-6600u fi-hsw-4770r fi-byt-j1900 fi-bwr-2160 fi-ctg-p8600 fi-skl-6700k2 fi-ilk-m540 fi-hsw-4200u fi-hsw-peppy fi-cfl-guc fi-kbl-guc fi-whl-u fi-kbl-x1275 fi-cfl-8109u fi-kbl-8809g fi-bsw-kefka fi-bdw-samus 


Build changes
-------------

    * Linux: CI_DRM_5850 -> Patchwork_12646

  CI_DRM_5850: dfb9d3db8c114d63c1a24c24f90a7786503638f0 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4916: 2b4ede5c974228d2dcf02a581a1c7548d1483c3f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_12646: 72ab28224547be008ed323096101403d540056b5 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

72ab28224547 drm/i915: ignore. Disable sagv for testing

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12646/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-04-01 11:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01  8:20 [PATCH] ignore. This patch is to test if sagv affect rotation tests Juha-Pekka Heikkila
2019-04-01  8:20 ` [PATCH] drm/i915: ignore. Disable sagv for testing Juha-Pekka Heikkila
2019-04-01  8:39 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2019-04-01  9:08 ` ✗ Fi.CI.BAT: failure " Patchwork
2019-04-01 11:17 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: ignore. Disable sagv for testing (rev2) Patchwork
2019-04-01 11:59 ` ✗ Fi.CI.BAT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.