diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2014-04-25 13:14:32 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-05-22 08:10:39 -0400 |
commit | 111a9c1467483f41a39282ec9f8146133c5524c2 (patch) | |
tree | 38bd825c9026cbe65c71e25a0906e92f837446d2 /Documentation/DocBook | |
parent | 0e76718923ca71548636bf02adc48e6104e4fb05 (diff) |
drm/i915: Provide DPIO diagrams as docboox tables
The ascii art version of the DPIO diagram gets mangled by docbook, so
we can't use it there. Insted provide another version built using
<table>.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Chon Ming Lee <chon.ming.lee@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index b4f12d455166..9574bf24daaa 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -2940,6 +2940,92 @@ int num_ioctls;</synopsis> | |||
2940 | <sect2> | 2940 | <sect2> |
2941 | <title>DPIO</title> | 2941 | <title>DPIO</title> |
2942 | !Pdrivers/gpu/drm/i915/i915_reg.h DPIO | 2942 | !Pdrivers/gpu/drm/i915/i915_reg.h DPIO |
2943 | <table id="dpiox2"> | ||
2944 | <title>Dual channel PHY (VLV/CHV)</title> | ||
2945 | <tgroup cols="8"> | ||
2946 | <colspec colname="c0" /> | ||
2947 | <colspec colname="c1" /> | ||
2948 | <colspec colname="c2" /> | ||
2949 | <colspec colname="c3" /> | ||
2950 | <colspec colname="c4" /> | ||
2951 | <colspec colname="c5" /> | ||
2952 | <colspec colname="c6" /> | ||
2953 | <colspec colname="c7" /> | ||
2954 | <spanspec spanname="ch0" namest="c0" nameend="c3" /> | ||
2955 | <spanspec spanname="ch1" namest="c4" nameend="c7" /> | ||
2956 | <spanspec spanname="ch0pcs01" namest="c0" nameend="c1" /> | ||
2957 | <spanspec spanname="ch0pcs23" namest="c2" nameend="c3" /> | ||
2958 | <spanspec spanname="ch1pcs01" namest="c4" nameend="c5" /> | ||
2959 | <spanspec spanname="ch1pcs23" namest="c6" nameend="c7" /> | ||
2960 | <thead> | ||
2961 | <row> | ||
2962 | <entry spanname="ch0">CH0</entry> | ||
2963 | <entry spanname="ch1">CH1</entry> | ||
2964 | </row> | ||
2965 | </thead> | ||
2966 | <tbody valign="top" align="center"> | ||
2967 | <row> | ||
2968 | <entry spanname="ch0">CMN/PLL/REF</entry> | ||
2969 | <entry spanname="ch1">CMN/PLL/REF</entry> | ||
2970 | </row> | ||
2971 | <row> | ||
2972 | <entry spanname="ch0pcs01">PCS01</entry> | ||
2973 | <entry spanname="ch0pcs23">PCS23</entry> | ||
2974 | <entry spanname="ch1pcs01">PCS01</entry> | ||
2975 | <entry spanname="ch1pcs23">PCS23</entry> | ||
2976 | </row> | ||
2977 | <row> | ||
2978 | <entry>TX0</entry> | ||
2979 | <entry>TX1</entry> | ||
2980 | <entry>TX2</entry> | ||
2981 | <entry>TX3</entry> | ||
2982 | <entry>TX0</entry> | ||
2983 | <entry>TX1</entry> | ||
2984 | <entry>TX2</entry> | ||
2985 | <entry>TX3</entry> | ||
2986 | </row> | ||
2987 | <row> | ||
2988 | <entry spanname="ch0">DDI0</entry> | ||
2989 | <entry spanname="ch1">DDI1</entry> | ||
2990 | </row> | ||
2991 | </tbody> | ||
2992 | </tgroup> | ||
2993 | </table> | ||
2994 | <table id="dpiox1"> | ||
2995 | <title>Single channel PHY (CHV)</title> | ||
2996 | <tgroup cols="4"> | ||
2997 | <colspec colname="c0" /> | ||
2998 | <colspec colname="c1" /> | ||
2999 | <colspec colname="c2" /> | ||
3000 | <colspec colname="c3" /> | ||
3001 | <spanspec spanname="ch0" namest="c0" nameend="c3" /> | ||
3002 | <spanspec spanname="ch0pcs01" namest="c0" nameend="c1" /> | ||
3003 | <spanspec spanname="ch0pcs23" namest="c2" nameend="c3" /> | ||
3004 | <thead> | ||
3005 | <row> | ||
3006 | <entry spanname="ch0">CH0</entry> | ||
3007 | </row> | ||
3008 | </thead> | ||
3009 | <tbody valign="top" align="center"> | ||
3010 | <row> | ||
3011 | <entry spanname="ch0">CMN/PLL/REF</entry> | ||
3012 | </row> | ||
3013 | <row> | ||
3014 | <entry spanname="ch0pcs01">PCS01</entry> | ||
3015 | <entry spanname="ch0pcs23">PCS23</entry> | ||
3016 | </row> | ||
3017 | <row> | ||
3018 | <entry>TX0</entry> | ||
3019 | <entry>TX1</entry> | ||
3020 | <entry>TX2</entry> | ||
3021 | <entry>TX3</entry> | ||
3022 | </row> | ||
3023 | <row> | ||
3024 | <entry spanname="ch0">DDI2</entry> | ||
3025 | </row> | ||
3026 | </tbody> | ||
3027 | </tgroup> | ||
3028 | </table> | ||
2943 | </sect2> | 3029 | </sect2> |
2944 | </sect1> | 3030 | </sect1> |
2945 | 3031 | ||