Re: [PATCH v10 06/69] drm/probe-helper: Introduce .force_ctx() connector callback
"Maxime Ripard" <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.video.dri.devel,gmane.linux.ports.arm.kernel,gmane.linux.ports.arm.rockchip |
|---|---|
| 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