Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_config_types.h23 struct xe_bo *lmem_obj; member
H A Dxe_gt_sriov_pf_config.c283 if (config->lmem_obj) { in encode_config()
1301 bo = config->lmem_obj; in pf_get_vf_config_lmem()
1384 bo = config->lmem_obj; in pf_update_vf_lmtt()
1412 if (config->lmem_obj) { in pf_release_vf_config_lmem()
1413 xe_bo_unpin_map_no_vm(config->lmem_obj); in pf_release_vf_config_lmem()
1414 config->lmem_obj = NULL; in pf_release_vf_config_lmem()
1432 if (config->lmem_obj) { in pf_provision_vf_lmem()
1441 xe_gt_assert(gt, !config->lmem_obj); in pf_provision_vf_lmem()
1456 config->lmem_obj = bo; in pf_provision_vf_lmem()
2542 if (!config->lmem_obj) in xe_gt_sriov_pf_config_print_lmem()
[all …]