Re: [PATCH v2 55/60] drm/omap: Pass pipe pointer to omap_crtc_init()

2018-06-11 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:25:13PM +0300, Laurent Pinchart wrote: > Replace the dss display device pointer by a pipe pointer that will allow > the omap_crtc_init() function to access both the display and the DSS > output. As a result we can remove the omapdss_device_get_dispc_channel() > funct

[PATCH v2 55/60] drm/omap: Pass pipe pointer to omap_crtc_init()

2018-05-26 Thread Laurent Pinchart
Replace the dss display device pointer by a pipe pointer that will allow the omap_crtc_init() function to access both the display and the DSS output. As a result we can remove the omapdss_device_get_dispc_channel() function that is now unneeded. Signed-off-by: Laurent Pinchart --- drivers/gpu/dr