drm/vc4: Use phys addresses for slave DMA config
authorPhil Elwell <phil@raspberrypi.com>
Thu, 11 May 2023 15:08:15 +0000 (16:08 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:35 +0000 (11:33 +0000)
commitc00fb143ff7aae5ca6b1bcd5f8906eba54908815
treee10d8519032f51b2c0458e8018705f14d835755e
parent247c84528e7f2c902a4f78322edac493e166e89f
drm/vc4: Use phys addresses for slave DMA config

Slave addresses for DMA are meant to be supplied as physical addresses
(contrary to what struct snd_dmaengine_dai_dma_data does).

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_hdmi.c