Skip to content

Commit 7c4918d

Browse files
6by9pelwell
authored andcommitted
drm/vc4: Add FKMS as an acceptable node for dma ranges.
Under FKMS, the firmware (via FKMS) also requires the VideoCore cache aliases for image planes, as defined by the dma-ranges under /soc. Add rpi-firmware-kms to the list of acceptable nodes to look for to copy dma config from. Signed-off-by: Dave Stevenson <[email protected]>
1 parent e94fb68 commit 7c4918d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/vc4/vc4_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ static void vc4_match_add_drivers(struct device *dev,
251251

252252
const struct of_device_id vc4_dma_range_matches[] = {
253253
{ .compatible = "brcm,bcm2835-hvs" },
254+
{ .compatible = "raspberrypi,rpi-firmware-kms" },
254255
{ .compatible = "brcm,bcm2835-v3d" },
255256
{ .compatible = "brcm,cygnus-v3d" },
256257
{ .compatible = "brcm,vc4-v3d" },

0 commit comments

Comments
 (0)