mbox series

[v2,0/3] drm/i915: Improvements to stolen memory setup

Message ID 20220915-stolen-v2-0-20ff797de047@intel.com (mailing list archive)
Headers show
Series drm/i915: Improvements to stolen memory setup | expand

Message

Lucas De Marchi Sept. 16, 2022, 5:36 p.m. UTC
Better split, document, and make the code paths for integrated and discrete
more similar.

v2:
  - s/GENMASK/REG_GENMASK64/ where appropriate
  - Fix comment

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
Lucas De Marchi (3):
      drm/i915: Add missing mask when reading GEN12_DSMBASE
      drm/i915: Split i915_gem_init_stolen()
      drm/i915/dgfx: Make failure to setup stolen non-fatal

 drivers/gpu/drm/i915/gem/i915_gem_stolen.c | 188 +++++++++++++++++------------
 drivers/gpu/drm/i915/i915_reg.h            |   1 +
 2 files changed, 109 insertions(+), 80 deletions(-)
---
base-commit: 13d68eac4fd3384eeb113e183c4abe2e3afdf76c
change-id: 20220915-stolen-7aa0e407368f

Best regards,

Comments

Lucas De Marchi Sept. 22, 2022, 1:55 p.m. UTC | #1
On Sat, Sep 17, 2022 at 12:25:30AM +0000, Patchwork wrote:
>== Series Details ==
>
>Series: drm/i915: Improvements to stolen memory setup (rev3)
>URL   : https://patchwork.freedesktop.org/series/108620/
>State : failure
>
>== Summary ==
>
>CI Bug Log - changes from CI_DRM_12146_full -> Patchwork_108620v3_full
>====================================================
>
>Summary
>-------
>
>  **FAILURE**
>
>  Serious unknown changes coming with Patchwork_108620v3_full absolutely need to be
>  verified manually.
>
>  If you think the reported changes have nothing to do with the changes
>  introduced in Patchwork_108620v3_full, please notify your bug team to allow them
>  to document this new failure mode, which will reduce false positives in CI.
>
>
>
>Participating hosts (10 -> 10)
>------------------------------
>
>  No changes in participating hosts
>
>Possible new issues
>-------------------
>
>  Here are the unknown changes that may have been introduced in Patchwork_108620v3_full:
>
>### IGT changes ###
>
>#### Possible regressions ####
>
>  * igt@kms_plane_alpha_blend@pipe-d-alpha-7efc:
>    - shard-tglb:         [PASS][1] -> [INCOMPLETE][2]
>   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12146/shard-tglb3/igt@kms_plane_alpha_blend@pipe-d-alpha-7efc.html
>   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_108620v3/shard-tglb8/igt@kms_plane_alpha_blend@pipe-d-alpha-7efc.html

unrelated failure in display

Lucas De Marchi
Vudum, Lakshminarayana Sept. 22, 2022, 3:37 p.m. UTC | #2
Filed a new issue and reported the results.
https://gitlab.freedesktop.org/drm/intel/-/issues/6898

Lakshmi.

-----Original Message-----
From: De Marchi, Lucas <lucas.demarchi@intel.com> 
Sent: Thursday, September 22, 2022 6:55 AM
To: intel-gfx@lists.freedesktop.org
Cc: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Subject: Re: ✗ Fi.CI.IGT: failure for drm/i915: Improvements to stolen memory setup (rev3)

On Sat, Sep 17, 2022 at 12:25:30AM +0000, Patchwork wrote:
>== Series Details ==
>
>Series: drm/i915: Improvements to stolen memory setup (rev3)
>URL   : https://patchwork.freedesktop.org/series/108620/
>State : failure
>
>== Summary ==
>
>CI Bug Log - changes from CI_DRM_12146_full -> Patchwork_108620v3_full 
>====================================================
>
>Summary
>-------
>
>  **FAILURE**
>
>  Serious unknown changes coming with Patchwork_108620v3_full 
> absolutely need to be  verified manually.
>
>  If you think the reported changes have nothing to do with the changes  
> introduced in Patchwork_108620v3_full, please notify your bug team to 
> allow them  to document this new failure mode, which will reduce false positives in CI.
>
>
>
>Participating hosts (10 -> 10)
>------------------------------
>
>  No changes in participating hosts
>
>Possible new issues
>-------------------
>
>  Here are the unknown changes that may have been introduced in Patchwork_108620v3_full:
>
>### IGT changes ###
>
>#### Possible regressions ####
>
>  * igt@kms_plane_alpha_blend@pipe-d-alpha-7efc:
>    - shard-tglb:         [PASS][1] -> [INCOMPLETE][2]
>   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12146/shard-tglb3/igt@kms_plane_alpha_blend@pipe-d-alpha-7efc.html
>   [2]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_108620v3/shard-tglb
> 8/igt@kms_plane_alpha_blend@pipe-d-alpha-7efc.html

unrelated failure in display

Lucas De Marchi