Re: [PATCH 44/48] drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations

2017-10-17 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:59:40PM +0300, Laurent Pinchart wrote: > This removes the need to access the global DISPC private data in those > functions (both for the current accesses and the future ones that will > be introduced when allocating the DISPC private data dynamically). > > In order

[PATCH 44/48] drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations

2017-10-13 Thread Laurent Pinchart
This removes the need to access the global DISPC private data in those functions (both for the current accesses and the future ones that will be introduced when allocating the DISPC private data dynamically). In order to allow the omapdrm side to call the dispc_ops with a DISPC pointer, we also in