From: Marek Vasut <marek.vasut@mailbox.org>
To: Matt Coster <Matt.Coster@imgtec.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
Thorsten Leemhuis <regressions@leemhuis.info>,
Frank Binns <Frank.Binns@imgtec.com>,
Brajesh Gupta <Brajesh.Gupta@imgtec.com>,
Alessio Belle <Alessio.Belle@imgtec.com>,
Alexandru Dadu <Alexandru.Dadu@imgtec.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
"linux-renesas-soc@vger.kernel.org"
<linux-renesas-soc@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"regressions@lists.linux.dev" <regressions@lists.linux.dev>
Subject: Re: [PATCH] drm/imagination: Convert to dev_pm_domain_{at,de}tach_list()
Date: Thu, 12 Feb 2026 15:38:40 +0100 [thread overview]
Message-ID: <f5d3dde6-edec-42f4-93cb-459c8677245a@mailbox.org> (raw)
In-Reply-To: <3e0def93-2f6c-4bcf-8ee5-bf607f2ca382@imgtec.com>
On 2/12/26 10:00 AM, Matt Coster wrote:
> On 11/02/2026 19:17, Marek Vasut wrote:
>> On 1/23/26 2:50 PM, Geert Uytterhoeven wrote:
>>
>> Hello everyone,
>>
>>> On Fri, 23 Jan 2026 at 14:36, Matt Coster <Matt.Coster@imgtec.com> wrote:
>>>> On 22/01/2026 16:08, Geert Uytterhoeven wrote:
>>>>> Call the dev_pm_domain_attach_list() and dev_pm_domain_detach_list()
>>>>> helpers instead of open-coding multi PM Domain handling.
>>>>>
>>>>> This changes behavior slightly:
>>>>> - The new handling is also applied in case of a single PM Domain,
>>>>> - PM Domains are now referred to by index instead of by name, but
>>>>> "make dtbs_check" enforces the actual naming and ordering anyway,
>>>>> - There are no longer device links created between virtual domain
>>>>> devices, only between virtual devices and the parent device.
>>>>
>>>> We still need this guarantee, both at start and end of day. In the
>>>> current implementation dev_pm_domain_attach_list() iterates forwards,
>>>> but so does dev_pm_domain_detach_list(). Even if we changed that, I'd
>>>> prefer not to rely on the implementation details when we can declare the
>>>> dependencies explicitly.
>>>
>>> Note that on R-Car, the PM Domains are nested (see e.g. r8a7795_areas[]),
>>> so they are always (un)powered in the correct order. But that may not
>>> be the case in the integration on other SoCs.
>>>
>>>> We had/have a patch (attached) kicking around internally to use the
>>>> *_list() functions but keep the inter-domain links in place; it got held
>>>> up by discussions as to whether we actually need those dependencies for
>>>> the hardware to behave correctly. Your patch spurred me to run around
>>>> the office and nag people a bit, and it seems we really do need to care
>>>> about the ordering.
>>>
>>> OK.
>>>
>>>> Can you add the links back in for a V2 or I can properly send the
>>>> attached patch instead, I don't mind either way.
>>>
>>> Please move forward with your patch, you are the expert.
>>> I prefer not to be blamed for any breakage ;-)
>>
>> Has there been any progress on fixing this kernel crash ?
>>
>> There are already two proposed solutions, but no fix is upstream.
>>
>
> Yes and no. Our patch to use dev_pm_domain_attach_list() has landed in
> drm-misc-next as commit e19cc5ab347e3 ("drm/imagination: Use
> dev_pm_domain_attach_list()"), but this does not fix the underlying
> issue of missing synchronization in the PM core[1] is still unresolved
> as far as I'm aware.
OK, but the pvr driver can currently easily crash the kernel on boot if
firmware is missing, so that should be fixed soon, right ?
I added the regressions list onto CC, because this seems like a problem
worth tracking.
next prev parent reply other threads:[~2026-02-12 14:38 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-22 16:08 Geert Uytterhoeven
2026-01-23 13:35 ` Matt Coster
2026-01-23 13:50 ` Geert Uytterhoeven
2026-02-11 19:17 ` Marek Vasut
2026-02-12 9:00 ` Matt Coster
2026-02-12 14:38 ` Marek Vasut [this message]
2026-02-12 15:56 ` Thorsten Leemhuis
2026-02-13 22:52 ` Marek Vasut
2026-02-14 12:38 ` Thorsten Leemhuis
2026-02-16 9:00 ` Geert Uytterhoeven
2026-02-16 10:11 ` Thorsten Leemhuis
2026-02-16 10:58 ` Matt Coster
2026-02-16 11:38 ` Thorsten Leemhuis
2026-02-16 13:37 ` Matt Coster
2026-02-16 17:28 ` Thorsten Leemhuis
2026-02-17 14:54 ` Marek Vasut
2026-02-17 14:52 ` Marek Vasut
2026-02-17 14:33 ` Marek Vasut
2026-02-16 10:57 ` [EXTERNAL] " Matt Coster
2026-02-16 10:59 ` Matt Coster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f5d3dde6-edec-42f4-93cb-459c8677245a@mailbox.org \
--to=marek.vasut@mailbox.org \
--cc=Alessio.Belle@imgtec.com \
--cc=Alexandru.Dadu@imgtec.com \
--cc=Brajesh.Gupta@imgtec.com \
--cc=Frank.Binns@imgtec.com \
--cc=Matt.Coster@imgtec.com \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=regressions@leemhuis.info \
--cc=regressions@lists.linux.dev \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®