OSDN Git Service

drm/vc4: crtc: Remove the feed_txp tests
authorMaxime Ripard <maxime@cerno.tech>
Thu, 11 Jun 2020 13:36:54 +0000 (15:36 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 7 Jul 2020 08:51:58 +0000 (10:51 +0200)
commit5d8514e7fd7f9858b007f6bc059c4e71d60627cc
treee2f6b4a5aa8f545dfb00a278fdbc4e838e0ddca3
parent39fcb280837649603432e3f4e1710260fc228faa
drm/vc4: crtc: Remove the feed_txp tests

Now that the code in vc4_crtc accessing registers is only meant for the
pixelvalve, it doesn't make sense anymore to test whether we're accessing
the TXP or not and we can safely remove those checks.

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