]> Git Repo - linux.git/commit
drm: omapdrm: sdi: Allocate the sdi private data structure dynamically
authorLaurent Pinchart <[email protected]>
Tue, 13 Feb 2018 12:00:47 +0000 (14:00 +0200)
committerTomi Valkeinen <[email protected]>
Thu, 1 Mar 2018 07:18:18 +0000 (09:18 +0200)
commit24aac6011f704d69b5f34514923413f85669f282
tree085c6cfc88b780bfb30e2e52f13852a973ef796d
parentc44991ce21bef5831b28b36f1da87dceb85bef75
drm: omapdrm: sdi: Allocate the sdi private data structure dynamically

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 <[email protected]>
Reviewed-by: Sebastian Reichel <[email protected]>
drivers/gpu/drm/omapdrm/dss/sdi.c
This page took 0.056448 seconds and 4 git commands to generate.