drm/vc4: vec: Remove redundant atomic_mode_set
authorMateusz Kwiatkowski <kfyatek+publicgit@gmail.com>
Mon, 29 Aug 2022 13:11:41 +0000 (15:11 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 7 Sep 2022 08:27:22 +0000 (10:27 +0200)
commit296674b936b12837f94590812cfabc5aa4a9a950
tree3762d26110fca68d93fe83077997bfa16f69b6ef
parent38baec94ca584b7370c78b0fc445ef5def269ac6
drm/vc4: vec: Remove redundant atomic_mode_set

Let's remove the superfluous tv_mode field, which was redundant with the
mode field in struct drm_tv_connector_state.

Signed-off-by: Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com>
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-27-459522d653a7@cerno.tech
drivers/gpu/drm/vc4/vc4_vec.c