Searched refs:GFX_EDID_BLOCK_SIZE (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/
H A Dgfx_common.h47 #define GFX_EDID_BLOCK_SIZE 128 macro
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Dgfx_common.h47 #define GFX_EDID_BLOCK_SIZE 128 macro
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_drv.c360 uint_t length = GFX_EDID_BLOCK_SIZE;
381 results = kmem_alloc(GFX_EDID_BLOCK_SIZE, KM_SLEEP);
392 edid_buf.length = GFX_EDID_BLOCK_SIZE * (1 + results[126]);
400 kmem_free(results, GFX_EDID_BLOCK_SIZE);

Completed in 1865 milliseconds