== 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
== 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
=
== 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
== 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
=
== 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
---
== 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
--
== 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
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
---
== 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
== 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
=
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
== 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
===
== 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
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:
>>>
>>
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
> > 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
16 matches
Mail list logo