HomeSort by: relevance | last modified time | path
    Searched refs:scratchBase (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_atombios.h 262 pointer *scratchBase;
radeon_atombios.c 449 handle->scratchBase = NULL;
493 handle->scratchBase = calloc(fb_size,1);
693 if (handle->scratchBase) free(handle->scratchBase);
1478 else if (info->atomBIOS->scratchBase)
1479 edid = (unsigned char *)info->atomBIOS->scratchBase;
2664 if (!handle->fbBase && !handle->scratchBase)
2675 *dataSpace = (uint8_t*)handle->scratchBase;
2841 } else if (((atomBiosHandlePtr)CAIL)->scratchBase) {
2842 ret = *(uint32_t*)((uint8_t*)(((atomBiosHandlePtr)CAIL)->scratchBase) + idx)
    [all...]
atombios_output.c 2107 else if (info->atomBIOS->scratchBase)
2108 base = (unsigned char *)info->atomBIOS->scratchBase;

Completed in 11 milliseconds