[PATCH 2/2] drm/panel: Add device_link from panel device to drm device
Lukas Wunner
lukas at wunner.de
Fri Feb 23 06:58:45 UTC 2018
On Thu, Feb 22, 2018 at 07:46:27PM +0200, Jyri Sarha wrote:
> Add device_link from panel device (supplier) to drm device (consumer)
> with DL_FLAG_AUTOREMOVE when drm_panel_attach() is called. Currently
> the master drm driver is not protected against the attached. The
> device_link with DL_FLAG_AUTOREMOVE should make sure the drm device is
> unbound before the panel driver becomes unavailable.
>
> The device_link is removed when drm_panel_detach() is called. The
> drm_panel_detach() should be called by the panel driver it self when
> it is removed. Otherwise the both driver are racing to delete the same
> link.
Unfortunately you haven't addressed any of my comments on the previous
version of this patch:
https://www.spinics.net/lists/dri-devel/msg166320.html
Please respin with my comments addressed. Thanks,
Lukas
More information about the dri-devel
mailing list