Home
last modified time | relevance | path

Searched full:vertical (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/linux-6.12.1/drivers/media/i2c/
Dsaa711x_regs.h120 /* Vertical scaling */
166 /* Vertical scaling */
345 "Vertical offset for slicer"},
347 "Field offset and MSBs for horizontal and vertical offset"},
365 "Vertical sync and Field ID source selection, retimed V and F signals"},
398 "Task A: Vertical input window start"},
400 "Task A: Vertical input window length"},
404 "Task A: Vertical output window length"},
434 /* Task A: Vertical scaling */
436 "Task A: Vertical luminance scaling increment"},
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_tv_regs.h66 /* Encoder test pattern 2 - full screen vertical 75% color bars */
279 * Offset to start of vertical colorburst, measured in one less than the
280 * number of lines from vertical start.
285 * Offset to the end of vertical colorburst, measured in one less than the
293 * Offset to start of vertical colorburst, measured in one less than the
294 * number of lines from vertical start.
299 * Offset to the end of vertical colorburst, measured in one less than the
307 * Offset to start of vertical colorburst, measured in one less than the
308 * number of lines from vertical start.
313 * Offset to the end of vertical colorburst, measured in one less than the
[all …]
Ddvo_ns2501.c75 #define NS2501_C0_VSYNC (1<<2) /* synchronize vertical with input */
106 * vertical at 10,11. The scale factor is computed as
109 #define NS2501_REG10 0x10 /* low-byte vertical scaler */
110 #define NS2501_REG11 0x11 /* high-byte vertical scaler */
125 #define NS2501_REGC5 0xc5 /* low-byte vertical display start */
126 #define NS2501_REGC6 0xc6 /* high-byte vertical display start */
127 #define NS2501_REGC7 0xc7 /* low-byte vertical display stop */
128 #define NS2501_REGC8 0xc8 /* high-byte vertical display stop */
132 * the vertical sync. If automatic syncing is enabled, and the
150 * in horizontal and vertical position and hence allow to shift
[all …]
/linux-6.12.1/Documentation/fb/
Dviafb.modes12 # Horizontal Vertical
37 # Horizontal Vertical
58 # Horizontal Vertical
79 # Horizontal Vertical
100 # Horizontal Vertical
121 # Horizontal Vertical
142 # Horizontal Vertical
163 # Horizontal Vertical
184 # Horizontal Vertical
206 # Horizontal Vertical
[all …]
Dframebuffer.rst170 this is called the vertical retrace. During both the horizontal and vertical
192 A full screen counts 480 (yres) lines, but we have to consider the vertical
197 The vertical scanrate is about 59 Hz::
202 stable picture without visible flicker, VESA recommends a vertical scanrate of
208 scanline. Similarly it supplies a synchronization pulse (vertical sync or
214 vertical retrace time is the sum of the upper margin, the lower margin and the
253 (in picoseconds, 1E-12 s), and vertical timings in number of scanlines.
272 - vsync_len: length of vertical sync
290 3) vertical timings:
/linux-6.12.1/tools/perf/pmu-events/arch/x86/snowridgex/
Duncore-interconnect.json1836 "BriefDescription": "Distress signal asserted : Vertical",
1842 …"PublicDescription": "Distress signal asserted : Vertical : Counts the number of cycles either the…
3161 "BriefDescription": "Messages that bounced on the Vertical Ring. : AD",
3167 …iption": "Messages that bounced on the Vertical Ring. : AD : Number of cycles incoming messages fr…
3172 … "BriefDescription": "Messages that bounced on the Vertical Ring. : Acknowledgements to core",
3178 …essages that bounced on the Vertical Ring. : Acknowledgements to core : Number of cycles incoming …
3183 "BriefDescription": "Messages that bounced on the Vertical Ring.",
3189 …scription": "Messages that bounced on the Vertical Ring. : Number of cycles incoming messages from…
3194 "BriefDescription": "Messages that bounced on the Vertical Ring. : Data Responses to core",
3200 …Messages that bounced on the Vertical Ring. : Data Responses to core : Number of cycles incoming m…
[all …]
Duncore-cache.json1282 "BriefDescription": "Distress signal asserted : Vertical",
1288 …"PublicDescription": "Distress signal asserted : Vertical : Counts the number of cycles either the…
2720 "BriefDescription": "Messages that bounced on the Vertical Ring. : AD",
2726 …iption": "Messages that bounced on the Vertical Ring. : AD : Number of cycles incoming messages fr…
2731 … "BriefDescription": "Messages that bounced on the Vertical Ring. : Acknowledgements to core",
2737 …essages that bounced on the Vertical Ring. : Acknowledgements to core : Number of cycles incoming …
2742 "BriefDescription": "Messages that bounced on the Vertical Ring.",
2748 …scription": "Messages that bounced on the Vertical Ring. : Number of cycles incoming messages from…
2753 "BriefDescription": "Messages that bounced on the Vertical Ring. : Data Responses to core",
2759 …Messages that bounced on the Vertical Ring. : Data Responses to core : Number of cycles incoming m…
[all …]
Duncore-io.json6242 "BriefDescription": "Distress signal asserted : Vertical",
6248 …"PublicDescription": "Distress signal asserted : Vertical : Counts the number of cycles either the…
7482 "BriefDescription": "Messages that bounced on the Vertical Ring. : AD",
7488 …iption": "Messages that bounced on the Vertical Ring. : AD : Number of cycles incoming messages fr…
7493 … "BriefDescription": "Messages that bounced on the Vertical Ring. : Acknowledgements to core",
7499 …essages that bounced on the Vertical Ring. : Acknowledgements to core : Number of cycles incoming …
7504 "BriefDescription": "Messages that bounced on the Vertical Ring.",
7510 …scription": "Messages that bounced on the Vertical Ring. : Number of cycles incoming messages from…
7515 "BriefDescription": "Messages that bounced on the Vertical Ring. : Data Responses to core",
7521 …Messages that bounced on the Vertical Ring. : Data Responses to core : Number of cycles incoming m…
[all …]
/linux-6.12.1/include/drm/
Ddrm_modes.h51 * @MODE_V_ILLEGAL: mode has illegal vertical timings
66 * @MODE_BAD_VVALUE: vertical timing was out of range
72 * @MODE_VSYNC_NARROW: vertical sync too narrow
73 * @MODE_VSYNC_WIDE: vertical sync too wide
74 * @MODE_VBLANK_NARROW: vertical blanking too narrow
75 * @MODE_VBLANK_WIDE: vertical blanking too wide
158 * @hz: Vertical refresh rate in Hertz
160 * @vd: Vertical resolution, height
173 * @vd: Vertical resolution, height
204 * @vdisplay: vertical display size
[all …]
Ddrm_rect.h40 * @y1: vertical starting coordinate (inclusive)
41 * @y2: vertical ending coordinate (exclusive)
114 * @dh: vertical adjustment
117 * and by @dh in the vertical direction, while keeping the center
134 * @dy: vertical translation
137 * and by @dy in the vertical direction.
151 * @y: vertical position
154 * and to @y in the vertical direction.
165 * @vert: vertical downscale factor
/linux-6.12.1/tools/perf/pmu-events/arch/x86/icelakex/
Duncore-interconnect.json2091 "BriefDescription": "Distress signal asserted : Vertical",
2097 …"PublicDescription": "Distress signal asserted : Vertical : Counts the number of cycles either the…
3904 "BriefDescription": "Messages that bounced on the Vertical Ring. : AD",
3910 …iption": "Messages that bounced on the Vertical Ring. : AD : Number of cycles incoming messages fr…
3915 … "BriefDescription": "Messages that bounced on the Vertical Ring. : Acknowledgements to core",
3921 …essages that bounced on the Vertical Ring. : Acknowledgements to core : Number of cycles incoming …
3926 "BriefDescription": "Messages that bounced on the Vertical Ring.",
3932 …scription": "Messages that bounced on the Vertical Ring. : Number of cycles incoming messages from…
3937 "BriefDescription": "Messages that bounced on the Vertical Ring. : Data Responses to core",
3943 …Messages that bounced on the Vertical Ring. : Data Responses to core : Number of cycles incoming m…
[all …]
Duncore-io.json6234 "BriefDescription": "Distress signal asserted : Vertical",
6240 …"PublicDescription": "Distress signal asserted : Vertical : Counts the number of cycles either the…
7804 "BriefDescription": "Messages that bounced on the Vertical Ring. : AD",
7810 …iption": "Messages that bounced on the Vertical Ring. : AD : Number of cycles incoming messages fr…
7815 … "BriefDescription": "Messages that bounced on the Vertical Ring. : Acknowledgements to core",
7821 …essages that bounced on the Vertical Ring. : Acknowledgements to core : Number of cycles incoming …
7826 "BriefDescription": "Messages that bounced on the Vertical Ring.",
7832 …scription": "Messages that bounced on the Vertical Ring. : Number of cycles incoming messages from…
7837 "BriefDescription": "Messages that bounced on the Vertical Ring. : Data Responses to core",
7843 …Messages that bounced on the Vertical Ring. : Data Responses to core : Number of cycles incoming m…
[all …]
/linux-6.12.1/arch/x86/boot/
Dvideo-vga.c144 out_idx(0x0c, crtc, 0x11); /* Vertical sync end, unlock CR0-7 */ in vga_set_480_scanlines()
145 out_idx(0x0b, crtc, 0x06); /* Vertical total */ in vga_set_480_scanlines()
146 out_idx(0x3e, crtc, 0x07); /* Vertical overflow */ in vga_set_480_scanlines()
147 out_idx(0xea, crtc, 0x10); /* Vertical sync start */ in vga_set_480_scanlines()
148 out_idx(0xdf, crtc, 0x12); /* Vertical display end */ in vga_set_480_scanlines()
149 out_idx(0xe7, crtc, 0x15); /* Vertical blank start */ in vga_set_480_scanlines()
150 out_idx(0x04, crtc, 0x16); /* Vertical blank end */ in vga_set_480_scanlines()
167 out_idx(ovfw, crtc, 0x07); /* Vertical overflow */ in vga_set_vertical_end()
168 out_idx(end, crtc, 0x12); /* Vertical display end */ in vga_set_vertical_end()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-dv-timings.rst110 (``V4L2_DV_VSYNC_POS_POL``) is for vertical sync polarity and bit
128 - Vertical front porch in lines. For interlaced formats this refers
132 - Vertical sync length in lines. For interlaced formats this refers
136 - Vertical back porch in lines. For interlaced formats this refers
140 - Vertical front porch in lines for the even field (aka field 2) of
144 - Vertical sync length in lines for the even field (aka field 2) of
148 - Vertical back porch in lines for the even field (aka field 2) of
258 vertical blanking intervals are reduced, allowing a higher
284 - Specific to interlaced formats: if set, then the vertical
286 longer and the vertical backporch of field 2 (aka the even field)
Dyuv-formats.rst28 While many combinations of subsampling factors in the horizontal and vertical
30 horizontal subsampling always larger than or equal to vertical subsampling.
34 - `4:2:2`: Horizontal subsampling by 2, no vertical subsampling
35 - `4:2:0`: Horizontal subsampling by 2, vertical subsampling by 2
36 - `4:1:1`: Horizontal subsampling by 4, no vertical subsampling
37 - `4:1:0`: Horizontal subsampling by 4, vertical subsampling by 4
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
Dia_css_sdis_common_types.h58 the number of vertical statistics. */
64 (= Vertical number of grid cells
70 (= Vertical number of grid cells
86 the number of vertical statistics. */
92 (= Vertical number of grid cells
98 (= Vertical number of grid cells
107 u32 num_ver_coefs; /** Number of vertical coefficients. */
/linux-6.12.1/drivers/media/usb/stk1160/
Dstk1160-reg.h37 * Byte 105: Vertical Decimation Line Unit Count
47 * Bit 2 - Vertical Decimation Control
48 * 0 Vertical decimation is disabled.
49 * 1 Vertical decimation is enabled.
50 * Bit 3 - Vertical Greater or Equal to Half
/linux-6.12.1/tools/perf/pmu-events/arch/x86/knightslanding/
Duncore-cache.json1505 "BriefDescription": "CMS Vertical ADS Used",
1514 "BriefDescription": "CMS Vertical ADS Used",
1523 "BriefDescription": "CMS Vertical ADS Used",
1532 "BriefDescription": "CMS Vertical ADS Used",
1541 "BriefDescription": "CMS Vertical ADS Used",
1550 "BriefDescription": "CMS Vertical ADS Used",
1559 "BriefDescription": "CMS Vertical Egress Bypass. AD ring agent 0",
1568 "BriefDescription": "CMS Vertical Egress Bypass. AD ring agent 1",
1577 "BriefDescription": "CMS Vertical Egress Bypass. AK ring agent 0",
1586 "BriefDescription": "CMS Vertical Egress Bypass. AK ring agent 1",
[all …]
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/
Dia_css_cnr2_types.h26 * If you see blurred color on vertical edges,
47 u16 sense_gain_hy; /** Sensitivity of vertical edge of Y.
49 u16 sense_gain_hu; /** Sensitivity of vertical edge of U.
51 u16 sense_gain_hv; /** Sensitivity of vertical edge of V.
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.h86 * @ init_phase_y: vertical initial phase
87 * @ phase_step_y: vertical phase step
89 * @ preload_y: vertical preload value
162 * @num_ext_pxls_tb: Number of total vertical lines
237 * @vert_decimate: Vertical decimation factor
243 * @preload_y: Vertical preload value
319 * @creq_vblank: creq value generated to vbif during vertical blanking
320 * @danger_vblank: danger value generated during vertical blanking
/linux-6.12.1/tools/perf/pmu-events/arch/x86/skylakex/
Duncore-interconnect.json1724 "BriefDescription": "FaST wire asserted; Vertical",
2107 "BriefDescription": "Messages that bounced on the Vertical Ring.; AD",
2113 …"PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced,…
2118 "BriefDescription": "Messages that bounced on the Vertical Ring.; Acknowledgements to core",
2124 …"PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced,…
2129 "BriefDescription": "Messages that bounced on the Vertical Ring.; Data Responses to core",
2135 …"PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced,…
2140 … "BriefDescription": "Messages that bounced on the Vertical Ring.; Snoops of processor's cache.",
2146 …"PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced,…
2201 "BriefDescription": "Sink Starvation on Vertical Ring; AD",
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/cascadelakex/
Duncore-interconnect.json1724 "BriefDescription": "FaST wire asserted; Vertical",
2187 "BriefDescription": "Messages that bounced on the Vertical Ring.; AD",
2193 …"PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced,…
2198 "BriefDescription": "Messages that bounced on the Vertical Ring.; Acknowledgements to core",
2204 …"PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced,…
2209 "BriefDescription": "Messages that bounced on the Vertical Ring.; Data Responses to core",
2215 …"PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced,…
2220 … "BriefDescription": "Messages that bounced on the Vertical Ring.; Snoops of processor's cache.",
2226 …"PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced,…
2281 "BriefDescription": "Sink Starvation on Vertical Ring; AD",
[all …]
/linux-6.12.1/Documentation/sphinx-static/
Dtheme_rtd_colors.css13 .wy-menu-vertical li.current a {
17 .wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
/linux-6.12.1/drivers/gpu/drm/
Ddrm_rect.c84 * the corresponding amounts, retaining the vertical and horizontal scaling
187 * drm_rect_calc_vscale - calculate the vertical scaling factor
190 * @min_vscale: minimum allowed vertical scaling factor
191 * @max_vscale: maximum allowed vertical scaling factor
193 * Calculate the vertical scaling factor as
201 * The vertical scaling factor, or errno of out of limits.
249 * to the vertical axis of the untransformed coordinate
316 * to the vertical axis of the original untransformed
/linux-6.12.1/drivers/gpu/drm/hisilicon/kirin/
Ddw_dsi_reg.h51 #define VID_VSA_LINES 0x54 /* Vertical Sync Active period */
52 #define VID_VBP_LINES 0x58 /* Vertical Back Porch period */
53 #define VID_VFP_LINES 0x5C /* Vertical Front Porch period */
54 #define VID_VACTIVE_LINES 0x60 /* Vertical resolution */

12345678910>>...29