OSDN Git Service

drm/vc4: crtc: Move PV dump to config_pv
authorMaxime Ripard <maxime@cerno.tech>
Thu, 3 Sep 2020 08:00:53 +0000 (10:00 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 7 Sep 2020 16:03:27 +0000 (18:03 +0200)
commitbe26296a259dcce9c89b517ee95e5924334086dc
tree5a11465cfafe934473964f3d92fa253dd6a1cc05
parent5ffabf5001b9cdcb0a73da6cbf316833077aa4b8
drm/vc4: crtc: Move PV dump to config_pv

Now that we only configure the PixelValve in vc4_crtc_config_pv, it doesn't
really make much sense to dump its register content in its caller.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Tested-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Link: https://patchwork.freedesktop.org/patch/msgid/c195af7d9e140a2a6db32992ee7e54071c6f94ba.1599120059.git-series.maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_crtc.c