/Linux-v5.10/Documentation/devicetree/bindings/display/panel/ |
D | advantech,idk-2121wr.yaml | 15 A dual-LVDS interface is a dual-link connection with even pixels traveling 16 on one link, and with odd pixels traveling on the other link. 18 The panel expects odd pixels on the first port, and even pixels on the 20 dual-lvds-odd-pixels or dual-lvds-even-pixels). 44 description: The sink for odd pixels. 49 dual-lvds-odd-pixels: true 53 - dual-lvds-odd-pixels 57 description: The sink for even pixels. 62 dual-lvds-even-pixels: true 66 - dual-lvds-even-pixels [all …]
|
D | panel-timing.yaml | 66 description: Horizontal panel resolution in pixels 70 description: Vertical panel resolution in pixels 78 description: typical number of pixels 83 description: min, typ, max number of pixels 91 description: typical number of pixels 96 description: min, typ, max number of pixels 104 description: typical number of pixels 109 description: min, typ, max number of pixels
|
/Linux-v5.10/include/media/davinci/ |
D | vpbe_osd.h | 150 * @OSD_0_VID_8: OSD pixels are fully transparent 151 * @OSD_1_VID_7: OSD pixels contribute 1/8, video pixels contribute 7/8 152 * @OSD_2_VID_6: OSD pixels contribute 2/8, video pixels contribute 6/8 153 * @OSD_3_VID_5: OSD pixels contribute 3/8, video pixels contribute 5/8 154 * @OSD_4_VID_4: OSD pixels contribute 4/8, video pixels contribute 4/8 155 * @OSD_5_VID_3: OSD pixels contribute 5/8, video pixels contribute 3/8 156 * @OSD_6_VID_2: OSD pixels contribute 6/8, video pixels contribute 2/8 157 * @OSD_8_VID_0: OSD pixels are fully opaque 193 * @H_WIDTH_4: horizontal line width is 4 pixels 194 * @H_WIDTH_8: horizontal line width is 8 pixels [all …]
|
/Linux-v5.10/drivers/video/fbdev/ |
D | c2p_iplan2.c | 21 * Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words 23 * - 16 8-bit chunky pixels on input 76 * @dx: Horizontal destination offset (in pixels) 77 * @dy: Vertical destination offset (in pixels) 78 * @width: Image width (in pixels) 79 * @height: Image height (in pixels) 89 u8 pixels[16]; in c2p_iplan2() member 109 memset(d.pixels, 0, sizeof(d)); in c2p_iplan2() 110 memcpy(d.pixels+dst_idx, c, width); in c2p_iplan2() 121 memset(d.pixels, 0, dst_idx); in c2p_iplan2() [all …]
|
D | c2p_planar.c | 21 * Perform a full C2P step on 32 8-bit pixels, stored in 8 32-bit words 23 * - 32 8-bit chunky pixels on input 76 * @dx: Horizontal destination offset (in pixels) 77 * @dy: Vertical destination offset (in pixels) 78 * @width: Image width (in pixels) 79 * @height: Image height (in pixels) 91 u8 pixels[32]; in c2p_planar() member 109 memset(d.pixels, 0, sizeof(d)); in c2p_planar() 110 memcpy(d.pixels+dst_idx, c, width); in c2p_planar() 122 memset(d.pixels, 0, dst_idx); in c2p_planar() [all …]
|
D | sticore.h | 85 s16 onscreen_x; /* screen width in pixels */ 86 s16 onscreen_y; /* screen height in pixels */ 87 s16 offscreen_x; /* offset width in pixels */ 88 s16 offscreen_y; /* offset height in pixels */ 89 s16 total_x; /* frame buffer width in pixels */ 90 s16 total_y; /* frame buffer height in pixels */ 164 s16 onscreen_x; /* screen width in pixels */ 165 s16 onscreen_y; /* screen height in pixels */ 166 s16 offscreen_x; /* offscreen width in pixels */ 167 s16 offscreen_y; /* offscreen height in pixels */ [all …]
|
/Linux-v5.10/drivers/gpu/drm/tiny/ |
D | repaper.c | 198 /* pixels on display are numbered from 1 so even is actually bits 1,3,5,... */ 207 u8 pixels = data[b] & 0xaa; in repaper_even_pixels() local 212 pixel_mask = (mask[b] ^ pixels) & 0xaa; in repaper_even_pixels() 218 pixels = 0xaa | ((pixels ^ 0xaa) >> 1); in repaper_even_pixels() 221 pixels = 0x55 + ((pixels ^ 0xaa) >> 1); in repaper_even_pixels() 224 pixels = 0x55 | (pixels ^ 0xaa); in repaper_even_pixels() 227 pixels = 0xaa | (pixels >> 1); in repaper_even_pixels() 231 pixels = (pixels & pixel_mask) | (~pixel_mask & 0x55); in repaper_even_pixels() 232 p1 = (pixels >> 6) & 0x03; in repaper_even_pixels() 233 p2 = (pixels >> 4) & 0x03; in repaper_even_pixels() [all …]
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_of.c | 295 of_property_read_bool(port_node, "dual-lvds-even-pixels"); in drm_of_lvds_get_port_pixels_type() 297 of_property_read_bool(port_node, "dual-lvds-odd-pixels"); in drm_of_lvds_get_port_pixels_type() 346 * An LVDS dual-link connection is made of two links, with even pixels 347 * transitting on one link, and odd pixels on the other link. This function 349 * the even and odd pixels, based on the requirements of the connected sink. 351 * The pixel order is determined from the dual-lvds-even-pixels and 352 * dual-lvds-odd-pixels properties in the sink's DT port nodes. If those 360 * pixels. 363 * * DRM_LVDS_DUAL_LINK_EVEN_ODD_PIXELS - @port1 carries even pixels and @port2 364 * carries odd pixels [all …]
|
/Linux-v5.10/drivers/gpu/drm/i915/gvt/ |
D | fb_decoder.h | 112 u32 x_offset; /* in pixels */ 114 u32 width; /* in pixels */ 127 u32 x_pos; /* in pixels */ 129 u32 x_offset; /* in pixels */ 131 u32 width; /* in pixels */ 143 u32 x_pos; /* in pixels */ 147 u32 width; /* in pixels */ 149 u32 x_hot; /* in pixels */ 150 u32 y_hot; /* in pixels */
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-cropcap.rst | 43 support cropping and/or scaling and/or have non-square pixels, and for 66 and height are defined in pixels, the driver writer is free to 80 to get square pixels. 82 When cropping coordinates refer to square pixels, the driver sets 109 pixels. 113 pixels. 116 - Width of the rectangle, in pixels. 119 - Height of the rectangle, in pixels.
|
D | selection-api-configuration.rst | 34 in pixels. 51 coordinates are expressed in pixels. The rectangle's top/left corner 70 ``V4L2_SEL_TGT_COMPOSE_PADDED``. It contains all pixels defined using 72 during insertion process. All pixels outside this rectangle *must not* 73 be changed by the hardware. The content of pixels that lie inside the 75 use the padded and active rectangles to detect where the rubbish pixels 91 All coordinates are expressed in pixels. The top/left corner is always 109 target. The rectangle's coordinates are expressed in pixels. The 126 ``V4L2_SEL_TGT_COMPOSE_PADDED`` identifier. It must contain all pixels
|
D | v4l2-selection-targets.rst | 34 This includes only active pixels and excludes other non-active 35 pixels such as black pixels. 68 - The active area and all padding pixels that are inserted or
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
D | ia_css_s3a_types.h | 93 (1BQ means {Gr,R,B,Gb}(2x2 pixels).) 111 * awb_lg_*: Thresholds to check the saturated bayer pixels for AWB. 170 s32 awb_cnt; /** Number of effective pixels 172 Pixels passed by the AWB level gate check are 175 All Gr pixels (not only for effective pixels) 178 All R pixels (not only for effective pixels) 181 All B pixels (not only for effective pixels) 184 All Gb pixels (not only for effective pixels)
|
/Linux-v5.10/Documentation/fb/ |
D | api.rst | 46 Pixels are stored in memory in hardware-dependent formats. Applications need 93 Pixels are black or white and stored on a number of bits (typically one) 96 Black pixels are represented by all bits set to 1 and white pixels by all bits 97 set to 0. When the number of bits per pixel is smaller than 8, several pixels 104 Pixels are black or white and stored on a number of bits (typically one) 107 Black pixels are represented by all bits set to 0 and white pixels by all bits 108 set to 1. When the number of bits per pixel is smaller than 8, several pixels 115 Pixels are broken into red, green and blue components, and each component 133 Pixels are broken into red, green and blue components, and each component 141 Pixels are encoded and interpreted as described by the format FOURCC [all …]
|
/Linux-v5.10/drivers/staging/media/rkisp1/uapi/ |
D | rkisp1-config.h | 179 * @h_offs: the horizontal offset of the window from the left of the frame in pixels. 180 * @v_offs: the vertical offset of the window from the top of the frame in pixels. 181 * @h_size: the horizontal size of the window in pixels 182 * @v_size: the vertical size of the window in pixels. 218 * @bls_samples: Set amount of measured pixels for each Bayer position 397 * @awb_wnd: white balance measurement window (in pixels) 398 * @max_y: only pixels values < max_y contribute to awb measurement, set to 0 400 * @min_y: only pixels values > min_y contribute to awb measurement 401 * @max_csum: Chrominance sum maximum value, only consider pixels with Cb+Cr, 403 * @min_c: Chrominance minimum value, only consider pixels with Cb/Cr [all …]
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/ |
D | ia_css_ob2_types.h | 31 ia_css_u0_16 level_gr; /** Black level for GR pixels. 34 ia_css_u0_16 level_r; /** Black level for R pixels. 37 ia_css_u0_16 level_b; /** Black level for B pixels. 40 ia_css_u0_16 level_gb; /** Black level for GB pixels.
|
/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | chipone_icn8318.txt | 8 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels) 9 - touchscreen-size-y : vertical resolution of touchscreen (in pixels) 16 device (in pixels) 18 device (in pixels)
|
D | cyttsp.txt | 18 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels) 19 - touchscreen-size-y : vertical resolution of touchscreen (in pixels) 21 (in pixels) 23 (in pixels) 24 - active-distance : the distance in pixels beyond which a touch must move
|
D | brcm,iproc-touchscreen.txt | 53 - touchscreen-size-x: horizontal resolution of touchscreen (in pixels) 54 - touchscreen-size-y: vertical resolution of touchscreen (in pixels) 56 device (in pixels) 58 device (in pixels)
|
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_util.h | 144 * @num_ext_pxls_lr: Number of total horizontal pixels 146 * @left_ftch: Number of extra pixels to overfetch from left 147 * @right_ftch: Number of extra pixels to overfetch from right 150 * @left_rpt: Number of extra pixels to repeat from left 151 * @right_rpt: Number of extra pixels to repeat from right 157 * Number of pixels ext in left, right, top and bottom direction 164 * Number of pixels needs to be overfetched in left, right, top 172 * Number of pixels needs to be repeated in left, right, top and
|
/Linux-v5.10/include/uapi/linux/ |
D | omap3isp.h | 343 * @fmtlnh: Number of pixels in horizontal direction to use for the data 347 * @initial_x: X position, in pixels, of the first active pixel in reference 349 * @initial_y: Y position, in pixels, of the first active pixel in reference 384 * struct omap3isp_ccdc_fpc - Faulty Pixels Correction 385 * @fpnum: Number of faulty pixels to be corrected in the frame. 395 * @b_mg: B/Mg pixels. 2's complement. -128 to +127. 396 * @gb_g: Gb/G pixels. 2's complement. -128 to +127. 397 * @gr_cy: Gr/Cy pixels. 2's complement. -128 to +127. 398 * @r_ye: R/Ye pixels. 2's complement. -128 to +127. 425 * @blcomp: Black level compensation value for RGrGbB Pixels. 2's complement. [all …]
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/ |
D | ia_css_ob_types.h | 43 ia_css_u0_16 level_gr; /** Black level for GR pixels 47 ia_css_u0_16 level_r; /** Black level for R pixels 51 ia_css_u0_16 level_b; /** Black level for B pixels 55 ia_css_u0_16 level_gb; /** Black level for GB pixels
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/ |
D | inputfifo.c | 51 * rgb: for two pixels per clock, the R and B values are sent 248 /* for RGB in two_ppc, we only actually send 2 pixels per in inputfifo_send_line2() 249 * clock in the even pixels (0, 2 etc). In the other cycles, in inputfifo_send_line2() 267 /* Additional increment because we send 2 pixels */ in inputfifo_send_line2() 278 /* for RGB in two_ppc, we only actually send 2 pixels per in inputfifo_send_line2() 279 * clock in the even pixels (0, 2 etc). In the other cycles, in inputfifo_send_line2() 297 /* Additional increment because we send 2 pixels */ in inputfifo_send_line2() 339 * - two_ppc: boolean, describes whether to send one or two pixels per clock 340 * cycle. In this mode, we sent pixels N and N+1 in the same cycle, 351 * This function does not do any reordering of pixels, the caller must make
|
/Linux-v5.10/tools/edid/ |
D | edid.S | 172 /* X resolution, less 31, divided by 8 (256-2288 pixels) */ 184 /* Horizontal active pixels 8 lsbits (0-4095) */ 186 /* Horizontal blanking pixels 8 lsbits (0-4095) 189 /* Bits 7-4 Horizontal active pixels 4 msbits 190 Bits 3-0 Horizontal blanking pixels 4 msbits */ 201 /* Horizontal sync offset pixels 8 lsbits (0-1023) From blanking start */ 203 /* Horizontal sync pulse width pixels 8 lsbits (0-1023) */ 208 /* Bits 7-6 Horizontal sync offset pixels 2 msbits 209 Bits 5-4 Horizontal sync pulse width pixels 2 msbits 224 /* Horizontal border pixels (each side; total is twice this) */
|
/Linux-v5.10/include/xen/interface/io/ |
D | fbif.h | 60 int32_t width; /* width in pixels */ 61 int32_t height; /* height in pixels */ 112 int32_t width; /* width of the framebuffer (in pixels) */ 113 int32_t height; /* height of the framebuffer (in pixels) */ 114 uint32_t line_length; /* length of a row of pixels (in bytes) */
|