Re: [PATCH 34/48] drm: omapdrm: sdi: Allocate the sdi private data structure dynamically

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

[PATCH 34/48] drm: omapdrm: sdi: Allocate the sdi private data structure dynamically

2017-10-13 Thread Laurent Pinchart
The sdi private data structure is currently stored as a global variable. While no platform with multiple SDI encoders currently exists nor is planned, this doesn't comply with the kernel device model and should thus be fixed. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/sdi.c