Searched refs:has_usm (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_pci_types.h | 32 u8 has_usm:1; member
|
H A D | xe_gt.h | 120 return xe->info.has_usm && hwe->class == XE_ENGINE_CLASS_COPY && in xe_gt_is_usm_hwe()
|
H A D | xe_pci.c | 149 .has_usm = 1, 168 .has_usm = 1, \ 695 xe->info.has_usm = graphics_desc->has_usm; in xe_info_init()
|
H A D | xe_gt_pagefault.c | 405 if (!xe->info.has_usm) in pagefault_fini() 446 if (!xe->info.has_usm) in xe_gt_pagefault_init() 481 if (!xe->info.has_usm) in xe_gt_pagefault_reset()
|
H A D | xe_migrate.c | 250 if (xe->info.has_usm) { in xe_migrate_prepare_vm() 273 if (xe->info.has_usm) { in xe_migrate_prepare_vm() 424 if (xe->info.has_usm) { in xe_migrate_init() 819 bool usm = xe->info.has_usm; in xe_migrate_copy() 1090 bool usm = xe->info.has_usm; in xe_migrate_clear() 1325 bool usm = is_migrate && xe->info.has_usm; in __xe_migrate_update_pgtables()
|
H A D | xe_debugfs.c | 62 drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm)); in info()
|
H A D | xe_device_types.h | 324 u8 has_usm:1; member
|
H A D | xe_hw_engine.c | 606 if (xe->info.has_usm && hwe->class == XE_ENGINE_CLASS_COPY) in hw_engine_init() 958 return xe->info.has_usm && hwe->class == XE_ENGINE_CLASS_COPY && in xe_hw_engine_is_reserved()
|
H A D | xe_guc_ads.c | 163 if (!xe->info.has_usm) in guc_ads_um_queues_size() 892 if (xe->info.has_usm) { in xe_guc_ads_populate()
|
H A D | xe_exec_queue.c | 223 if (xe->info.has_usm) { in xe_exec_queue_create_bind()
|
H A D | xe_gt.c | 500 if (gt_to_xe(gt)->info.has_usm) { in all_fw_domain_init()
|
H A D | xe_vm.c | 1795 !xe->info.has_usm)) in xe_vm_create_ioctl()
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_migrate.c | 41 u64 batch_base = xe_migrate_batch_base(m, xe->info.has_usm); in run_sanity_job() 233 bb = xe_bb_new(tile->primary_gt, 32, xe->info.has_usm); in xe_migrate_sanity_test() 426 bb = xe_bb_new(gt, batch_size, xe->info.has_usm); in blt_copy() 456 xe_migrate_batch_base(m, xe->info.has_usm), in blt_copy()
|