drm/vc4: Initialise the tv_mode property default from cmdline_mode.
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Thu, 25 Jan 2024 17:27:42 +0000 (17:27 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:32 +0000 (11:35 +0000)
commit5f6e97aee278bb4d13c497da609e07f42871c698
tree81aba4294c11da3de0346d64ad10324449b5db5f
parent3a07e4c46f3a016e980e682fc29655f54669dfdf
drm/vc4: Initialise the tv_mode property default from cmdline_mode.

With the command line parser now providing the information about
the tv mode, use that as the preferred choice for initialising the
default of the tv_mode property.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_vec.c