summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-03-06 23:38:21 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2018-09-03 16:13:28 +0300
commit67dfd2d3d0c24217e12d82909f88dfadb04f34bb (patch)
tree3939adf5a88fcef4b499ddb34d1e4e03d21ba34c /drivers/gpu/drm/rockchip
parente48f9f16a16a6ee1befda6d8e5486234ac3a5162 (diff)
downloadlinux-67dfd2d3d0c24217e12d82909f88dfadb04f34bb.tar.bz2
drm/omap: Remove omap_crtc_output global array
The omap_crtc_output global array is used to look up the DSS output device by channel. We can replace that by accessing the output device from the pipeline if we store the pipeline pointer in the omap_crtc structure. The global array is also used to protect against double connection of an output. This can't happen with the connection handling mechanism going from DSS outputs to displays. We can thus drop that check, allowing removal of the global array. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/rockchip')
0 files changed, 0 insertions, 0 deletions