> On Wed, Oct 15, 2025 at 03:50:42PM +0200, Petr Vorel wrote:
> > assert_dmc_loaded() removed in 43175c92d4038 used drm_WARN_ONCE(),
> > but new assert_dmc_loaded() use drm_WARN().
> > Log is already noise quite a lot due loop over dmc->dmc_info[dmc_id]
> > array (76 logs on my machine), therefore use drm_WARN_ONCE().
> > Fixes: 43175c92d4038 ("drm/i915/dmc: Assert DMC is loaded harder")
> > Signed-off-by: Petr Vorel <[email protected]>
> > ---
> > Ville, am I wrong and it's really needed to see all the oops for the
> > threads?
> Kinda irrelevant because this should never happen. So the real
> question we need to ask is why are you seeing this at all?
+1
> Please file a bug at
> https://gitlab.freedesktop.org/drm/i915/kernel/-/issues
> and attch the full dmesg with drm.debug=0xe passed to the kernel
> cmdline.
https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15153
Kind regards,
Petr