Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
  • [parent not found: <20200715224222.7557-6-manasi.d.navare@intel.com>]
  • [parent not found: <20200715224222.7557-11-manasi.d.navare@intel.com>]
  • * [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev3)
           [not found] <20200715224222.7557-1-manasi.d.navare@intel.com>
                       ` (2 preceding siblings ...)
           [not found] ` <20200715224222.7557-11-manasi.d.navare@intel.com>
    @ 2020-08-10 23:47 ` Patchwork
      2020-08-10 23:48 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
                       ` (10 subsequent siblings)
      14 siblings, 0 replies; 56+ messages in thread
    From: Patchwork @ 2020-08-10 23:47 UTC (permalink / raw)
      To: Manasi Navare; +Cc: intel-gfx
    
    == Series Details ==
    
    Series: series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev3)
    URL   : https://patchwork.freedesktop.org/series/79534/
    State : warning
    
    == Summary ==
    
    $ dim checkpatch origin/drm-tip
    94f4928909c8 HAX to make DSC work on the icelake test system
    3b320ffb4bc2 drm/i915: Remove hw.mode
    167ba475cb68 drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
    -:216: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #216: FILE: drivers/gpu/drm/i915/display/intel_display.c:13229:
    +	crtc_state->hw.pipe_mode = crtc_state->hw.adjusted_mode = crtc_state->uapi.adjusted_mode;
    
    total: 0 errors, 0 warnings, 1 checks, 445 lines checked
    59fbefeedaa6 drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3.
    354e47b3d9eb drm/i915: Try to make bigjoiner work in atomic check
    -:143: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
    #143: FILE: drivers/gpu/drm/i915/display/intel_display.c:13242:
    +								  crtc_state->bigjoiner_linked_crtc);
    
    -:202: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #202: FILE: drivers/gpu/drm/i915/display/intel_display.c:13313:
    +	crtc_state->nv12_planes = crtc_state->c8_planes = crtc_state->update_planes = 0;
    
    -:296: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #296: FILE: drivers/gpu/drm/i915/display/intel_display.c:14930:
    +	slave = new_crtc_state->bigjoiner_linked_crtc =
    
    -:330: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #330: FILE: drivers/gpu/drm/i915/display/intel_display.c:14964:
    +		slave_crtc_state->bigjoiner = master_crtc_state->bigjoiner = false;
    
    -:331: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #331: FILE: drivers/gpu/drm/i915/display/intel_display.c:14965:
    +		slave_crtc_state->bigjoiner_slave = master_crtc_state->bigjoiner_slave = false;
    
    -:332: WARNING:LONG_LINE: line length of 106 exceeds 100 columns
    #332: FILE: drivers/gpu/drm/i915/display/intel_display.c:14966:
    +		slave_crtc_state->bigjoiner_linked_crtc = master_crtc_state->bigjoiner_linked_crtc = NULL;
    
    -:332: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #332: FILE: drivers/gpu/drm/i915/display/intel_display.c:14966:
    +		slave_crtc_state->bigjoiner_linked_crtc = master_crtc_state->bigjoiner_linked_crtc = NULL;
    
    -:387: WARNING:BRACES: braces {} are not necessary for any arm of this statement
    #387: FILE: drivers/gpu/drm/i915/display/intel_display.c:15361:
    +	if (new_crtc_state->bigjoiner) {
    [...]
    +	} else if (INTEL_GEN(dev_priv) >= 9)
    [...]
     	else
    [...]
    
    total: 0 errors, 3 warnings, 5 checks, 401 lines checked
    54000a12eca0 drm/i915: Enable big joiner support in enable and disable sequences.
    -:178: WARNING:LONG_LINE_COMMENT: line length of 106 exceeds 100 columns
    #178: FILE: drivers/gpu/drm/i915/display/intel_ddi.c:4427:
    +		/* Our own transcoder needs to be disabled when reading it in intel_ddi_read_func_ctl() */
    
    -:180: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
    #180: FILE: drivers/gpu/drm/i915/display/intel_ddi.c:4429:
    +		pipe_config->cpu_transcoder = (enum transcoder)pipe_config->bigjoiner_linked_crtc->pipe;
    
    -:791: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
    #791: FILE: drivers/gpu/drm/i915/display/intel_display_types.h:829:
    +#define PIPE_CONFIG_QUIRK_BIGJOINER_SLAVE      (1<<1) /* bigjoiner slave, partial readout */
                                                      ^
    
    total: 0 errors, 2 warnings, 1 checks, 995 lines checked
    6adc9031acd5 drm/i915: Make hardware readout work on i915.
    -:33: WARNING:TABSTOP: Statements should start on a tabstop
    #33: FILE: drivers/gpu/drm/i915/display/intel_display.c:3610:
    +	 struct intel_crtc_state *crtc_state =
    
    -:76: WARNING:LONG_LINE: line length of 111 exceeds 100 columns
    #76: FILE: drivers/gpu/drm/i915/display/intel_display.c:10695:
    +		    (intel_de_read(dev_priv, PLANE_SURF(pipe, plane_id)) & 0xfffff000) == plane_config->base) {
    
    total: 0 errors, 2 warnings, 0 checks, 118 lines checked
    0aebc7f853d3 drm/i915: Link planes in a bigjoiner configuration, v3.
    -:203: ERROR:CODE_INDENT: code indent should use tabs where possible
    #203: FILE: drivers/gpu/drm/i915/display/intel_display.c:12636:
    +         * Setup and teardown the new bigjoiner plane mappings.$
    
    -:204: ERROR:CODE_INDENT: code indent should use tabs where possible
    #204: FILE: drivers/gpu/drm/i915/display/intel_display.c:12637:
    +         */$
    
    -:289: ERROR:CODE_INDENT: code indent should use tabs where possible
    #289: FILE: drivers/gpu/drm/i915/display/intel_display.c:12718:
    +         *$
    
    -:305: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
    #305: FILE: drivers/gpu/drm/i915/display/intel_display.c:12732:
    +		for_each_oldnew_intel_plane_in_state(state, plane, old_plane_state, new_plane_state, i) {
    
    -:321: ERROR:CODE_INDENT: code indent should use tabs where possible
    #321: FILE: drivers/gpu/drm/i915/display/intel_display.c:12748:
    +         * Make sure bigjoiner slave crtc's are also pulled in. This is not done automatically$
    
    -:322: ERROR:CODE_INDENT: code indent should use tabs where possible
    #322: FILE: drivers/gpu/drm/i915/display/intel_display.c:12749:
    +         * when adding slave planes, because plane_state->crtc is null.$
    
    -:323: ERROR:CODE_INDENT: code indent should use tabs where possible
    #323: FILE: drivers/gpu/drm/i915/display/intel_display.c:12750:
    +         */$
    
    -:435: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
    #435: FILE: drivers/gpu/drm/i915/display/intel_display.h:472:
    +	for_each_intel_plane_mask(((crtc_state)->uapi.state->dev), (iter), \
    [...]
    +	for_each_if ((((plane_state) = \
    
    -:441: WARNING:SPACING: space prohibited between function name and open parenthesis '('
    #441: FILE: drivers/gpu/drm/i915/display/intel_display.h:478:
    +	for_each_if ((((plane_state) = \
    
    -:442: WARNING:LONG_LINE: line length of 124 exceeds 100 columns
    #442: FILE: drivers/gpu/drm/i915/display/intel_display.h:479:
    +		       to_intel_plane_state(__drm_atomic_get_current_plane_state((crtc_state)->uapi.state, &iter->base))), \
    
    -:443: WARNING:LONG_LINE: line length of 109 exceeds 100 columns
    #443: FILE: drivers/gpu/drm/i915/display/intel_display.h:480:
    +		      ((plane) = (plane_state)->bigjoiner_slave ? (plane_state)->bigjoiner_plane : (iter)), \
    
    -:445: WARNING:LONG_LINE: line length of 125 exceeds 100 columns
    #445: FILE: drivers/gpu/drm/i915/display/intel_display.h:482:
    +		       to_intel_plane_state(__drm_atomic_get_current_plane_state((crtc_state)->uapi.state, &plane->base)) : \
    
    total: 6 errors, 6 warnings, 0 checks, 481 lines checked
    83120ea46d35 drm/i915: Add bigjoiner aware plane clipping checks
    e0a96e6c643e drm/i915: Add intel_update_bigjoiner handling.
    d598c90ba017 drm/i915: Add debugfs dumping for bigjoiner, v3.
    -:46: WARNING:LONG_LINE: line length of 123 exceeds 100 columns
    #46: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:777:
    +	seq_printf(m, "\t\tuapi: fb=%d,%s,%dx%d, visible=%s, src=" DRM_RECT_FP_FMT ", dst=" DRM_RECT_FMT ", rotation=%s\n",
    
    -:56: WARNING:LONG_LINE: line length of 119 exceeds 100 columns
    #56: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:787:
    +			   plane_state->planar_linked_plane->base.base.id, plane_state->planar_linked_plane->base.name,
    
    -:60: WARNING:LONG_LINE: line length of 111 exceeds 100 columns
    #60: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:791:
    +			   plane_state->bigjoiner_plane->base.base.id, plane_state->bigjoiner_plane->base.name,
    
    total: 0 errors, 3 warnings, 0 checks, 52 lines checked
    
    
    _______________________________________________
    Intel-gfx mailing list
    Intel-gfx@lists.freedesktop.org
    https://lists.freedesktop.org/mailman/listinfo/intel-gfx
    
    ^ permalink raw reply	[flat|nested] 56+ messages in thread
  • * [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev3)
           [not found] <20200715224222.7557-1-manasi.d.navare@intel.com>
                       ` (3 preceding siblings ...)
      2020-08-10 23:47 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev3) Patchwork
    @ 2020-08-10 23:48 ` Patchwork
      2020-08-11  0:09 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
                       ` (9 subsequent siblings)
      14 siblings, 0 replies; 56+ messages in thread
    From: Patchwork @ 2020-08-10 23:48 UTC (permalink / raw)
      To: Manasi Navare; +Cc: intel-gfx
    
    == Series Details ==
    
    Series: series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev3)
    URL   : https://patchwork.freedesktop.org/series/79534/
    State : warning
    
    == Summary ==
    
    $ dim sparse --fast origin/drm-tip
    Sparse version: v0.6.0
    Fast mode used, each commit won't be checked separately.
    
    
    _______________________________________________
    Intel-gfx mailing list
    Intel-gfx@lists.freedesktop.org
    https://lists.freedesktop.org/mailman/listinfo/intel-gfx
    
    ^ permalink raw reply	[flat|nested] 56+ messages in thread
  • * [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev3)
           [not found] <20200715224222.7557-1-manasi.d.navare@intel.com>
                       ` (4 preceding siblings ...)
      2020-08-10 23:48 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
    @ 2020-08-11  0:09 ` Patchwork
      2020-08-11 18:33 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4) Patchwork
                       ` (8 subsequent siblings)
      14 siblings, 0 replies; 56+ messages in thread
    From: Patchwork @ 2020-08-11  0:09 UTC (permalink / raw)
      To: Manasi Navare; +Cc: intel-gfx
    
    
    [-- Attachment #1.1: Type: text/plain, Size: 8059 bytes --]
    
    == Series Details ==
    
    Series: series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev3)
    URL   : https://patchwork.freedesktop.org/series/79534/
    State : failure
    
    == Summary ==
    
    CI Bug Log - changes from CI_DRM_8866 -> Patchwork_18338
    ====================================================
    
    Summary
    -------
    
      **FAILURE**
    
      Serious unknown changes coming with Patchwork_18338 absolutely need to be
      verified manually.
      
      If you think the reported changes have nothing to do with the changes
      introduced in Patchwork_18338, please notify your bug team to allow them
      to document this new failure mode, which will reduce false positives in CI.
    
      External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/index.html
    
    Possible new issues
    -------------------
    
      Here are the unknown changes that may have been introduced in Patchwork_18338:
    
    ### IGT changes ###
    
    #### Possible regressions ####
    
      * igt@gem_exec_parallel@engines@contexts:
        - fi-bdw-gvtdvm:      [PASS][1] -> [INCOMPLETE][2]
       [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-bdw-gvtdvm/igt@gem_exec_parallel@engines@contexts.html
       [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-bdw-gvtdvm/igt@gem_exec_parallel@engines@contexts.html
    
      
    Known issues
    ------------
    
      Here are the changes found in Patchwork_18338 that come from known issues:
    
    ### IGT changes ###
    
    #### Issues hit ####
    
      * igt@gem_exec_suspend@basic-s0:
        - fi-tgl-u2:          [PASS][3] -> [FAIL][4] ([i915#1888])
       [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
       [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
    
      * igt@kms_busy@basic@flip:
        - fi-kbl-x1275:       [PASS][5] -> [DMESG-WARN][6] ([i915#62] / [i915#92] / [i915#95])
       [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-kbl-x1275/igt@kms_busy@basic@flip.html
       [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-kbl-x1275/igt@kms_busy@basic@flip.html
    
      * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
        - fi-byt-j1900:       [PASS][7] -> [DMESG-WARN][8] ([i915#1982])
       [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-byt-j1900/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
       [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-byt-j1900/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
        - fi-bsw-kefka:       [PASS][9] -> [DMESG-WARN][10] ([i915#1982])
       [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
       [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
    
      * igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1:
        - fi-icl-u2:          [PASS][11] -> [DMESG-WARN][12] ([i915#1982])
       [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html
       [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html
    
      
    #### Possible fixes ####
    
      * igt@i915_pm_rpm@basic-pci-d3-state:
        - fi-bsw-kefka:       [DMESG-WARN][13] ([i915#1982]) -> [PASS][14]
       [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-bsw-kefka/igt@i915_pm_rpm@basic-pci-d3-state.html
       [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-bsw-kefka/igt@i915_pm_rpm@basic-pci-d3-state.html
    
      * igt@i915_pm_rpm@module-reload:
        - fi-byt-j1900:       [DMESG-WARN][15] ([i915#1982]) -> [PASS][16]
       [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-byt-j1900/igt@i915_pm_rpm@module-reload.html
       [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-byt-j1900/igt@i915_pm_rpm@module-reload.html
    
      * igt@i915_selftest@live@execlists:
        - fi-icl-y:           [INCOMPLETE][17] ([i915#2276]) -> [PASS][18]
       [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-icl-y/igt@i915_selftest@live@execlists.html
       [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-icl-y/igt@i915_selftest@live@execlists.html
    
      * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
        - {fi-kbl-7560u}:     [DMESG-WARN][19] ([i915#1982]) -> [PASS][20]
       [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
       [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
    
      * igt@kms_cursor_legacy@basic-flip-before-cursor-atomic:
        - fi-icl-u2:          [DMESG-WARN][21] ([i915#1982]) -> [PASS][22]
       [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-icl-u2/igt@kms_cursor_legacy@basic-flip-before-cursor-atomic.html
       [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-icl-u2/igt@kms_cursor_legacy@basic-flip-before-cursor-atomic.html
    
      
    #### Warnings ####
    
      * igt@gem_exec_suspend@basic-s3:
        - fi-kbl-x1275:       [DMESG-WARN][23] ([i915#62] / [i915#92]) -> [DMESG-WARN][24] ([i915#62] / [i915#92] / [i915#95]) +1 similar issue
       [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-kbl-x1275/igt@gem_exec_suspend@basic-s3.html
       [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-kbl-x1275/igt@gem_exec_suspend@basic-s3.html
    
      * igt@kms_force_connector_basic@prune-stale-modes:
        - fi-kbl-x1275:       [DMESG-WARN][25] ([i915#62] / [i915#92] / [i915#95]) -> [DMESG-WARN][26] ([i915#62] / [i915#92]) +5 similar issues
       [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8866/fi-kbl-x1275/igt@kms_force_connector_basic@prune-stale-modes.html
       [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/fi-kbl-x1275/igt@kms_force_connector_basic@prune-stale-modes.html
    
      
      {name}: This element is suppressed. This means it is ignored when computing
              the status of the difference (SUCCESS, WARNING, or FAILURE).
    
      [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
      [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
      [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
      [i915#2276]: https://gitlab.freedesktop.org/drm/intel/issues/2276
      [i915#456]: https://gitlab.freedesktop.org/drm/intel/issues/456
      [i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
      [i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
      [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
    
    
    Participating hosts (44 -> 37)
    ------------------------------
    
      Missing    (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper fi-bdw-samus 
    
    
    Build changes
    -------------
    
      * Linux: CI_DRM_8866 -> Patchwork_18338
    
      CI-20190529: 20190529
      CI_DRM_8866: 14e46145f8add798ffc8d63a53e803749ccd3286 @ git://anongit.freedesktop.org/gfx-ci/linux
      IGT_5766: fc9f95086fc23f7f2226f7603241fbad3a214ee1 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
      Patchwork_18338: d598c90ba01765c562675a7ec902230a1ef7066f @ git://anongit.freedesktop.org/gfx-ci/linux
    
    
    == Linux commits ==
    
    d598c90ba017 drm/i915: Add debugfs dumping for bigjoiner, v3.
    e0a96e6c643e drm/i915: Add intel_update_bigjoiner handling.
    83120ea46d35 drm/i915: Add bigjoiner aware plane clipping checks
    0aebc7f853d3 drm/i915: Link planes in a bigjoiner configuration, v3.
    6adc9031acd5 drm/i915: Make hardware readout work on i915.
    54000a12eca0 drm/i915: Enable big joiner support in enable and disable sequences.
    354e47b3d9eb drm/i915: Try to make bigjoiner work in atomic check
    59fbefeedaa6 drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3.
    167ba475cb68 drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
    3b320ffb4bc2 drm/i915: Remove hw.mode
    94f4928909c8 HAX to make DSC work on the icelake test system
    
    == Logs ==
    
    For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18338/index.html
    
    [-- Attachment #1.2: Type: text/html, Size: 9972 bytes --]
    
    [-- Attachment #2: Type: text/plain, Size: 160 bytes --]
    
    _______________________________________________
    Intel-gfx mailing list
    Intel-gfx@lists.freedesktop.org
    https://lists.freedesktop.org/mailman/listinfo/intel-gfx
    
    ^ permalink raw reply	[flat|nested] 56+ messages in thread
  • * [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4)
           [not found] <20200715224222.7557-1-manasi.d.navare@intel.com>
                       ` (5 preceding siblings ...)
      2020-08-11  0:09 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
    @ 2020-08-11 18:33 ` Patchwork
      2020-08-11 18:35 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
                       ` (7 subsequent siblings)
      14 siblings, 0 replies; 56+ messages in thread
    From: Patchwork @ 2020-08-11 18:33 UTC (permalink / raw)
      To: Manasi Navare; +Cc: intel-gfx
    
    == Series Details ==
    
    Series: series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4)
    URL   : https://patchwork.freedesktop.org/series/79534/
    State : warning
    
    == Summary ==
    
    $ dim checkpatch origin/drm-tip
    292437cfd978 HAX to make DSC work on the icelake test system
    23ada98c4ac5 drm/i915: Remove hw.mode
    5a8a7f2434e9 drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
    -:216: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #216: FILE: drivers/gpu/drm/i915/display/intel_display.c:13232:
    +	crtc_state->hw.pipe_mode = crtc_state->hw.adjusted_mode = crtc_state->uapi.adjusted_mode;
    
    total: 0 errors, 0 warnings, 1 checks, 445 lines checked
    d87e5294d7d0 drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3.
    923a00142e46 drm/i915: Try to make bigjoiner work in atomic check
    -:143: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
    #143: FILE: drivers/gpu/drm/i915/display/intel_display.c:13245:
    +								  crtc_state->bigjoiner_linked_crtc);
    
    -:202: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #202: FILE: drivers/gpu/drm/i915/display/intel_display.c:13316:
    +	crtc_state->nv12_planes = crtc_state->c8_planes = crtc_state->update_planes = 0;
    
    -:296: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #296: FILE: drivers/gpu/drm/i915/display/intel_display.c:14933:
    +	slave = new_crtc_state->bigjoiner_linked_crtc =
    
    -:330: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #330: FILE: drivers/gpu/drm/i915/display/intel_display.c:14967:
    +		slave_crtc_state->bigjoiner = master_crtc_state->bigjoiner = false;
    
    -:331: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #331: FILE: drivers/gpu/drm/i915/display/intel_display.c:14968:
    +		slave_crtc_state->bigjoiner_slave = master_crtc_state->bigjoiner_slave = false;
    
    -:332: WARNING:LONG_LINE: line length of 106 exceeds 100 columns
    #332: FILE: drivers/gpu/drm/i915/display/intel_display.c:14969:
    +		slave_crtc_state->bigjoiner_linked_crtc = master_crtc_state->bigjoiner_linked_crtc = NULL;
    
    -:332: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
    #332: FILE: drivers/gpu/drm/i915/display/intel_display.c:14969:
    +		slave_crtc_state->bigjoiner_linked_crtc = master_crtc_state->bigjoiner_linked_crtc = NULL;
    
    -:387: WARNING:BRACES: braces {} are not necessary for any arm of this statement
    #387: FILE: drivers/gpu/drm/i915/display/intel_display.c:15366:
    +	if (new_crtc_state->bigjoiner) {
    [...]
    +	} else if (INTEL_GEN(dev_priv) >= 9)
    [...]
     	else
    [...]
    
    total: 0 errors, 3 warnings, 5 checks, 401 lines checked
    46581bdd9af5 drm/i915: Enable big joiner support in enable and disable sequences.
    -:178: WARNING:LONG_LINE_COMMENT: line length of 106 exceeds 100 columns
    #178: FILE: drivers/gpu/drm/i915/display/intel_ddi.c:4427:
    +		/* Our own transcoder needs to be disabled when reading it in intel_ddi_read_func_ctl() */
    
    -:180: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
    #180: FILE: drivers/gpu/drm/i915/display/intel_ddi.c:4429:
    +		pipe_config->cpu_transcoder = (enum transcoder)pipe_config->bigjoiner_linked_crtc->pipe;
    
    -:791: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
    #791: FILE: drivers/gpu/drm/i915/display/intel_display_types.h:829:
    +#define PIPE_CONFIG_QUIRK_BIGJOINER_SLAVE      (1<<1) /* bigjoiner slave, partial readout */
                                                      ^
    
    total: 0 errors, 2 warnings, 1 checks, 995 lines checked
    7a0b9db39261 drm/i915: Make hardware readout work on i915.
    -:33: WARNING:TABSTOP: Statements should start on a tabstop
    #33: FILE: drivers/gpu/drm/i915/display/intel_display.c:3610:
    +	 struct intel_crtc_state *crtc_state =
    
    -:76: WARNING:LONG_LINE: line length of 111 exceeds 100 columns
    #76: FILE: drivers/gpu/drm/i915/display/intel_display.c:10695:
    +		    (intel_de_read(dev_priv, PLANE_SURF(pipe, plane_id)) & 0xfffff000) == plane_config->base) {
    
    total: 0 errors, 2 warnings, 0 checks, 118 lines checked
    450fc3667d12 drm/i915: Link planes in a bigjoiner configuration, v3.
    -:203: ERROR:CODE_INDENT: code indent should use tabs where possible
    #203: FILE: drivers/gpu/drm/i915/display/intel_display.c:12636:
    +         * Setup and teardown the new bigjoiner plane mappings.$
    
    -:204: ERROR:CODE_INDENT: code indent should use tabs where possible
    #204: FILE: drivers/gpu/drm/i915/display/intel_display.c:12637:
    +         */$
    
    -:289: ERROR:CODE_INDENT: code indent should use tabs where possible
    #289: FILE: drivers/gpu/drm/i915/display/intel_display.c:12718:
    +         *$
    
    -:305: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
    #305: FILE: drivers/gpu/drm/i915/display/intel_display.c:12732:
    +		for_each_oldnew_intel_plane_in_state(state, plane, old_plane_state, new_plane_state, i) {
    
    -:321: ERROR:CODE_INDENT: code indent should use tabs where possible
    #321: FILE: drivers/gpu/drm/i915/display/intel_display.c:12748:
    +         * Make sure bigjoiner slave crtc's are also pulled in. This is not done automatically$
    
    -:322: ERROR:CODE_INDENT: code indent should use tabs where possible
    #322: FILE: drivers/gpu/drm/i915/display/intel_display.c:12749:
    +         * when adding slave planes, because plane_state->crtc is null.$
    
    -:323: ERROR:CODE_INDENT: code indent should use tabs where possible
    #323: FILE: drivers/gpu/drm/i915/display/intel_display.c:12750:
    +         */$
    
    -:435: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
    #435: FILE: drivers/gpu/drm/i915/display/intel_display.h:472:
    +	for_each_intel_plane_mask(((crtc_state)->uapi.state->dev), (iter), \
    [...]
    +	for_each_if ((((plane_state) = \
    
    -:441: WARNING:SPACING: space prohibited between function name and open parenthesis '('
    #441: FILE: drivers/gpu/drm/i915/display/intel_display.h:478:
    +	for_each_if ((((plane_state) = \
    
    -:442: WARNING:LONG_LINE: line length of 124 exceeds 100 columns
    #442: FILE: drivers/gpu/drm/i915/display/intel_display.h:479:
    +		       to_intel_plane_state(__drm_atomic_get_current_plane_state((crtc_state)->uapi.state, &iter->base))), \
    
    -:443: WARNING:LONG_LINE: line length of 109 exceeds 100 columns
    #443: FILE: drivers/gpu/drm/i915/display/intel_display.h:480:
    +		      ((plane) = (plane_state)->bigjoiner_slave ? (plane_state)->bigjoiner_plane : (iter)), \
    
    -:445: WARNING:LONG_LINE: line length of 125 exceeds 100 columns
    #445: FILE: drivers/gpu/drm/i915/display/intel_display.h:482:
    +		       to_intel_plane_state(__drm_atomic_get_current_plane_state((crtc_state)->uapi.state, &plane->base)) : \
    
    total: 6 errors, 6 warnings, 0 checks, 481 lines checked
    276c25c8a083 drm/i915: Add bigjoiner aware plane clipping checks
    e7946df95b2c drm/i915: Add intel_update_bigjoiner handling.
    583f5c86bb83 drm/i915: Add debugfs dumping for bigjoiner, v3.
    -:46: WARNING:LONG_LINE: line length of 123 exceeds 100 columns
    #46: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:780:
    +	seq_printf(m, "\t\tuapi: fb=%d,%s,%dx%d, visible=%s, src=" DRM_RECT_FP_FMT ", dst=" DRM_RECT_FMT ", rotation=%s\n",
    
    -:56: WARNING:LONG_LINE: line length of 119 exceeds 100 columns
    #56: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:790:
    +			   plane_state->planar_linked_plane->base.base.id, plane_state->planar_linked_plane->base.name,
    
    -:60: WARNING:LONG_LINE: line length of 111 exceeds 100 columns
    #60: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:794:
    +			   plane_state->bigjoiner_plane->base.base.id, plane_state->bigjoiner_plane->base.name,
    
    total: 0 errors, 3 warnings, 0 checks, 52 lines checked
    
    
    _______________________________________________
    Intel-gfx mailing list
    Intel-gfx@lists.freedesktop.org
    https://lists.freedesktop.org/mailman/listinfo/intel-gfx
    
    ^ permalink raw reply	[flat|nested] 56+ messages in thread
  • * [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4)
           [not found] <20200715224222.7557-1-manasi.d.navare@intel.com>
                       ` (6 preceding siblings ...)
      2020-08-11 18:33 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4) Patchwork
    @ 2020-08-11 18:35 ` Patchwork
      2020-08-11 18:56 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
                       ` (6 subsequent siblings)
      14 siblings, 0 replies; 56+ messages in thread
    From: Patchwork @ 2020-08-11 18:35 UTC (permalink / raw)
      To: Manasi Navare; +Cc: intel-gfx
    
    == Series Details ==
    
    Series: series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4)
    URL   : https://patchwork.freedesktop.org/series/79534/
    State : warning
    
    == Summary ==
    
    $ dim sparse --fast origin/drm-tip
    Sparse version: v0.6.2
    Fast mode used, each commit won't be checked separately.
    -
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1019:47:    expected unsigned int [addressable] [usertype] ulClockParams
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1019:47:    got restricted __le32 [usertype]
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1019:47: warning: incorrect type in assignment (different base types)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1028:50: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1029:49: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1037:47: warning: too many warnings
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:184:44: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:283:14: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:320:14: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:323:14: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:326:14: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:329:18: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:330:26: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:338:30: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:340:38: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:342:30: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:346:30: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:348:30: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:353:33: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:367:43: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:369:38: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:374:67: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:375:53: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:378:66: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:389:80: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:395:57: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:402:69: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:403:53: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:406:66: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:414:66: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:423:69: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:424:69: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:473:30: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:476:45: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:477:45: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:484:54: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:52:28: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:531:35: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:53:29: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:533:25: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:54:26: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:55:27: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:56:25: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:57:26: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:577:21: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:581:25: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:58:25: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:583:21: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:586:25: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:590:25: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:59:26: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:598:21: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:600:21: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:617:25: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:621:21: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:623:21: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:630:21: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:632:21: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:644:25: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:648:21: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:650:21: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:657:21: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:659:21: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:662:21: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:664:21: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:676:25: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:688:25: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:691:47: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:697:25: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:796:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:797:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:800:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:801:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:804:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:805:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:812:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:813:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:816:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:817:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:820:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:821:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:828:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:829:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:832:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:833:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:836:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:837:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:844:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:845:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:848:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:849:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:852:46: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:853:40: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:916:47: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:918:49: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:920:52: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:934:47: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:936:49: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:938:52: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:956:47: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:958:49: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:960:52: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:328:34: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:365:34: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:395:25: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:397:25: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:404:25: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:418:40: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:441:40: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:44:21: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:482:53: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:486:33: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:489:61: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:490:64: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:492:54: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:518:17: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:521:21: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:64:25: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:80:17: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:80:17: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:80:17: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:85:30: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:86:24: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:98:39: warning: cast to restricted __le16
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:222:29: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:226:37: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:226:37: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:226:37: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:227:37: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:233:43: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:236:44: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:239:51: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:458:41: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:458:41: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:458:41: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:464:39: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:465:30: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:466:39: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:468:24: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:140:26:    expected unsigned long long [usertype] *chunk_array_user
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:140:26:    got void [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:140:26: warning: incorrect type in assignment (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:141:41:    expected void const [noderef] __user *from
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:141:41:    got unsigned long long [usertype] *chunk_array_user
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:141:41: warning: incorrect type in argument 2 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:160:27:    expected struct drm_amdgpu_cs_chunk [noderef] __user **chunk_ptr
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:160:27:    got void [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:160:27: warning: incorrect type in assignment (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1613:21:    expected struct drm_amdgpu_fence *fences_user
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1613:21:    got void [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1613:21: warning: incorrect type in assignment (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1614:36:    expected void const [noderef] __user *from
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1614:36:    got struct drm_amdgpu_fence *fences_user
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1614:36: warning: incorrect type in argument 2 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:161:49:    expected void const [noderef] __user *from
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:161:49:    got struct drm_amdgpu_cs_chunk [noderef] __user **chunk_ptr
    +drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:161:49: warning: incorrect type in argument 2 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1357:25: error: incompatible types in comparison expression (different address spaces):
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1357:25:    struct dma_fence *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1357:25:    struct dma_fence [noderef] __rcu *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1358:17: error: incompatible types in comparison expression (different address spaces):
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1358:17:    struct dma_fence *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1358:17:    struct dma_fence [noderef] __rcu *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:138:17:    expected restricted __poll_t ( *poll )( ... )
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:138:17:    got unsigned int ( * )( ... )
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:138:17: warning: incorrect type in initializer (different base types)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1417:17: error: incompatible types in comparison expression (different address spaces):
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1417:17:    struct dma_fence *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1417:17:    struct dma_fence [noderef] __rcu *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29:    expected void const volatile [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29:    got unsigned int [usertype] *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:261:29: warning: incorrect type in argument 1 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29:    expected void const volatile [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29:    got unsigned int [usertype] *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:263:29: warning: incorrect type in argument 1 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21:    expected void const volatile [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21:    got unsigned int [usertype] *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:354:21: warning: incorrect type in argument 1 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21:    expected void const volatile [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21:    got unsigned int [usertype] *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:412:21: warning: incorrect type in argument 1 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21:    expected void const volatile [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21:    got unsigned int [usertype] *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:473:21: warning: incorrect type in argument 1 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21:    expected void const volatile [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21:    got unsigned int [usertype] *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:531:21: warning: incorrect type in argument 1 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21:    expected void const volatile [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21:    got unsigned int [usertype] *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:592:21: warning: incorrect type in argument 1 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21:    expected void const volatile [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21:    got unsigned int [usertype] *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:650:21: warning: incorrect type in argument 1 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:747:21:    expected void const volatile [noderef] __user *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:747:21:    got unsigned int [usertype] *
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:747:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:747:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:747:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:747:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:747:21: warning: cast removes address space '__user' of expression
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:747:21: warning: incorrect type in argument 1 (different address spaces)
    +drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:747:21: warning: too many warnings
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1666:65: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1674:55: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1675:50: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1676:50: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1677:56: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1679:25: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1680:45: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1681:51: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1682:55: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1683:57: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1685:25: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1686:53: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1688:25: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1690:25: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1691:46: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1695:73: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1697:33: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1699:33: warning: cast to restricted __le32
    +drivers/gpu/drm/amd/
    
    
    _______________________________________________
    Intel-gfx mailing list
    Intel-gfx@lists.freedesktop.org
    https://lists.freedesktop.org/mailman/listinfo/intel-gfx
    
    ^ permalink raw reply	[flat|nested] 56+ messages in thread
  • * [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4)
           [not found] <20200715224222.7557-1-manasi.d.navare@intel.com>
                       ` (7 preceding siblings ...)
      2020-08-11 18:35 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
    @ 2020-08-11 18:56 ` Patchwork
      2020-08-11 20:15 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
                       ` (5 subsequent siblings)
      14 siblings, 0 replies; 56+ messages in thread
    From: Patchwork @ 2020-08-11 18:56 UTC (permalink / raw)
      To: Manasi Navare; +Cc: intel-gfx
    
    
    [-- Attachment #1.1: Type: text/plain, Size: 7068 bytes --]
    
    == Series Details ==
    
    Series: series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4)
    URL   : https://patchwork.freedesktop.org/series/79534/
    State : success
    
    == Summary ==
    
    CI Bug Log - changes from CI_DRM_8871 -> Patchwork_18345
    ====================================================
    
    Summary
    -------
    
      **SUCCESS**
    
      No regressions found.
    
      External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/index.html
    
    Known issues
    ------------
    
      Here are the changes found in Patchwork_18345 that come from known issues:
    
    ### IGT changes ###
    
    #### Issues hit ####
    
      * igt@gem_exec_suspend@basic-s0:
        - fi-cfl-8109u:       [PASS][1] -> [DMESG-WARN][2] ([i915#295]) +1 similar issue
       [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-cfl-8109u/igt@gem_exec_suspend@basic-s0.html
       [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-cfl-8109u/igt@gem_exec_suspend@basic-s0.html
    
      * igt@i915_selftest@live@execlists:
        - fi-icl-y:           [PASS][3] -> [INCOMPLETE][4] ([i915#2276])
       [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-icl-y/igt@i915_selftest@live@execlists.html
       [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-icl-y/igt@i915_selftest@live@execlists.html
    
      * igt@i915_selftest@live@gt_lrc:
        - fi-tgl-u2:          [PASS][5] -> [DMESG-FAIL][6] ([i915#1233])
       [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-tgl-u2/igt@i915_selftest@live@gt_lrc.html
       [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-tgl-u2/igt@i915_selftest@live@gt_lrc.html
    
      * igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1:
        - fi-icl-u2:          [PASS][7] -> [DMESG-WARN][8] ([i915#1982])
       [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html
       [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html
    
      
    #### Possible fixes ####
    
      * igt@i915_pm_rpm@module-reload:
        - fi-kbl-soraka:      [DMESG-WARN][9] ([i915#1982]) -> [PASS][10]
       [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-kbl-soraka/igt@i915_pm_rpm@module-reload.html
       [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-kbl-soraka/igt@i915_pm_rpm@module-reload.html
    
      * igt@i915_selftest@live@execlists:
        - fi-icl-u2:          [INCOMPLETE][11] ([i915#2089] / [i915#2276]) -> [PASS][12]
       [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-icl-u2/igt@i915_selftest@live@execlists.html
       [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-icl-u2/igt@i915_selftest@live@execlists.html
    
      * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
        - fi-bsw-n3050:       [DMESG-WARN][13] ([i915#1982]) -> [PASS][14]
       [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-bsw-n3050/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
       [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-bsw-n3050/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
    
      * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
        - fi-icl-u2:          [DMESG-WARN][15] ([i915#1982]) -> [PASS][16] +1 similar issue
       [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
       [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
    
      
    #### Warnings ####
    
      * igt@i915_pm_rpm@module-reload:
        - fi-kbl-x1275:       [DMESG-FAIL][17] ([i915#62] / [i915#95]) -> [SKIP][18] ([fdo#109271])
       [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-kbl-x1275/igt@i915_pm_rpm@module-reload.html
       [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-kbl-x1275/igt@i915_pm_rpm@module-reload.html
    
      * igt@kms_force_connector_basic@prune-stale-modes:
        - fi-kbl-x1275:       [DMESG-WARN][19] ([i915#62] / [i915#92] / [i915#95]) -> [DMESG-WARN][20] ([i915#62] / [i915#92]) +8 similar issues
       [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-kbl-x1275/igt@kms_force_connector_basic@prune-stale-modes.html
       [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-kbl-x1275/igt@kms_force_connector_basic@prune-stale-modes.html
    
      * igt@prime_vgem@basic-fence-flip:
        - fi-kbl-x1275:       [DMESG-WARN][21] ([i915#62] / [i915#92]) -> [DMESG-WARN][22] ([i915#62] / [i915#92] / [i915#95]) +2 similar issues
       [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/fi-kbl-x1275/igt@prime_vgem@basic-fence-flip.html
       [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/fi-kbl-x1275/igt@prime_vgem@basic-fence-flip.html
    
      
      {name}: This element is suppressed. This means it is ignored when computing
              the status of the difference (SUCCESS, WARNING, or FAILURE).
    
      [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
      [i915#1233]: https://gitlab.freedesktop.org/drm/intel/issues/1233
      [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
      [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
      [i915#2089]: https://gitlab.freedesktop.org/drm/intel/issues/2089
      [i915#2276]: https://gitlab.freedesktop.org/drm/intel/issues/2276
      [i915#295]: https://gitlab.freedesktop.org/drm/intel/issues/295
      [i915#456]: https://gitlab.freedesktop.org/drm/intel/issues/456
      [i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
      [i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
      [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
    
    
    Participating hosts (43 -> 37)
    ------------------------------
    
      Missing    (6): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper fi-bdw-samus 
    
    
    Build changes
    -------------
    
      * Linux: CI_DRM_8871 -> Patchwork_18345
    
      CI-20190529: 20190529
      CI_DRM_8871: ca35526cf770cf90faacceda5f0d03e1518d5585 @ git://anongit.freedesktop.org/gfx-ci/linux
      IGT_5767: 39e9aa1032a4e60f776f34b3ccf4fb728abbfe5c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
      Patchwork_18345: 583f5c86bb83dec8e6177940a0dbe28147778d16 @ git://anongit.freedesktop.org/gfx-ci/linux
    
    
    == Linux commits ==
    
    583f5c86bb83 drm/i915: Add debugfs dumping for bigjoiner, v3.
    e7946df95b2c drm/i915: Add intel_update_bigjoiner handling.
    276c25c8a083 drm/i915: Add bigjoiner aware plane clipping checks
    450fc3667d12 drm/i915: Link planes in a bigjoiner configuration, v3.
    7a0b9db39261 drm/i915: Make hardware readout work on i915.
    46581bdd9af5 drm/i915: Enable big joiner support in enable and disable sequences.
    923a00142e46 drm/i915: Try to make bigjoiner work in atomic check
    d87e5294d7d0 drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3.
    5a8a7f2434e9 drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
    23ada98c4ac5 drm/i915: Remove hw.mode
    292437cfd978 HAX to make DSC work on the icelake test system
    
    == Logs ==
    
    For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/index.html
    
    [-- Attachment #1.2: Type: text/html, Size: 8720 bytes --]
    
    [-- Attachment #2: Type: text/plain, Size: 160 bytes --]
    
    _______________________________________________
    Intel-gfx mailing list
    Intel-gfx@lists.freedesktop.org
    https://lists.freedesktop.org/mailman/listinfo/intel-gfx
    
    ^ permalink raw reply	[flat|nested] 56+ messages in thread
  • * [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4)
           [not found] <20200715224222.7557-1-manasi.d.navare@intel.com>
                       ` (8 preceding siblings ...)
      2020-08-11 18:56 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
    @ 2020-08-11 20:15 ` Patchwork
           [not found] ` <20200715224222.7557-2-manasi.d.navare@intel.com>
                       ` (4 subsequent siblings)
      14 siblings, 0 replies; 56+ messages in thread
    From: Patchwork @ 2020-08-11 20:15 UTC (permalink / raw)
      To: Manasi Navare; +Cc: intel-gfx
    
    
    [-- Attachment #1.1: Type: text/plain, Size: 13477 bytes --]
    
    == Series Details ==
    
    Series: series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4)
    URL   : https://patchwork.freedesktop.org/series/79534/
    State : failure
    
    == Summary ==
    
    CI Bug Log - changes from CI_DRM_8871_full -> Patchwork_18345_full
    ====================================================
    
    Summary
    -------
    
      **FAILURE**
    
      Serious unknown changes coming with Patchwork_18345_full absolutely need to be
      verified manually.
      
      If you think the reported changes have nothing to do with the changes
      introduced in Patchwork_18345_full, please notify your bug team to allow them
      to document this new failure mode, which will reduce false positives in CI.
    
      
    
    Possible new issues
    -------------------
    
      Here are the unknown changes that may have been introduced in Patchwork_18345_full:
    
    ### IGT changes ###
    
    #### Possible regressions ####
    
      * igt@gem_exec_whisper@basic-contexts:
        - shard-glk:          [PASS][1] -> [INCOMPLETE][2]
       [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-glk8/igt@gem_exec_whisper@basic-contexts.html
       [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-glk6/igt@gem_exec_whisper@basic-contexts.html
    
      * igt@gem_workarounds@suspend-resume-fd:
        - shard-skl:          [PASS][3] -> [INCOMPLETE][4]
       [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-skl9/igt@gem_workarounds@suspend-resume-fd.html
       [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-skl1/igt@gem_workarounds@suspend-resume-fd.html
    
      
    Known issues
    ------------
    
      Here are the changes found in Patchwork_18345_full that come from known issues:
    
    ### IGT changes ###
    
    #### Issues hit ####
    
      * igt@gem_ctx_shared@q-smoketest-all:
        - shard-glk:          [PASS][5] -> [DMESG-WARN][6] ([i915#118] / [i915#95]) +2 similar issues
       [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-glk8/igt@gem_ctx_shared@q-smoketest-all.html
       [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-glk3/igt@gem_ctx_shared@q-smoketest-all.html
    
      * igt@gem_huc_copy@huc-copy:
        - shard-tglb:         [PASS][7] -> [SKIP][8] ([i915#2190])
       [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-tglb2/igt@gem_huc_copy@huc-copy.html
       [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-tglb6/igt@gem_huc_copy@huc-copy.html
    
      * igt@gen9_exec_parse@allowed-all:
        - shard-apl:          [PASS][9] -> [DMESG-WARN][10] ([i915#1436] / [i915#1635] / [i915#716])
       [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-apl6/igt@gen9_exec_parse@allowed-all.html
       [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-apl2/igt@gen9_exec_parse@allowed-all.html
    
      * igt@kms_big_fb@x-tiled-64bpp-rotate-0:
        - shard-glk:          [PASS][11] -> [DMESG-FAIL][12] ([i915#118] / [i915#95]) +1 similar issue
       [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-glk1/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
       [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-glk8/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
    
      * igt@kms_big_fb@x-tiled-64bpp-rotate-180:
        - shard-kbl:          [PASS][13] -> [DMESG-WARN][14] ([i915#1982])
       [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-kbl4/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html
       [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-kbl1/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html
    
      * igt@kms_cursor_edge_walk@pipe-a-256x256-right-edge:
        - shard-skl:          [PASS][15] -> [DMESG-WARN][16] ([i915#1982]) +13 similar issues
       [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-skl4/igt@kms_cursor_edge_walk@pipe-a-256x256-right-edge.html
       [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-skl8/igt@kms_cursor_edge_walk@pipe-a-256x256-right-edge.html
    
      * igt@kms_flip@dpms-vs-vblank-race-interruptible@c-hdmi-a1:
        - shard-glk:          [PASS][17] -> [FAIL][18] ([i915#407])
       [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-glk9/igt@kms_flip@dpms-vs-vblank-race-interruptible@c-hdmi-a1.html
       [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-glk2/igt@kms_flip@dpms-vs-vblank-race-interruptible@c-hdmi-a1.html
    
      * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-render:
        - shard-tglb:         [PASS][19] -> [DMESG-WARN][20] ([i915#1982]) +1 similar issue
       [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-render.html
       [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-tglb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-render.html
    
      * igt@kms_frontbuffer_tracking@psr-suspend:
        - shard-iclb:         [PASS][21] -> [INCOMPLETE][22] ([i915#1185] / [i915#123])
       [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-iclb8/igt@kms_frontbuffer_tracking@psr-suspend.html
       [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-iclb3/igt@kms_frontbuffer_tracking@psr-suspend.html
    
      * igt@kms_hdr@bpc-switch-suspend:
        - shard-kbl:          [PASS][23] -> [DMESG-WARN][24] ([i915#180]) +8 similar issues
       [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-kbl3/igt@kms_hdr@bpc-switch-suspend.html
       [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-kbl2/igt@kms_hdr@bpc-switch-suspend.html
    
      * igt@kms_plane_alpha_blend@pipe-b-coverage-7efc:
        - shard-skl:          [PASS][25] -> [DMESG-FAIL][26] ([fdo#108145] / [i915#1982])
       [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-skl1/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html
       [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-skl2/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html
    
      * igt@kms_plane_alpha_blend@pipe-c-coverage-7efc:
        - shard-skl:          [PASS][27] -> [FAIL][28] ([fdo#108145] / [i915#265]) +2 similar issues
       [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-skl7/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html
       [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-skl6/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html
    
      * igt@kms_psr@psr2_cursor_render:
        - shard-iclb:         [PASS][29] -> [SKIP][30] ([fdo#109441]) +2 similar issues
       [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
       [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-iclb1/igt@kms_psr@psr2_cursor_render.html
    
      
    #### Possible fixes ####
    
      * igt@gem_ctx_persistence@smoketest:
        - shard-skl:          [DMESG-WARN][31] ([i915#1982]) -> [PASS][32] +6 similar issues
       [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-skl4/igt@gem_ctx_persistence@smoketest.html
       [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-skl8/igt@gem_ctx_persistence@smoketest.html
    
      * igt@gem_exec_schedule@pi-common@bcs0:
        - shard-apl:          [INCOMPLETE][33] ([i915#1635]) -> [PASS][34]
       [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-apl4/igt@gem_exec_schedule@pi-common@bcs0.html
       [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-apl2/igt@gem_exec_schedule@pi-common@bcs0.html
    
      * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
        - shard-tglb:         [DMESG-WARN][35] ([i915#1982]) -> [PASS][36] +1 similar issue
       [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-tglb5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
       [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-tglb5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
    
      * igt@kms_flip@flip-vs-suspend-interruptible@b-edp1:
        - shard-skl:          [INCOMPLETE][37] ([i915#198]) -> [PASS][38] +1 similar issue
       [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-skl8/igt@kms_flip@flip-vs-suspend-interruptible@b-edp1.html
       [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-skl9/igt@kms_flip@flip-vs-suspend-interruptible@b-edp1.html
    
      * igt@kms_flip@flip-vs-suspend-interruptible@c-dp1:
        - shard-kbl:          [DMESG-WARN][39] ([i915#180]) -> [PASS][40] +5 similar issues
       [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
       [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-kbl1/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
    
      * igt@kms_flip@plain-flip-fb-recreate@a-dp1:
        - shard-kbl:          [DMESG-WARN][41] ([i915#1982]) -> [PASS][42]
       [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-kbl6/igt@kms_flip@plain-flip-fb-recreate@a-dp1.html
       [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-kbl3/igt@kms_flip@plain-flip-fb-recreate@a-dp1.html
    
      * igt@kms_hdr@bpc-switch:
        - shard-skl:          [FAIL][43] ([i915#1188]) -> [PASS][44]
       [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-skl1/igt@kms_hdr@bpc-switch.html
       [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-skl2/igt@kms_hdr@bpc-switch.html
    
      * igt@kms_psr@psr2_sprite_blt:
        - shard-iclb:         [SKIP][45] ([fdo#109441]) -> [PASS][46]
       [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-iclb8/igt@kms_psr@psr2_sprite_blt.html
       [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html
    
      * igt@perf_pmu@module-unload:
        - shard-iclb:         [DMESG-WARN][47] ([i915#1982]) -> [PASS][48]
       [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-iclb7/igt@perf_pmu@module-unload.html
       [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-iclb3/igt@perf_pmu@module-unload.html
    
      
    #### Warnings ####
    
      * igt@gem_exec_reloc@basic-concurrent16:
        - shard-glk:          [TIMEOUT][49] ([i915#1958]) -> [INCOMPLETE][50] ([i915#1958])
       [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-glk2/igt@gem_exec_reloc@basic-concurrent16.html
       [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-glk8/igt@gem_exec_reloc@basic-concurrent16.html
    
      * igt@kms_content_protection@atomic-dpms:
        - shard-kbl:          [TIMEOUT][51] ([i915#1319] / [i915#1958]) -> [TIMEOUT][52] ([i915#1319])
       [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-kbl3/igt@kms_content_protection@atomic-dpms.html
       [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-kbl2/igt@kms_content_protection@atomic-dpms.html
    
      * igt@runner@aborted:
        - shard-apl:          [FAIL][53] ([i915#1610] / [i915#1635]) -> [FAIL][54] ([fdo#109271] / [i915#1635] / [i915#716])
       [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-apl4/igt@runner@aborted.html
       [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-apl2/igt@runner@aborted.html
        - shard-skl:          [FAIL][55] ([i915#1611] / [i915#2029]) -> [FAIL][56] ([i915#1436])
       [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8871/shard-skl3/igt@runner@aborted.html
       [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18345/shard-skl3/igt@runner@aborted.html
    
      
      [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
      [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
      [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
      [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
      [i915#1185]: https://gitlab.freedesktop.org/drm/intel/issues/1185
      [i915#1188]: https://gitlab.freedesktop.org/drm/intel/issues/1188
      [i915#123]: https://gitlab.freedesktop.org/drm/intel/issues/123
      [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
      [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
      [i915#1610]: https://gitlab.freedesktop.org/drm/intel/issues/1610
      [i915#1611]: https://gitlab.freedesktop.org/drm/intel/issues/1611
      [i915#1635]: https://gitlab.freedesktop.org/drm/intel/issues/1635
      [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
      [i915#1958]: https://gitlab.freedesktop.org/drm/intel/issues/1958
      [i915#198]: https://gitlab.freedesktop.org/drm/intel/issues/198
      [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
      [i915#2029]: https://gitlab.freedesktop.org/drm/intel/issues/2029
      [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
      [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
      [i915#407]: https://gitlab.freedesktop.org/drm/intel/issues/407
      [i915#716]: https://gitlab.freedesktop.org/drm/intel/issues/716
      [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
    
    
    Participating hosts (11 -> 11)
    ------------------------------
    
      No changes in participating hosts
    
    
    Build changes
    -------------
    
      * Linux: CI_DRM_8871 -> Patchwork_18345
    
      CI-20190529: 20190529
      CI_DRM_8871: ca35526cf770cf90faacceda5f0d03e1518d5585 @ git://anongit.freedesktop.org/gfx-ci/linux
      IGT_5767: 39e9aa1032a4e60f776f34b3ccf4fb728abbfe5c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
      Patchwork_18345: 583f5c86bb83dec8e6177940a0dbe28147778d16 @ 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_18345/index.html
    
    [-- Attachment #1.2: Type: text/html, Size: 16095 bytes --]
    
    [-- Attachment #2: Type: text/plain, Size: 160 bytes --]
    
    _______________________________________________
    Intel-gfx mailing list
    Intel-gfx@lists.freedesktop.org
    https://lists.freedesktop.org/mailman/listinfo/intel-gfx
    
    ^ permalink raw reply	[flat|nested] 56+ messages in thread
  • [parent not found: <20200715224222.7557-2-manasi.d.navare@intel.com>]
  • [parent not found: <20200715224222.7557-4-manasi.d.navare@intel.com>]
  • [parent not found: <20200715224222.7557-10-manasi.d.navare@intel.com>]
  • [parent not found: <20200715224222.7557-5-manasi.d.navare@intel.com>]
  • [parent not found: <20200715224222.7557-8-manasi.d.navare@intel.com>]

  • end of thread, other threads:[~2020-09-23 22:57 UTC | newest]
    
    Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20200715224222.7557-1-manasi.d.navare@intel.com>
         [not found] ` <20200715224222.7557-3-manasi.d.navare@intel.com>
    2020-08-10 12:38   ` [Intel-gfx] [PATCH v6 03/11] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split Maarten Lankhorst
    2020-08-17  7:32   ` Manna, Animesh
    2020-09-03 17:54   ` Ville Syrjälä
    2020-09-14 18:45     ` Navare, Manasi
    2020-09-14 18:48       ` Ville Syrjälä
         [not found] ` <20200715224222.7557-6-manasi.d.navare@intel.com>
         [not found]   ` <20200716192743.GA12055@intel.com>
    2020-08-10 12:45     ` [Intel-gfx] [PATCH v6 06/11] drm/i915: Enable big joiner support in enable and disable sequences Maarten Lankhorst
    2020-08-10 23:04       ` Navare, Manasi
         [not found] ` <20200715224222.7557-11-manasi.d.navare@intel.com>
    2020-08-10 12:47   ` [Intel-gfx] [PATCH v6 11/11] drm/i915: Add debugfs dumping for bigjoiner, v3 Maarten Lankhorst
    2020-08-10 23:47 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev3) Patchwork
    2020-08-10 23:48 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
    2020-08-11  0:09 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
    2020-08-11 18:33 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev4) Patchwork
    2020-08-11 18:35 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
    2020-08-11 18:56 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
    2020-08-11 20:15 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
         [not found] ` <20200715224222.7557-2-manasi.d.navare@intel.com>
    2020-08-17  7:26   ` [Intel-gfx] [PATCH v6 02/11] drm/i915: Remove hw.mode Manna, Animesh
    2020-09-03 17:49   ` Ville Syrjälä
    2020-09-03 18:04     ` Navare, Manasi
    2020-09-03 18:40       ` Ville Syrjälä
    2020-09-07 12:35         ` Ville Syrjälä
    2020-09-14 18:32           ` Navare, Manasi
    2020-09-14 18:52             ` Ville Syrjälä
    2020-09-21 21:01               ` Navare, Manasi
    2020-09-22 10:19                 ` Ville Syrjälä
    2020-09-22 18:52                   ` Navare, Manasi
    2020-09-23 14:54                     ` Navare, Manasi
         [not found] ` <20200715224222.7557-4-manasi.d.navare@intel.com>
    2020-08-10 12:40   ` [Intel-gfx] [PATCH v6 04/11] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3 Maarten Lankhorst
    2020-08-21  9:41   ` Manna, Animesh
    2020-08-21 21:51     ` Navare, Manasi
    2020-09-07 11:20   ` Ville Syrjälä
    2020-09-14 19:00     ` Navare, Manasi
    2020-09-14 19:17       ` Ville Syrjälä
    2020-09-14 19:38         ` Navare, Manasi
    2020-09-14 19:47           ` Ville Syrjälä
    2020-09-15 23:03             ` Navare, Manasi
    2020-09-17 12:20               ` Ville Syrjälä
    2020-09-23  5:46                 ` Navare, Manasi
    2020-09-23  9:57                   ` Ville Syrjälä
         [not found] ` <20200715224222.7557-10-manasi.d.navare@intel.com>
    2020-08-24 22:15   ` [Intel-gfx] [PATCH v6 10/11] drm/i915: Add intel_update_bigjoiner handling Navare, Manasi
    2020-09-03 19:23   ` Ville Syrjälä
    2020-09-14 19:21     ` Navare, Manasi
    2020-09-21 21:18       ` Navare, Manasi
    2020-09-22 10:27         ` Ville Syrjälä
    2020-09-22 18:54           ` Navare, Manasi
         [not found] ` <20200715224222.7557-5-manasi.d.navare@intel.com>
    2020-08-21 10:16   ` [Intel-gfx] [PATCH v6 05/11] drm/i915: Try to make bigjoiner work in atomic check Manna, Animesh
    2020-08-21 18:22     ` Navare, Manasi
    2020-09-03 18:38   ` Ville Syrjälä
    2020-09-23 22:58     ` Navare, Manasi
         [not found] ` <20200715224222.7557-8-manasi.d.navare@intel.com>
    2020-09-03 19:19   ` [Intel-gfx] [PATCH v6 08/11] drm/i915: Link planes in a bigjoiner configuration, v3 Ville Syrjälä
    2020-09-14 19:14     ` Navare, Manasi
    2020-09-14 19:20       ` Ville Syrjälä
    2020-09-14 19:27         ` Navare, Manasi
    2020-09-14 19:34           ` Ville Syrjälä
    2020-09-14 19:45             ` Navare, Manasi
    2020-09-14 20:05               ` Ville Syrjälä
    2020-09-15 22:40                 ` Navare, Manasi
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox