Re: [PATCH 30/48] drm: omapdrm: dss: Allocate the DSS private data structure dynamically

2017-10-16 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:59:26PM +0300, Laurent Pinchart wrote: > The DSS private data structure is currently stored as a global variable. > While no platform with multiple DSS devices currently exists nor is > planned, this doesn't comply with the kernel device model and should > thus be fi

[PATCH 30/48] drm: omapdrm: dss: Allocate the DSS private data structure dynamically

2017-10-13 Thread Laurent Pinchart
The DSS private data structure is currently stored as a global variable. While no platform with multiple DSS devices currently exists nor is planned, this doesn't comply with the kernel device model and should thus be fixed. As a first step to the fix, allocate the DSS private data structure dynam