commit | ac7674567c6204185d31aca828f9d1e6ad64f40b | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Tue Feb 13 14:00:45 2018 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Mar 01 09:18:18 2018 +0200 |
tree | 339e0daf80c1c43b01b8c06d46ee0f42a7604b76 | |
parent | 1f6b6b6267ebe6f36f3640bccb93d54e9699c131 [diff] |
drm: omapdrm: hdmi4: Allocate the omap_hdmi data structure dynamically The omap_hdmi private data structure is currently stored as a global variable. While no platform with multiple HDMI4 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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>