]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/vc4: txp: Move the encoder type in the variant structure
authorMaxime Ripard <mripard@kernel.org>
Fri, 25 Oct 2024 17:15:49 +0000 (18:15 +0100)
committerDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 27 Nov 2024 14:37:20 +0000 (14:37 +0000)
commit99f34ea8942efb902d9bd36c03c0e11fea0bb632
tree76748dd5076539f122245a38e21733e9aa65cfc0
parentcf1c8f63f36e5eeabfb4bb5ebea2873f0fa96cd9
drm/vc4: txp: Move the encoder type in the variant structure

We'll have multiple TXP instances in the BCM2712, so we can't use a
single encoder type anymore. Let's tie the encoder type to the
compatible.

Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20241025-drm-vc4-2712-support-v2-18-35efa83c8fc0@raspberrypi.com
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_txp.c