Searched defs:block (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_mm.h219 static inline struct drm_mm *drm_get_mm(struct drm_mm_node *block) argument
221 return block->mm;
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.c128 * Return the 1-byte sum of all 128 bytes in the EDID data block.
129 * For the block to be valid, the sum of its bytes must be zero.
134 const uint8_t *edid_data) /* EDID data block */
136 int addr; /* Byte address within EDID block */
151 * Return zero if the EDID Base block passes all tests:
153 * * Length permits at least a complete 128-byte Base block
163 const uint8_t *edid_data, /* EDID Base block, etc. */
193 * * 1-byte sum of each 128-byte Extension block is zero
197 * Return the non-zero block number of the offending EDID Extension
198 * block otherwis
835 dtiming_to_vtiming( const sun_edid_dtiming_t *dt, SunVideoTiming *block) argument
[all...]
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_edid.c871 /*** DDC fetch and block validation ***/
878 * Sanity check the header of the base EDID block. Return 8 if the header
894 * Sanity check the EDID block (base or extension). Return 0 if the block
897 bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid) argument
910 if (block == 0) {
934 /* per-block-type checks */
994 int block, int len)
996 unsigned char start = block * EDID_LENGTH;
997 unsigned char segment = block >>
993 drm_do_probe_ddc_edid(struct i2c_adapter *adapter, unsigned char *buf, int block, int len) argument
1058 u8 *block, valid_extensions = 0; local
[all...]

Completed in 17 milliseconds