drm/vc4: Do not reset tv mode as this is already handled by framework
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Thu, 25 Jan 2024 16:18:14 +0000 (16:18 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:32 +0000 (11:35 +0000)
commit3a07e4c46f3a016e980e682fc29655f54669dfdf
tree9f97098761afb2903f5f9f70c2a4588abfb13b2c
parente3ec77edf08eb8c73323fc0ece6034f69ea8d2c2
drm/vc4: Do not reset tv mode as this is already handled by framework

In vc4_vec_connector_reset, the tv mode is already reset to the
property default by drm_atomic_helper_connector_tv_reset, so there
is no need for a local fixup to potentially some other default.

Fixes: 96922af14473 ("drm/vc4: Allow setting the TV norm via module parameter")
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_vec.c