Re: [PATCH v10 06/69] drm/probe-helper: Introduce .force_ctx() connector callback
"Maxime Ripard" <[email protected]>
| Newsgroups | dev.linux.lists.linux-sunxi,org.freedesktop.lists.dri-devel,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 31 Jul 2026 19:19:13 +0300, Cristian Ciocaltea wrote: > The .force() connector callback is invoked by > drm_helper_probe_single_connector_modes() while the modeset acquire > context it created is live, but the hook signature provides no way to > pass it down, e.g. to support implementations needing to lock further > objects. > > [ ... ] Reviewed-by: Maxime Ripard <[email protected]> Thanks! Maxime