mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Doc: Fix Diplay yaml
nvdisplay yaml file had incorrect driver directory path and missing iso_sid and niso_sid. To Fix: - Add correct driver path for OpenRm and DisplayServer - Add iso_sid and niso_sid details. Jira TDS-17085 Change-Id: Ib6136a168865be997a18cb15e5aaf9409eaf2ea0 Signed-off-by: Mihir Pradeep Garude <mgarude@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3311956 Reviewed-by: Shu Zhong <shuz@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
Jon Hunter
parent
7c0ab66c2a
commit
46c2c0bca3
@@ -20,6 +20,10 @@ maintainers:
|
|||||||
- Mihir Pradeep Garude
|
- Mihir Pradeep Garude
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
|
The compatibility = nvidia,tegra264-display-niso is mentioned in the following drivers
|
||||||
|
- For DisplayServer <TOP>/display/drivers/drivers/
|
||||||
|
- For OpenRM <TOP>/gpu/drv/
|
||||||
|
|
||||||
The following nodes use this compatibility
|
The following nodes use this compatibility
|
||||||
- /display@8808c00000/nvdisplay-niso
|
- /display@8808c00000/nvdisplay-niso
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# This program is free software; you can redistribute it and/or modify it
|
||||||
# under the terms and conditions of the GNU General Public License,
|
# under the terms and conditions of the GNU General Public License,
|
||||||
@@ -20,6 +20,10 @@ maintainers:
|
|||||||
- Mihir Pradeep Garude
|
- Mihir Pradeep Garude
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
|
The compatibility = nvidia,tegra264-display is mentioned in the following drivers
|
||||||
|
- For DisplayServer <TOP>/display/drivers/drivers/
|
||||||
|
- For OpenRM <TOP>/gpu/drv/
|
||||||
|
|
||||||
The following nodes use this compatibility
|
The following nodes use this compatibility
|
||||||
- /display@8808c00000
|
- /display@8808c00000
|
||||||
|
|
||||||
@@ -288,27 +292,18 @@ properties:
|
|||||||
enum:
|
enum:
|
||||||
- read-1
|
- read-1
|
||||||
|
|
||||||
|
|
||||||
iommus:
|
|
||||||
$ref: "/schemas/types.yaml#/definitions/uint32-matrix"
|
|
||||||
description: |
|
|
||||||
iommus are given by a tuple of 2 values:
|
|
||||||
- Phandle to the device
|
|
||||||
- Device ID
|
|
||||||
items:
|
|
||||||
minItems: 2
|
|
||||||
maxItems: 2
|
|
||||||
items:
|
|
||||||
- $ref: "/schemas/types.yaml#/definitions/uint32"
|
|
||||||
- $ref: "/schemas/types.yaml#/definitions/uint32"
|
|
||||||
minimum: 0x900
|
|
||||||
maximum: 0x900
|
|
||||||
|
|
||||||
non-coherent:
|
non-coherent:
|
||||||
$ref: "/schemas/types.yaml#/definitions/flag"
|
$ref: "/schemas/types.yaml#/definitions/flag"
|
||||||
|
|
||||||
single_stage_iso_smmu:
|
iso_sid:
|
||||||
$ref: "/schemas/types.yaml#/definitions/flag"
|
$ref: "/schemas/types.yaml#/definitions/uint32"
|
||||||
|
minimum: 0x900
|
||||||
|
maximum: 0x900
|
||||||
|
|
||||||
|
niso_sid:
|
||||||
|
$ref: "/schemas/types.yaml#/definitions/uint32"
|
||||||
|
minimum: 0x901
|
||||||
|
maximum: 0x901
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
|
|||||||
Reference in New Issue
Block a user