RPI_EDIDSIZE
uint8_t *edid_data = kmem_alloc(RPI_EDIDSIZE, KM_SLEEP);
memset(edid_data, 0, RPI_EDIDSIZE);
kmem_free(edid_data, RPI_EDIDSIZE);