]> git.baikalelectronics.ru Git - kernel.git/commit
drm: rcar-du: Don't update planes on disabled CRTCs
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 10 Sep 2015 15:52:55 +0000 (18:52 +0300)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 20 Feb 2016 00:58:51 +0000 (02:58 +0200)
commitefd539eea78484c5fa6af6910ef6bdaa6fa474d2
tree5b0b5041880848148a4141990daae0134339d46d
parentaeaf0353a2d812db143f84a50b0fb645f16a743c
drm: rcar-du: Don't update planes on disabled CRTCs

A disabled CRTC can't display planes, the driver shouldn't try to
configure it when updating planes. The DRM core will store the plane
state for us, and the plane will be configured appropriately the next
time the CRTC is enabled.

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