mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: Support nvidia,gp10b
In upstream T186 GPU has compatiblity string nvidia,gp10b. Add support for it to nvgpu. Bug 3030537 Change-Id: Ia1c7a2b5cd0fd0ce35f2860ee82638f767bf9845 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2376143 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
23f290a128
commit
ebd3b18d27
@@ -720,6 +720,12 @@ static struct of_device_id tegra_gk20a_of_match[] = {
|
||||
.data = &gm20b_tegra_platform },
|
||||
{ .compatible = "nvidia,tegra186-gp10b",
|
||||
.data = &gp10b_tegra_platform },
|
||||
/*
|
||||
* Upstream device trees use nvidia,gp10b instead of
|
||||
* nvidia,tegra186-gp10b used in downstream.
|
||||
*/
|
||||
{ .compatible = "nvidia,gp10b",
|
||||
.data = &gp10b_tegra_platform },
|
||||
{ .compatible = "nvidia,gv11b",
|
||||
.data = &gv11b_tegra_platform },
|
||||
#ifdef CONFIG_NVGPU_GR_VIRTUALIZATION
|
||||
|
||||
Reference in New Issue
Block a user