]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/vc4: hvs: Create hw_init function
authorMaxime Ripard <mripard@kernel.org>
Fri, 21 Jun 2024 15:20:47 +0000 (16:20 +0100)
committerDave Stevenson <dave.stevenson@raspberrypi.com>
Mon, 9 Sep 2024 12:02:53 +0000 (13:02 +0100)
commit2fa4ef5fb9433b7b43d76433201f394728803681
tree87325670ac4c3437045d4d8d251a561547c20947
parentc157ff40a485f8adecd874c3df5fbf2f8bf00d9b
drm/vc4: hvs: Create hw_init function

Since the BCM2712 will feature a significantly different HVS, let's move
the hardware initialisation part of our bind function into a separate
function.

That way, it will be easier to extend in the future.

Signed-off-by: Maxime Ripard <mripard@kernel.org>
Reviewed-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240621152055.4180873-24-dave.stevenson@raspberrypi.com
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_hvs.c