diff options
author | Dave Airlie <airlied@redhat.com> | 2014-10-20 02:30:50 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-12-08 18:56:48 -0500 |
commit | 6f134d7bb4347ab4c66ef123efb838fedb54186f (patch) | |
tree | 4e7d66d7668fef9e6d1a5714b2bba2280613418c /Documentation/DocBook/drm.tmpl | |
parent | 40d9b043a89e2301e1f97ade055a73ecc28e9afe (diff) |
drm/tile: expose the tile property to userspace (v3)
This takes the tiling info from the connector and
exposes it to userspace, as a blob object in a
connector property.
The contents of the blob is ABI.
v2: add property + function documentation.
v3: move property setup from previous patch.
add boilerplate + fix long line (Daniel)
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index bc4b5ab5848e..60c1063d4178 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -2551,7 +2551,7 @@ void intel_crt_init(struct drm_device *dev) | |||
2551 | </tr> | 2551 | </tr> |
2552 | <tr> | 2552 | <tr> |
2553 | <td rowspan="23" valign="top" >DRM</td> | 2553 | <td rowspan="23" valign="top" >DRM</td> |
2554 | <td rowspan="3" valign="top" >Generic</td> | 2554 | <td rowspan="4" valign="top" >Generic</td> |
2555 | <td valign="top" >“EDID”</td> | 2555 | <td valign="top" >“EDID”</td> |
2556 | <td valign="top" >BLOB | IMMUTABLE</td> | 2556 | <td valign="top" >BLOB | IMMUTABLE</td> |
2557 | <td valign="top" >0</td> | 2557 | <td valign="top" >0</td> |
@@ -2573,6 +2573,13 @@ void intel_crt_init(struct drm_device *dev) | |||
2573 | <td valign="top" >Contains topology path to a connector.</td> | 2573 | <td valign="top" >Contains topology path to a connector.</td> |
2574 | </tr> | 2574 | </tr> |
2575 | <tr> | 2575 | <tr> |
2576 | <td valign="top" >“TILE”</td> | ||
2577 | <td valign="top" >BLOB | IMMUTABLE</td> | ||
2578 | <td valign="top" >0</td> | ||
2579 | <td valign="top" >Connector</td> | ||
2580 | <td valign="top" >Contains tiling information for a connector.</td> | ||
2581 | </tr> | ||
2582 | <tr> | ||
2576 | <td rowspan="1" valign="top" >Plane</td> | 2583 | <td rowspan="1" valign="top" >Plane</td> |
2577 | <td valign="top" >“type”</td> | 2584 | <td valign="top" >“type”</td> |
2578 | <td valign="top" >ENUM | IMMUTABLE</td> | 2585 | <td valign="top" >ENUM | IMMUTABLE</td> |