From: Akash Goel <akash.goel@xxxxxxxxx> Updated drm documentation to include description of border size property Signed-off-by: Akash Goel <akash.goel@xxxxxxxxx> --- Documentation/DocBook/drm.tmpl | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index b314a42..2237fa78 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -2648,8 +2648,8 @@ void intel_crt_init(struct drm_device *dev) <td valign="top" >TBD</td> </tr> <tr> - <td rowspan="21" valign="top" >i915</td> - <td rowspan="3" valign="top" >Generic</td> + <td rowspan="25" valign="top" >i915</td> + <td rowspan="7" valign="top" >Generic</td> <td valign="top" >"Broadcast RGB"</td> <td valign="top" >ENUM</td> <td valign="top" >{ "Automatic", "Full", "Limited 16:235" }</td> @@ -2664,6 +2664,38 @@ void intel_crt_init(struct drm_device *dev) <td valign="top" >TBD</td> </tr> <tr> + <td valign="top" >“left border”</td> + <td valign="top" >RANGE</td> + <td valign="top" >Min=0, Max=256</td> + <td valign="top" >Crtc</td> + <td valign="top" >DRM CRTC property for varying the size of + the horizontal, vertical borders of the output/display + window.There are actually 4 separate properties so as + to allow an individual control on the size of each border + left/top/bottom/right</td> + </tr> + <tr> + <td valign="top" >“right border”</td> + <td valign="top" >RANGE</td> + <td valign="top" >Min=0, Max=256</td> + <td valign="top" >Crtc</td> + <td valign="top" >same as above</td> + </tr> + <tr> + <td valign="top" >“top border”</td> + <td valign="top" >RANGE</td> + <td valign="top" >Min=0, Max=256</td> + <td valign="top" >Crtc</td> + <td valign="top" >same as above</td> + </tr> + <tr> + <td valign="top" >“bottom border”</td> + <td valign="top" >RANGE</td> + <td valign="top" >Min=0, Max=256</td> + <td valign="top" >Crtc</td> + <td valign="top" >same as above</td> + </tr> + <tr> <td valign="top" >Standard name as in DRM</td> <td valign="top" >Standard type as in DRM</td> <td valign="top" >Standard value as in DRM</td> -- 1.9.2 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx