Lines Matching defs:base
1563 * drm_edid_header_is_valid - sanity check the header of the base EDID block
1564 * @raw_edid: pointer to raw base EDID block
1566 * Sanity check the header of the base EDID block.
1650 * drm_edid_block_valid - Sanity check the EDID block (base or extension)
1652 * @block: type of block to validate (0 for base, extension otherwise)
1656 * Validate a base or extension EDID block and optionally dump bad blocks to
1715 case 0: /* base */
1842 * is 1 (base block) + num_ext_blocks big. That means we can think
1911 connector->base.id, connector->name, num_modes);
1954 /* base block fetch */
1994 u8 *base;
2003 base = new;
2010 memcpy(base, block, EDID_LENGTH);
2011 base += EDID_LENGTH;
3279 struct displayid_hdr *base;
3293 base = (struct displayid_hdr *)&displayid[*idx];
3294 *length = *idx + sizeof(*base) + base->bytes;
5188 struct displayid_hdr *base;
5190 base = (struct displayid_hdr *)&displayid[idx];
5192 DRM_DEBUG_KMS("base revision 0x%x, length %d, %d %d\n",
5193 base->rev, base->bytes, base->prod_id, base->ext_count);
5196 dispid_length = sizeof(*base) + base->bytes + 1;
5348 * - other detailed modes from base block