/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_trace.h | 31 __array(u32, scanline, 3) 40 __entry->scanline[it__->pipe] = intel_get_crtc_scanline(it__); 47 __entry->frame[PIPE_A], __entry->scanline[PIPE_A], 48 __entry->frame[PIPE_B], __entry->scanline[PIPE_B], 49 __entry->frame[PIPE_C], __entry->scanline[PIPE_C]) 59 __array(u32, scanline, 3) 69 __entry->scanline[it__->pipe] = intel_get_crtc_scanline(it__); 76 __entry->frame[PIPE_A], __entry->scanline[PIPE_A], 77 __entry->frame[PIPE_B], __entry->scanline[PIPE_B], 78 __entry->frame[PIPE_C], __entry->scanline[PIPE_C]) [all …]
|
H A D | intel_vblank.c | 185 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 D | intel_crtc.c | 537 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 D | intel_hdmi.c | 1464 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 D | vnc-enc-zywrle-template.c | 108 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 D | vnc-enc-zywrle.h | 561 data += scanline-(w + uw); \ 566 #define ZYWRLE_TRANSFER_COEFF(buf, data, t, w, h, scanline, level, TRANS) \ argument 588 #define ZYWRLE_PACK_COEFF(buf, data, t, width, height, scanline, level) \ argument 589 ZYWRLE_TRANSFER_COEFF(buf, data, t, width, height, scanline, level, \ 593 #define ZYWRLE_UNPACK_COEFF(buf, data, t, width, height, scanline, level) \ argument 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); \ [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1721 static void stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int m… in stbtt__fill_active_edges() argument 1740 … scanline[i] = scanline[i] + (stbtt_uint8) ((x1 - x0) * max_weight >> STBTT_FIXSHIFT); in stbtt__fill_active_edges() 1743 …scanline[i] = scanline[i] + (stbtt_uint8) (((STBTT_FIX - (x0 & STBTT_FIXMASK)) * max_weight) >> ST… in stbtt__fill_active_edges() 1748 … scanline[j] = scanline[j] + (stbtt_uint8) (((x1 & STBTT_FIXMASK) * max_weight) >> STBTT_FIXSHIFT); in stbtt__fill_active_edges() 1753 scanline[i] = scanline[i] + (stbtt_uint8) max_weight; in stbtt__fill_active_edges() 1770 unsigned char scanline_data[512], *scanline; in stbtt__rasterize_sorted_edges() local 1773 scanline = (unsigned char *) STBTT_malloc(result->w, userdata); in stbtt__rasterize_sorted_edges() 1775 scanline = scanline_data; in stbtt__rasterize_sorted_edges() 1781 STBTT_memset(scanline, 0, result->w); in stbtt__rasterize_sorted_edges() 1847 stbtt__fill_active_edges(scanline, result->w, active, max_weight); in stbtt__rasterize_sorted_edges() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | CVE-2019-7637.patch | 43 - * 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 D | sun8i_vi_layer.c | 169 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 D | framebuffer.rst | 167 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 D | drm_mipi_dsi.c | 1178 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 D | drm_mipi_dsi.h | 293 int mipi_dsi_dcs_set_tear_scanline(struct mipi_dsi_device *dsi, u16 scanline);
|
/openbmc/linux/Documentation/input/devices/ |
H A D | sentelic.rst | 783 (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 D | svga.rst | 232 - Added 480-scanline modes (especially useful for notebooks,
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | cx2341x-devel.rst | 3166 Current scanline 3167 The scanline counts from the top line of the first field
|
/openbmc/linux/Documentation/gpu/ |
H A D | todo.rst | 426 The maximum width depends on the hardware's maximum scanline pitch. The
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 23428 + def scanline(self, line): 23436 + v.scanline(line)
|