]> git.baikalelectronics.ru Git - kernel.git/commit
drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes()
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 23 Feb 2015 14:55:56 +0000 (16:55 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 3 Mar 2015 14:16:29 +0000 (16:16 +0200)
commit3525acebd4bed3ef93c580d8e5d3558e020b5041
treeebdcee92cb8e7b989b311543355d3658a977c908
parentfade947cd41564c3e65c4c41085066b9a24eedf1
drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes()

Only the planes to CRTCs association control register DPTSR needs to be
protected by custom locking, don't hold the mutex around the whole code.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_crtc.c