]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: crtc: Restrict HACT_ACT setup to DSI
authorMaxime Ripard <maxime@cerno.tech>
Wed, 27 May 2020 15:47:58 +0000 (17:47 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 10 Jun 2020 09:09:38 +0000 (11:09 +0200)
commitd902ddc7711076cc2d0af2c7ef9e3514be1655f1
tree092a766204f9b9abb747089d6b16d7912a6bae92
parent7655db193fa5ee876bd50708ee96cad79eea3a5a
drm/vc4: crtc: Restrict HACT_ACT setup to DSI

The HACT_ACT field only needs to be written to when using a DSI display.
Let's move that setup to our DSI branch to clear a bit the common path.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/7a93436f97666a2aa025686ef3ff3606de4bec67.1590594512.git-series.maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_crtc.c