Home
last modified time | relevance | path

Searched refs:lmem_obj (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gt_sriov_pf_config_types.h23 struct xe_bo *lmem_obj; member
Dxe_gt_sriov_pf_config.c268 if (config->lmem_obj) { in encode_config()
270 cfg[n++] = lower_32_bits(config->lmem_obj->size); in encode_config()
271 cfg[n++] = upper_32_bits(config->lmem_obj->size); in encode_config()
1254 bo = config->lmem_obj; in pf_get_vf_config_lmem()
1337 bo = config->lmem_obj; in pf_update_vf_lmtt()
1365 if (config->lmem_obj) { in pf_release_vf_config_lmem()
1366 xe_bo_unpin_map_no_vm(config->lmem_obj); in pf_release_vf_config_lmem()
1367 config->lmem_obj = NULL; in pf_release_vf_config_lmem()
1385 if (config->lmem_obj) { in pf_provision_vf_lmem()
1393 xe_gt_assert(gt, !config->lmem_obj); in pf_provision_vf_lmem()
[all …]