HomeSort by: relevance | last modified time | path
    Searched defs:ct_pool (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_ads.c 69 struct guc_ct_pool_entry ct_pool[GUC_CT_POOL_SIZE]; member in struct:__guc_ads_blob
118 guc_ct_pool_entries_init(blob->ct_pool, ARRAY_SIZE(blob->ct_pool));
121 blob->clients_info.ct_pool_addr = base + ptr_offset(blob, ct_pool);
122 blob->clients_info.ct_pool_count = ARRAY_SIZE(blob->ct_pool);
intel_guc_ads.c 69 struct guc_ct_pool_entry ct_pool[GUC_CT_POOL_SIZE]; member in struct:__guc_ads_blob
118 guc_ct_pool_entries_init(blob->ct_pool, ARRAY_SIZE(blob->ct_pool));
121 blob->clients_info.ct_pool_addr = base + ptr_offset(blob, ct_pool);
122 blob->clients_info.ct_pool_count = ARRAY_SIZE(blob->ct_pool);

Completed in 21 milliseconds