[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Fix wrong condition in bxt_set_cdclk for DG2

2023-05-06 Thread Patchwork
== Series Details == Series: drm/i915: Fix wrong condition in bxt_set_cdclk for DG2 URL : https://patchwork.freedesktop.org/series/117420/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13115_full -> Patchwork_117420v1_full

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915/mtl: Drop FLAT CCS check (rev2)

2023-05-06 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/mtl: Drop FLAT CCS check (rev2) URL : https://patchwork.freedesktop.org/series/117391/ State : success == Summary == CI Bug Log - changes from CI_DRM_13115_full -> Patchwork_117391v2_full =

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/mtl: Fix the wa number for Wa_22016670082

2023-05-06 Thread Patchwork
== Series Details == Series: drm/i915/mtl: Fix the wa number for Wa_22016670082 URL : https://patchwork.freedesktop.org/series/117405/ State : success == Summary == CI Bug Log - changes from CI_DRM_13115_full -> Patchwork_117405v1_full Summ

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/tc: Add a workaround for an IOM/TCSS firmware hang issue (rev10)

2023-05-06 Thread Patchwork
== Series Details == Series: drm/i915/tc: Add a workaround for an IOM/TCSS firmware hang issue (rev10) URL : https://patchwork.freedesktop.org/series/117004/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13114_full -> Patchwork_117004v10_full =

[Intel-gfx] ✓ Fi.CI.IGT: success for C20 Computed HDMI TMDS pixel clocks

2023-05-06 Thread Patchwork
== Series Details == Series: C20 Computed HDMI TMDS pixel clocks URL : https://patchwork.freedesktop.org/series/117399/ State : success == Summary == CI Bug Log - changes from CI_DRM_13114_full -> Patchwork_117399v1_full Summary ---

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Fix wrong condition in bxt_set_cdclk for DG2

2023-05-06 Thread Patchwork
== Series Details == Series: drm/i915: Fix wrong condition in bxt_set_cdclk for DG2 URL : https://patchwork.freedesktop.org/series/117420/ State : success == Summary == CI Bug Log - changes from CI_DRM_13115 -> Patchwork_117420v1 Summary --

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix wrong condition in bxt_set_cdclk for DG2

2023-05-06 Thread Patchwork
== Series Details == Series: drm/i915: Fix wrong condition in bxt_set_cdclk for DG2 URL : https://patchwork.freedesktop.org/series/117420/ State : warning == Summary == Error: dim checkpatch failed ea6663d13efb drm/i915: Fix wrong condition in bxt_set_cdclk for DG2 -:23: WARNING:SUSPECT_CODE_I

[Intel-gfx] [PATCH] drm/i915: Fix wrong condition in bxt_set_cdclk for DG2

2023-05-06 Thread Stanislav Lisovskiy
By my own mistake, after adding !IS_DG2 into wrong branch, bxt_set_cdclk started to execute code intended for platforms gen < 11, which is wrong. Move IS_DG2 check to better place. Fixes: ceb0cc3b4288 ("drm/i915: Communicate display power demands to pcode") Signed-off-by: Stanislav Lisovskiy ---

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915/mtl: Drop FLAT CCS check

2023-05-06 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/mtl: Drop FLAT CCS check URL : https://patchwork.freedesktop.org/series/117391/ State : success == Summary == CI Bug Log - changes from CI_DRM_13114_full -> Patchwork_117391v1_full

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/4] drm/i915/mtl: Drop FLAT CCS check (rev2)

2023-05-06 Thread Patchwork
== Series Details == Series: series starting with [1/4] drm/i915/mtl: Drop FLAT CCS check (rev2) URL : https://patchwork.freedesktop.org/series/117272/ State : success == Summary == CI Bug Log - changes from CI_DRM_13114_full -> Patchwork_117272v2_full =

Re: [Intel-gfx] [PATCH v2 05/27] drm/i915/gvt: Verify VFIO-pinned page is THP when shadowing 2M gtt entry

2023-05-06 Thread Yan Zhao
On Sat, May 06, 2023 at 02:35:41PM +0800, Yan Zhao wrote: > > > Maybe the checking of PageTransHuge(cur_page) and bailing out is not > > > necessary. > > > If a page is not transparent huge, but there are 512 contigous 4K > > > pages, I think it's still good to map them in IOMMU in 2M. > > > See v

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/mtl: Drop FLAT CCS check (rev2)

2023-05-06 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/mtl: Drop FLAT CCS check (rev2) URL : https://patchwork.freedesktop.org/series/117391/ State : success == Summary == CI Bug Log - changes from CI_DRM_13115 -> Patchwork_117391v2 ===

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/mtl: Drop FLAT CCS check (rev2)

2023-05-06 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/mtl: Drop FLAT CCS check (rev2) URL : https://patchwork.freedesktop.org/series/117391/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. +./arch

Re: [Intel-gfx] [PATCH v5 2/5] drm/i915: use pat_index instead of cache_level

2023-05-06 Thread Yang, Fei
static u64 mtl_pte_encode(dma_addr_t addr, - enum i915_cache_level level, + unsigned int pat_index, u32 flags) >>> Prototype and implementation changed here for mtl_pte_encode. >>> >>> And we have: >>> >>

[Intel-gfx] [linux-next:master] BUILD REGRESSION 83e5775d7afda68f6d7576d21f7a080fbfeecc4f

2023-05-06 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: 83e5775d7afda68f6d7576d21f7a080fbfeecc4f Add linux-next specific files for 20230505 Error/Warning reports: https://lore.kernel.org/oe-kbuild-all/202304102354.q4voxgte-...@intel.com https://lore

Re: [Intel-gfx] [PATCH v2 05/27] drm/i915/gvt: Verify VFIO-pinned page is THP when shadowing 2M gtt entry

2023-05-06 Thread Yan Zhao
> > Maybe the checking of PageTransHuge(cur_page) and bailing out is not > > necessary. > > If a page is not transparent huge, but there are 512 contigous 4K > > pages, I think it's still good to map them in IOMMU in 2M. > > See vfio_pin_map_dma() who does similar things. > > I agree that bailing