提交 f28fea01 编写于 作者: D Dave Stevenson 提交者: Zheng Zengkai

drm/vc4: Add FKMS as an acceptable node for dma ranges.

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------

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: NDave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 8c6c6766
...@@ -248,6 +248,7 @@ static void vc4_match_add_drivers(struct device *dev, ...@@ -248,6 +248,7 @@ static void vc4_match_add_drivers(struct device *dev,
const struct of_device_id vc4_dma_range_matches[] = { const struct of_device_id vc4_dma_range_matches[] = {
{ .compatible = "brcm,bcm2835-hvs" }, { .compatible = "brcm,bcm2835-hvs" },
{ .compatible = "raspberrypi,rpi-firmware-kms" },
{ .compatible = "brcm,bcm2835-v3d" }, { .compatible = "brcm,bcm2835-v3d" },
{ .compatible = "brcm,cygnus-v3d" }, { .compatible = "brcm,cygnus-v3d" },
{ .compatible = "brcm,vc4-v3d" }, { .compatible = "brcm,vc4-v3d" },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册