drm/vc4: vec: Remove empty mode_fixup
authorMaxime Ripard <maxime@cerno.tech>
Mon, 29 Aug 2022 13:11:38 +0000 (15:11 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 7 Sep 2022 08:11:03 +0000 (10:11 +0200)
commit857dbf2431ba8abcd6f0f1335ea637580ebe5507
tree6d93d601560ba363574c89a106a5192aa1947b45
parente6643298aac0d9d77696513722c85d7808e4c84a
drm/vc4: vec: Remove empty mode_fixup

The mode_fixup hooks are deprecated, and the behaviour we implement is the
default one anyway. Let's remove it.

Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220728-rpi-analog-tv-properties-v2-24-459522d653a7@cerno.tech
drivers/gpu/drm/vc4/vc4_vec.c