Message ID | 20221201010535.1097741-1-umesh.nerlige.ramappa@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/i915/mtl: Add OAG 32 bit format support for MTL | expand |
On Wed, Nov 30, 2022 at 05:05:31PM -0800, Umesh Nerlige Ramappa wrote: >Enable OA for MTL by adding 32-bit OA format support and relevant fixes. > >Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> >Test-with: 20221129010522.994524-1-umesh.nerlige.ramappa@intel.com https://patchwork.freedesktop.org/series/111512/#rev1 and https://patchwork.freedesktop.org/series/111512/#rev1 are identical except that rev2 has a Test-with: in the cover letter. Forgot to add it in rev1. Thanks, Umesh > >Umesh Nerlige Ramappa (4): > drm/i915/mtl: Resize noa_wait BO size to save restore GPR regs > drm/i915/mtl: Add Wa_14015846243 to fix OA vs CS timestamp mismatch > drm/i915/mtl: Update OA mux whitelist for MTL > drm/i915/mtl: Add OA support by enabling 32 bit OAG formats for MTL > > drivers/gpu/drm/i915/gt/intel_gt_types.h | 6 --- > drivers/gpu/drm/i915/i915_perf.c | 49 ++++++++++++++++++------ > 2 files changed, 38 insertions(+), 17 deletions(-) > >-- >2.36.1 >
On Thu, Dec 01, 2022 at 02:08:03PM +0000, Patchwork wrote: > Patch Details > >Series: drm/i915/mtl: Add OAG 32 bit format support for MTL (rev2) >URL: [1]https://patchwork.freedesktop.org/series/111512/ >State: failure >Details: [2]https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_111512v2/index.html > > CI Bug Log - changes from CI_DRM_12457_full -> Patchwork_111512v2_full > >Summary > > FAILURE > > Serious unknown changes coming with Patchwork_111512v2_full absolutely > need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in Patchwork_111512v2_full, please notify your bug team to > allow them > to document this new failure mode, which will reduce false positives in > CI. > >Participating hosts (11 -> 11) > > No changes in participating hosts > >Possible new issues > > Here are the unknown changes that may have been introduced in > Patchwork_111512v2_full: > > IGT changes > > Possible regressions > > * igt@gem_exec_capture@pi@vecs0: > > * shard-skl: [3]PASS -> [4]INCOMPLETE Looks like a test issue where a vecs0 case is failing. Not much info in the dmesg log, but looks reset related. Unrelated to this patch series. Umesh > >Known issues
Enable OA for MTL by adding 32-bit OA format support and relevant fixes. Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> Test-with: 20221129010522.994524-1-umesh.nerlige.ramappa@intel.com Umesh Nerlige Ramappa (4): drm/i915/mtl: Resize noa_wait BO size to save restore GPR regs drm/i915/mtl: Add Wa_14015846243 to fix OA vs CS timestamp mismatch drm/i915/mtl: Update OA mux whitelist for MTL drm/i915/mtl: Add OA support by enabling 32 bit OAG formats for MTL drivers/gpu/drm/i915/gt/intel_gt_types.h | 6 --- drivers/gpu/drm/i915/i915_perf.c | 49 ++++++++++++++++++------ 2 files changed, 38 insertions(+), 17 deletions(-)