Home
last modified time | relevance | path

Searched refs:scanline (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_trace.h31 __array(u32, scanline, 3)
59 __array(u32, scanline, 3)
89 __field(u32, scanline)
117 __field(u32, scanline)
141 __field(u32, scanline)
196 __field(u32, scanline)
247 __field(u32, scanline)
289 __field(u32, scanline)
319 __field(u32, scanline)
350 __field(u32, scanline)
[all …]
H A Dintel_vblank.c185 u32 scanline; in __intel_get_crtc_scanline_from_timestamp() local
187 scanline = intel_crtc_scanlines_since_frame_timestamp(crtc); in __intel_get_crtc_scanline_from_timestamp()
188 scanline = min(scanline, vtotal - 1); in __intel_get_crtc_scanline_from_timestamp()
189 scanline = (scanline + vblank_start) % vtotal; in __intel_get_crtc_scanline_from_timestamp()
191 return scanline; in __intel_get_crtc_scanline_from_timestamp()
H A Dintel_crtc.c537 int scanline, min, max, vblank_start; in intel_pipe_update_start() local
579 scanline = intel_get_crtc_scanline(crtc); in intel_pipe_update_start()
580 if (scanline < min || scanline > max) in intel_pipe_update_start()
616 while (need_vlv_dsi_wa && scanline == vblank_start) in intel_pipe_update_start()
617 scanline = intel_get_crtc_scanline(crtc); in intel_pipe_update_start()
619 crtc->debug.scanline_start = scanline; in intel_pipe_update_start()
H A Dintel_hdmi.c1464 u32 scanline; in kbl_repositioning_enc_en_signal() local
1468 scanline = intel_de_read(dev_priv, PIPEDSL(crtc->pipe)); in kbl_repositioning_enc_en_signal()
1469 if (scanline > 100 && scanline < 200) in kbl_repositioning_enc_en_signal()
/openbmc/qemu/ui/
H A Dvnc-enc-zywrle-template.c108 int width, int height, int scanline) in ZYWRLE_RGBYUV() argument
125 data += scanline - width; in ZYWRLE_RGBYUV()
130 int w, int h, int scanline, int level, in ZYWRLE_ANALYZE() argument
153 ZYWRLE_RGBYUV(buf, src, w, h, scanline); in ZYWRLE_ANALYZE()
156 ZYWRLE_PACK_COEFF(buf, dst, 3, w, h, scanline, l); in ZYWRLE_ANALYZE()
157 ZYWRLE_PACK_COEFF(buf, dst, 2, w, h, scanline, l); in ZYWRLE_ANALYZE()
158 ZYWRLE_PACK_COEFF(buf, dst, 1, w, h, scanline, l); in ZYWRLE_ANALYZE()
160 ZYWRLE_PACK_COEFF(buf, dst, 0, w, h, scanline, l); in ZYWRLE_ANALYZE()
H A Dvnc-enc-zywrle.h561 data += scanline-(w + uw); \
588 #define ZYWRLE_PACK_COEFF(buf, data, t, width, height, scanline, level) \ argument
589 ZYWRLE_TRANSFER_COEFF(buf, data, t, width, height, scanline, level, \
594 ZYWRLE_TRANSFER_COEFF(buf, data, t, width, height, scanline, level, \
614 end = (int*)(p + h * scanline); \
622 p += scanline - uw; \
626 p = data + h * scanline; \
627 end = (int*)(p + uh * scanline); \
635 p += scanline - w; \
639 p= data + w + h * scanline; \
[all …]
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1740scanline[i] = scanline[i] + (stbtt_uint8) ((x1 - x0) * max_weight >> STBTT_FIXSHIFT); in stbtt__fill_active_edges()
1753 scanline[i] = scanline[i] + (stbtt_uint8) max_weight; in stbtt__fill_active_edges()
1775 scanline = scanline_data; in stbtt__rasterize_sorted_edges()
1857 if (scanline != scanline_data) in stbtt__rasterize_sorted_edges()
1858 STBTT_free(scanline, userdata); in stbtt__rasterize_sorted_edges()
2075 scanline = scanline_data; in stbtt__rasterize_sorted_edges()
2077 scanline2 = scanline + result->w; in stbtt__rasterize_sorted_edges()
2088 STBTT_memset(scanline , 0, result->w*sizeof(scanline[0])); in stbtt__rasterize_sorted_edges()
2127 k = scanline[i] + sum; in stbtt__rasterize_sorted_edges()
2148 if (scanline != scanline_data) in stbtt__rasterize_sorted_edges()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7637.patch43 - * Calculate the pad-aligned scanline width of a surface
44 + * Calculate the pad-aligned scanline width of a surface. Return 0 in case of
58 + SDL_SetError("A scanline is too wide");
87 + SDL_SetError("A scanline is too wide");
93 + SDL_SetError("A scanline is too wide");
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c169 unsigned int scanline, required; in sun8i_vi_layer_update_coord() local
193 scanline = subsampled ? mixer->cfg->scanline_yuv : 2048; in sun8i_vi_layer_update_coord()
195 if (src_w > scanline) { in sun8i_vi_layer_update_coord()
198 hn = scanline; in sun8i_vi_layer_update_coord()
/openbmc/linux/Documentation/fb/
H A Dframebuffer.rst167 After each scanline the electron beam has to move back to the left side of the
183 to paint the 640 (xres) pixels on one scanline. But the horizontal retrace
184 also takes time (e.g. 272 `pixels`), so a full scanline takes::
206 Since the monitor doesn't know when a new scanline starts, the graphics board
208 scanline. Similarly it supplies a synchronization pulse (vertical sync or
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c1178 int mipi_dsi_dcs_set_tear_scanline(struct mipi_dsi_device *dsi, u16 scanline) in mipi_dsi_dcs_set_tear_scanline() argument
1180 u8 payload[2] = { scanline >> 8, scanline & 0xff }; in mipi_dsi_dcs_set_tear_scanline()
/openbmc/linux/include/drm/
H A Ddrm_mipi_dsi.h293 int mipi_dsi_dcs_set_tear_scanline(struct mipi_dsi_device *dsi, u16 scanline);
/openbmc/linux/Documentation/input/devices/
H A Dsentelic.rst783 (Note that position unit is in 0.5 scanline)
792 (Note that position unit is in 0.5 scanline)
797 (Note that position unit is in 0.5 scanline)
802 (Note that position unit is in 0.5 scanline)
/openbmc/linux/Documentation/admin-guide/
H A Dsvga.rst232 - Added 480-scanline modes (especially useful for notebooks,
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst3166 Current scanline
3167 The scanline counts from the top line of the first field
/openbmc/linux/Documentation/gpu/
H A Dtodo.rst426 The maximum width depends on the hardware's maximum scanline pitch. The