Searched refs:has_usm (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_pci_types.h | 23 u8 has_usm:1; member
|
| H A D | xe_tile.c | 173 if (xe->info.has_usm && IS_DGFX(xe)) in xe_tile_init_noalloc()
|
| H A D | xe_gt.h | 119 return xe->info.has_usm && hwe->class == XE_ENGINE_CLASS_COPY && in xe_gt_is_usm_hwe()
|
| H A D | xe_pci.c | 125 .has_usm = 1, 142 .has_usm = 1, \ 671 xe->info.has_usm = graphics_desc->has_usm; in xe_info_init()
|
| H A D | xe_gt_pagefault.c | 418 if (!xe->info.has_usm) in pagefault_fini() 466 if (!xe->info.has_usm) in xe_gt_pagefault_init() 501 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_device_types.h | 332 u8 has_usm:1; member
|
| H A D | xe_debugfs.c | 63 drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm)); in info()
|
| H A D | xe_hw_engine.c | 634 if (xe->info.has_usm && hwe->class == XE_ENGINE_CLASS_COPY) in hw_engine_init() 989 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() 920 if (xe->info.has_usm) { in xe_guc_ads_populate()
|
| H A D | xe_query.c | 343 if (xe->info.has_usm && IS_ENABLED(CONFIG_DRM_GPUSVM)) in query_config()
|
| H A D | xe_gt.c | 481 if (gt_to_xe(gt)->info.has_usm) { in all_fw_domain_init()
|
| H A D | xe_exec_queue.c | 259 if (xe->info.has_usm) { in xe_exec_queue_create_bind()
|
| H A D | xe_vm.c | 2042 !xe->info.has_usm)) in xe_vm_create_ioctl()
|
| /linux-6.15/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()
|