drm: Add RP1 VEC driver
authorNick Hollinghurst <nick.hollinghurst@raspberrypi.com>
Tue, 19 Sep 2023 16:54:41 +0000 (17:54 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:48 +0000 (11:34 +0000)
commitd3a5bbe8b0d9565607315a4202d1dd5e2aa32c8e
treec44f5da0fc554b0c3cd111b5fb51f79f4d804512
parent15f2bfc9c392a8bc5b6db4d0437518e70f049a85
drm: Add RP1 VEC driver

Add support for the RP1 VEC hardware.

Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
drivers/gpu/drm/rp1/rp1-vec/Kconfig [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-vec/Makefile [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-vec/rp1_vec.c [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-vec/rp1_vec.h [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-vec/rp1_vec_cfg.c [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-vec/rp1_vec_hw.c [new file with mode: 0644]
drivers/gpu/drm/rp1/rp1-vec/vec_regs.h [new file with mode: 0644]