Searched refs:block (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_mem.c50 /* Maybe cut off the start of an existing block */
67 /* Maybe cut off the end of an existing block */
84 /* Our block is in the middle */
244 struct mem_block *block, **heap; local
279 block = alloc_block(*heap, alloc.size, alloc.alignment, fpriv);
281 if (!block)
284 if (DRM_COPY_TO_USER(alloc.region_offset, &block->start,
300 struct mem_block *block, **heap; local
313 block = find_block(*heap, memfree.region_offset);
314 if (!block)
[all...]
/solaris-x11-s11/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-s11/open-src/kernel/sys/drm/
H A Ddrm_mm.h217 static inline struct drm_mm *drm_get_mm(struct drm_mm_node *block) argument
219 return block->mm;
H A Ddrm_crtc.h359 * implementation must return immediately and block all
1046 extern bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid);
/solaris-x11-s11/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 1040 milliseconds