drm/vc4: hvs: Create cob_init function
authorMaxime Ripard <maxime@cerno.tech>
Fri, 17 Feb 2023 14:14:55 +0000 (15:14 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:55 +0000 (11:34 +0000)
commit097665d39e76dcb21b8e5e94bd533f73a828bb10
tree350118349b768d9930f7715e6eca854b6f47cf92
parent6ff3f6f0293234d63e95c7d2f6fbceddf59afc05
drm/vc4: hvs: Create cob_init function

Just like the HVS itself, the COB parameters will be fairly different in
the BCM2712.

Let's move the COB parameters computation and its initialisation to a
separate function that will be easier to extend in the future.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_hvs.c