diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-03-28 11:53:47 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-03-29 02:33:25 -0400 |
commit | 75b94cd96f311a8459720d01da698b6bc2ab88f4 (patch) | |
tree | 09d06e5663a5a33d39a5f0955841ad0a27da253d | |
parent | 86cc921cb4aa8fb213dfbe68540a8a6c02f54840 (diff) |
drm/doc: remove standard connector props from the csv file
They're properly documented in drm_connector.c now, and this
csv file is a horrible mess. Better to remove it.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20170328155349.5972-1-daniel.vetter@ffwll.ch
-rw-r--r-- | Documentation/gpu/kms-properties.csv | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/gpu/kms-properties.csv b/Documentation/gpu/kms-properties.csv index 981873a05d14..927b65e14219 100644 --- a/Documentation/gpu/kms-properties.csv +++ b/Documentation/gpu/kms-properties.csv | |||
@@ -1,10 +1,5 @@ | |||
1 | Owner Module/Drivers,Group,Property Name,Type,Property Values,Object attached,Description/Restrictions | 1 | Owner Module/Drivers,Group,Property Name,Type,Property Values,Object attached,Description/Restrictions |
2 | ,,“scaling mode”,ENUM,"{ ""None"", ""Full"", ""Center"", ""Full aspect"" }",Connector,"Supported by: amdgpu, gma500, i915, nouveau and radeon." | 2 | ,,“scaling mode”,ENUM,"{ ""None"", ""Full"", ""Center"", ""Full aspect"" }",Connector,"Supported by: amdgpu, gma500, i915, nouveau and radeon." |
3 | ,Connector,“EDID”,BLOB | IMMUTABLE,0,Connector,Contains id of edid blob ptr object. | ||
4 | ,,“DPMS”,ENUM,"{ “On”, “Standby”, “Suspend”, “Off” }",Connector,Contains DPMS operation mode value. | ||
5 | ,,“PATH”,BLOB | IMMUTABLE,0,Connector,Contains topology path to a connector. | ||
6 | ,,“TILE”,BLOB | IMMUTABLE,0,Connector,Contains tiling information for a connector. | ||
7 | ,,“CRTC_ID”,OBJECT,DRM_MODE_OBJECT_CRTC,Connector,CRTC that connector is attached to (atomic) | ||
8 | ,DVI-I,“subconnector”,ENUM,"{ “Unknown”, “DVI-D”, “DVI-A” }",Connector,TBD | 3 | ,DVI-I,“subconnector”,ENUM,"{ “Unknown”, “DVI-D”, “DVI-A” }",Connector,TBD |
9 | ,,“select subconnector”,ENUM,"{ “Automatic”, “DVI-D”, “DVI-A” }",Connector,TBD | 4 | ,,“select subconnector”,ENUM,"{ “Automatic”, “DVI-D”, “DVI-A” }",Connector,TBD |
10 | ,TV,“subconnector”,ENUM,"{ ""Unknown"", ""Composite"", ""SVIDEO"", ""Component"", ""SCART"" }",Connector,TBD | 5 | ,TV,“subconnector”,ENUM,"{ ""Unknown"", ""Composite"", ""SVIDEO"", ""Component"", ""SCART"" }",Connector,TBD |