From a9701b22c1e32fbca5a7009342e91354f8283dcc Mon Sep 17 00:00:00 2001 From: jianjunm Date: Fri, 26 Jul 2024 10:45:59 +0800 Subject: [PATCH] gpu: host1x-fence: support for t264 host1x-fence driver is updated to support t264. Bug 4132685 Change-Id: I239d12864d6336cc6acca2265dbec3cd05ee629b Signed-off-by: jianjunm --- drivers/gpu/host1x-fence/dev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/host1x-fence/dev.c b/drivers/gpu/host1x-fence/dev.c index 9aabc86f..12350d8e 100644 --- a/drivers/gpu/host1x-fence/dev.c +++ b/drivers/gpu/host1x-fence/dev.c @@ -39,6 +39,7 @@ static int dev_file_open(struct inode *inode, struct file *file) { .compatible = "nvidia,tegra186-host1x", }, { .compatible = "nvidia,tegra194-host1x", }, { .compatible = "nvidia,tegra234-host1x", }, + { .compatible = "nvidia,tegra264-host1x", }, {}, };