Re: [PATCH v2 2/4] drm/omap: hdmi4: Ensure the device is active during bind

2018-11-06 Thread Tony Lindgren
* Laurent Pinchart [181105 15:10]: > The bind function performs hardware access (in hdmi4_cec_init()) and > thus requires the device to be active. Ensure this by surrounding the > bind function by hdmi_runtime_get() and hdmi_runtime_put() calls. > > Fixes: 27d624527d99 ("drm/omap: dss: Acquire ne

Re: [PATCH v2 2/4] drm/omap: hdmi4: Ensure the device is active during bind

2018-11-05 Thread Laurent Pinchart
Hi Tony, On Monday, 5 November 2018 22:02:47 EET Tony Lindgren wrote: > * Laurent Pinchart [181105 15:10]: > > The bind function performs hardware access (in hdmi4_cec_init()) and > > thus requires the device to be active. Ensure this by surrounding the > > bind function by hdmi_runtime_get() and

[PATCH v2 2/4] drm/omap: hdmi4: Ensure the device is active during bind

2018-11-05 Thread Laurent Pinchart
The bind function performs hardware access (in hdmi4_cec_init()) and thus requires the device to be active. Ensure this by surrounding the bind function by hdmi_runtime_get() and hdmi_runtime_put() calls. Fixes: 27d624527d99 ("drm/omap: dss: Acquire next dssdev at probe time") Signed-off-by: Laure