Home
last modified time | relevance | path

Searched defs:xe (Results 1 – 25 of 67) sorted by relevance

123

/linux/drivers/gpu/drm/xe/
H A Dxe_sriov_pf_migration.c19 static struct xe_sriov_migration_state *pf_pick_migration(struct xe_device *xe, unsigned int vfid) in pf_pick_migration()
34 wait_queue_head_t *xe_sriov_pf_migration_waitqueue(struct xe_device *xe, unsigned int vfid) in xe_sriov_pf_migration_waitqueue()
45 bool xe_sriov_pf_migration_supported(struct xe_device *xe) in xe_sriov_pf_migration_supported()
57 void xe_sriov_pf_migration_disable(struct xe_device *xe, const char *fmt, ...) in xe_sriov_pf_migration_disable()
76 static void pf_migration_check_support(struct xe_device *xe) in pf_migration_check_support()
97 int xe_sriov_pf_migration_init(struct xe_device *xe) in xe_sriov_pf_migration_init()
127 static bool pf_migration_data_ready(struct xe_device *xe, unsigned int vfid) in pf_migration_data_ready()
143 pf_migration_consume(struct xe_device *xe, unsigned int vfid) in pf_migration_consume()
179 xe_sriov_pf_migration_save_consume(struct xe_device *xe, unsigned int vfid) in xe_sriov_pf_migration_save_consume()
201 static int pf_handle_descriptor(struct xe_device *xe, unsigned int vfid, in pf_handle_descriptor()
[all …]
H A Dxe_bo_evict.c15 static int xe_bo_apply_to_pinned(struct xe_device *xe, in xe_bo_apply_to_pinned()
64 int xe_bo_notifier_prepare_all_pinned(struct xe_device *xe) in xe_bo_notifier_prepare_all_pinned()
92 void xe_bo_notifier_unprepare_all_pinned(struct xe_device *xe) in xe_bo_notifier_unprepare_all_pinned()
115 int xe_bo_evict_all_user(struct xe_device *xe) in xe_bo_evict_all_user()
160 int xe_bo_evict_all(struct xe_device *xe) in xe_bo_evict_all()
226 int xe_bo_restore_early(struct xe_device *xe) in xe_bo_restore_early()
243 int xe_bo_restore_late(struct xe_device *xe) in xe_bo_restore_late()
273 static void xe_bo_pci_dev_remove_pinned(struct xe_device *xe) in xe_bo_pci_dev_remove_pinned()
298 void xe_bo_pci_dev_remove_all(struct xe_device *xe) in xe_bo_pci_dev_remove_all()
322 struct xe_device *xe = arg; in xe_bo_pinned_fini() local
[all …]
H A Dxe_sriov_vf_ccs.c121 static u64 get_ccs_bb_pool_size(struct xe_device *xe) in get_ccs_bb_pool_size()
145 struct xe_device *xe = tile_to_xe(tile); in alloc_bb_pool() local
212 void xe_sriov_vf_ccs_rebase(struct xe_device *xe) in xe_sriov_vf_ccs_rebase()
255 int xe_sriov_vf_ccs_register_context(struct xe_device *xe) in xe_sriov_vf_ccs_register_context()
281 static bool vf_migration_ccs_bb_needed(struct xe_device *xe) in vf_migration_ccs_bb_needed()
296 static bool vf_migration_ccs_bb_support_check(struct xe_device *xe) in vf_migration_ccs_bb_support_check()
334 int xe_sriov_vf_ccs_init(struct xe_device *xe) in xe_sriov_vf_ccs_init()
397 struct xe_device *xe = gt_to_xe(ctx->mig_q->gt); in xe_sriov_vf_ccs_rw_update_bb_addr() local
416 struct xe_device *xe = xe_bo_device(bo); in xe_sriov_vf_ccs_attach_bo() local
450 struct xe_device *xe = xe_bo_device(bo); in xe_sriov_vf_ccs_detach_bo() local
[all …]
H A Dxe_sriov_pf_service.c24 void xe_sriov_pf_service_init(struct xe_device *xe) in xe_sriov_pf_service_init()
41 static int pf_negotiate_version(struct xe_device *xe, in pf_negotiate_version()
87 static void pf_connect(struct xe_device *xe, u32 vfid, u32 major, u32 minor) in pf_connect()
96 static void pf_disconnect(struct xe_device *xe, u32 vfid) in pf_disconnect()
117 bool xe_sriov_pf_service_is_negotiated(struct xe_device *xe, u32 vfid, u32 major, u32 minor) in xe_sriov_pf_service_is_negotiated()
140 int xe_sriov_pf_service_handshake_vf(struct xe_device *xe, u32 vfid, in xe_sriov_pf_service_handshake_vf()
176 void xe_sriov_pf_service_reset_vf(struct xe_device *xe, unsigned int vfid) in xe_sriov_pf_service_reset_vf()
194 void xe_sriov_pf_service_print_versions(struct xe_device *xe, struct drm_printer *p) in xe_sriov_pf_service_print_versions()
H A Dxe_sriov_packet.c15 static struct mutex *pf_migration_mutex(struct xe_device *xe, unsigned int vfid) in pf_migration_mutex()
23 static struct xe_sriov_packet **pf_pick_pending(struct xe_device *xe, unsigned int vfid) in pf_pick_pending()
33 pf_pick_descriptor(struct xe_device *xe, unsigned int vfid) in pf_pick_descriptor()
42 static struct xe_sriov_packet **pf_pick_trailer(struct xe_device *xe, unsigned int vfid) in pf_pick_trailer()
51 static struct xe_sriov_packet **pf_pick_read_packet(struct xe_device *xe, in pf_pick_read_packet()
88 struct xe_sriov_packet *xe_sriov_packet_alloc(struct xe_device *xe) in xe_sriov_packet_alloc()
262 ssize_t xe_sriov_packet_read_single(struct xe_device *xe, unsigned int vfid, in xe_sriov_packet_read_single()
322 ssize_t xe_sriov_packet_write_single(struct xe_device *xe, unsigned int vfid, in xe_sriov_packet_write_single()
362 static int pf_descriptor_init(struct xe_device *xe, unsigned int vfid) in pf_descriptor_init()
407 int xe_sriov_packet_process_descriptor(struct xe_device *xe, unsigned int vfid, in xe_sriov_packet_process_descriptor()
[all …]
H A Dxe_late_bind_fw.c58 struct xe_device *xe = late_bind_fw_to_xe(lb_fw); in parse_cpd_header() local
115 struct xe_device *xe = late_bind_fw_to_xe(lb_fw); in parse_lb_layout() local
189 struct xe_device *xe = late_bind_to_xe(late_bind); in xe_late_bind_fw_num_fans() local
198 struct xe_device *xe = late_bind_to_xe(late_bind); in xe_late_bind_wait_for_worker_completion() local
217 struct xe_device *xe = late_bind_to_xe(late_bind); in xe_late_bind_work() local
274 struct xe_device *xe = late_bind_to_xe(late_bind); in xe_late_bind_fw_load() local
296 struct xe_device *xe = late_bind_to_xe(late_bind); in __xe_late_bind_fw_init() local
386 struct xe_device *xe = kdev_to_xe_device(xe_kdev); in xe_late_bind_component_bind() local
398 struct xe_device *xe = kdev_to_xe_device(xe_kdev); in xe_late_bind_component_unbind() local
414 struct xe_device *xe = late_bind_to_xe(late_bind); in xe_late_bind_remove() local
[all …]
H A Dxe_pmu.c93 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_to_gt() local
101 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_to_hwe() local
135 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_gt_forcewake() local
163 struct xe_device *xe = container_of(pmu, typeof(*xe), pmu); in event_supported() local
175 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_param_valid() local
216 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_destroy() local
234 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_init() local
338 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_read() local
361 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_start() local
373 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_stop() local
[all …]
H A Dxe_pagefault.c155 static struct xe_vm *xe_pagefault_asid_to_vm(struct xe_device *xe, u32 asid) in xe_pagefault_asid_to_vm()
173 struct xe_device *xe = gt_to_xe(gt); in xe_pagefault_service() local
266 static void xe_pagefault_save_to_vm(struct xe_device *xe, struct xe_pagefault *pf) in xe_pagefault_save_to_vm()
331 static int xe_pagefault_queue_init(struct xe_device *xe, in xe_pagefault_queue_init()
380 struct xe_device *xe = arg; in xe_pagefault_fini() local
393 int xe_pagefault_init(struct xe_device *xe) in xe_pagefault_init()
419 static void xe_pagefault_queue_reset(struct xe_device *xe, struct xe_gt *gt, in xe_pagefault_queue_reset()
449 void xe_pagefault_reset(struct xe_device *xe, struct xe_gt *gt) in xe_pagefault_reset()
475 int xe_pagefault_handler(struct xe_device *xe, struct xe_pagefault *pf) in xe_pagefault_handler()
H A Dxe_vm_madvise.c94 static void madvise_preferred_mem_loc(struct xe_device *xe, struct xe_vm *vm, in madvise_preferred_mem_loc()
127 static void madvise_atomic(struct xe_device *xe, struct xe_vm *vm, in madvise_atomic()
169 static void madvise_pat_index(struct xe_device *xe, struct xe_vm *vm, in madvise_pat_index()
200 static void madvise_purgeable(struct xe_device *xe, struct xe_vm *vm, in madvise_purgeable()
335 static bool madvise_args_are_sane(struct xe_device *xe, const struct drm_xe_madvise *args) in madvise_args_are_sane()
429 struct xe_device *xe = vm->xe; in xe_madvise_details_init() local
482 static bool check_pat_args_are_sane(struct xe_device *xe, in check_pat_args_are_sane()
524 struct xe_device *xe = vm->xe; in check_bo_args_are_sane() local
569 struct xe_device *xe = to_xe_device(dev); in xe_vm_madvise_ioctl() local
H A Dxe_heci_gsc.c108 static int heci_gsc_irq_setup(struct xe_device *xe) in heci_gsc_irq_setup()
126 static int heci_gsc_add_device(struct xe_device *xe, const struct heci_gsc_def *def) in heci_gsc_add_device()
171 int xe_heci_gsc_init(struct xe_device *xe) in xe_heci_gsc_init()
210 void xe_heci_gsc_irq_handler(struct xe_device *xe, u32 iir) in xe_heci_gsc_irq_handler()
230 void xe_heci_csc_irq_handler(struct xe_device *xe, u32 iir) in xe_heci_csc_irq_handler()
H A Dxe_gsc_proxy.c206 static u32 emit_proxy_header(struct xe_device *xe, struct iosys_map *map, u32 offset) in emit_proxy_header()
224 struct xe_device *xe = gt_to_xe(gt); in proxy_query() local
380 struct xe_device *xe = kdev_to_xe_device(xe_kdev); in xe_gsc_proxy_component_bind() local
395 struct xe_device *xe = kdev_to_xe_device(xe_kdev); in xe_gsc_proxy_component_unbind() local
415 struct xe_device *xe = gt_to_xe(gt); in proxy_channel_alloc() local
441 struct xe_device *xe = gt_to_xe(gt); in xe_gsc_proxy_stop() local
461 struct xe_device *xe = gt_to_xe(gt); in xe_gsc_proxy_remove() local
494 struct xe_device *xe = tile_to_xe(tile); in xe_gsc_proxy_init() local
H A Dxe_mem_pool.c73 struct xe_device *xe = tile_to_xe(tile); in pool_shadow_init() local
120 struct xe_device *xe = tile_to_xe(tile); in xe_mem_pool_init() local
193 struct xe_device *xe = tile_to_xe(tile); in xe_mem_pool_sync() local
239 struct xe_device *xe = tile_to_xe(tile); in xe_mem_pool_sync_shadow_locked() local
297 struct xe_device *xe = tile_to_xe(tile); in xe_mem_pool_bo_flush_write() local
317 struct xe_device *xe = tile_to_xe(tile); in xe_mem_pool_bo_sync_read() local
H A Dxe_gt_throttle.c86 struct xe_device *xe = gt_to_xe(gt); in xe_gt_throttle_get_limit_reasons() local
124 struct xe_device *xe = gt_to_xe(gt); in reasons_show() local
237 static const struct attribute_group *get_platform_throttle_group(struct xe_device *xe) in get_platform_throttle_group()
250 struct xe_device *xe = gt_to_xe(gt); in gt_throttle_sysfs_fini() local
258 struct xe_device *xe = gt_to_xe(gt); in xe_gt_throttle_init() local
H A Dxe_gsc.c48 struct xe_device *xe = gt_to_xe(gt); in memcpy_fw() local
115 static u32 emit_version_query_msg(struct xe_device *xe, struct iosys_map *map, u32 wr_offset) in emit_version_query_msg()
132 struct xe_device *xe = gt_to_xe(gt); in query_compatibility_version() local
205 struct xe_device *xe = gt_to_xe(gt); in gsc_upload() local
354 struct xe_device *xe = gt_to_xe(gt); in gsc_work() local
460 struct xe_device *xe = gt_to_xe(gt); in xe_gsc_init_post_hwconfig() local
514 struct xe_device *xe = gt_to_xe(gt); in xe_gsc_load_start() local
H A Dxe_gt_sriov_vf.c172 struct xe_device *xe = gt_to_xe(gt); in vf_minimum_guc_version() local
453 static bool has_gmdid(struct xe_device *xe) in has_gmdid()
673 struct xe_device *xe = gt_to_xe(gt); in xe_gt_sriov_vf_query_config() local
766 static void vf_connect_pf(struct xe_device *xe, u16 major, u16 minor) in vf_connect_pf()
774 static void vf_disconnect_pf(struct xe_device *xe) in vf_disconnect_pf()
781 struct xe_device *xe = gt_to_xe(gt); in vf_handshake_with_pf() local
884 struct xe_device *xe = gt_to_xe(gt); in xe_gt_sriov_vf_migrated_event_handler() local
900 struct xe_device *xe = gt_to_xe(gt); in vf_is_negotiated() local
912 struct xe_device *xe = gt_to_xe(gt); in vf_prepare_runtime_info() local
1151 struct xe_device *xe = gt_to_xe(gt); in xe_gt_sriov_vf_print_config() local
[all …]
H A Dxe_shrinker.c27 struct xe_device *xe; member
57 static s64 __xe_shrinker_walk(struct xe_device *xe, in __xe_shrinker_walk()
102 static s64 xe_shrinker_walk(struct xe_device *xe, in xe_shrinker_walk()
169 struct xe_device *xe = shrinker->xe; in xe_shrinker_runtime_pm_get() local
283 int xe_shrinker_create(struct xe_device *xe) in xe_shrinker_create()
H A Dxe_drm_client.c155 struct xe_device *xe = ttm_to_xe_device(bo->ttm.bdev); in xe_drm_client_remove_bo() local
273 static struct xe_hw_engine *any_engine(struct xe_device *xe) in any_engine()
293 static struct xe_force_wake_ref force_wake_get_any_engine(struct xe_device *xe, in force_wake_get_any_engine()
319 struct xe_device *xe = xef->xe; in show_run_ticks() local
H A Dxe_hw_engine_group.c45 hw_engine_group_alloc(struct xe_device *xe) in hw_engine_group_alloc()
81 struct xe_device *xe = gt_to_xe(gt); in xe_hw_engine_setup_groups() local
129 struct xe_device *xe = gt_to_xe(q->gt); in xe_hw_engine_group_add_exec_queue() local
169 struct xe_device *xe = gt_to_xe(q->gt); in xe_hw_engine_group_del_exec_queue() local
H A Dxe_gt_ccs_mode.c23 struct xe_device *xe = gt_to_xe(gt); in __xe_gt_apply_ccs_mode() local
123 struct xe_device *xe = gt_to_xe(gt); in ccs_mode_store() local
207 struct xe_device *xe = gt_to_xe(gt); in xe_gt_ccs_mode_sysfs_init() local
H A Dxe_ttm_sys_mgr.c89 struct xe_device *xe = (struct xe_device *)arg; in xe_ttm_sys_mgr_fini() local
103 int xe_ttm_sys_mgr_init(struct xe_device *xe) in xe_ttm_sys_mgr_init()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_sriov_pf_service_kunit.c19 struct xe_device *xe; in pf_service_test_init() local
45 struct xe_device *xe = test->priv; in pf_negotiate_any() local
58 struct xe_device *xe = test->priv; in pf_negotiate_base_match() local
72 struct xe_device *xe = test->priv; in pf_negotiate_base_newer() local
90 struct xe_device *xe = test->priv; in pf_negotiate_base_next() local
107 struct xe_device *xe = test->priv; in pf_negotiate_base_older() local
122 struct xe_device *xe = test->priv; in pf_negotiate_base_prev() local
133 struct xe_device *xe = test->priv; in pf_negotiate_latest_match() local
147 struct xe_device *xe = test->priv; in pf_negotiate_latest_newer() local
161 struct xe_device *xe = test->priv; in pf_negotiate_latest_next() local
[all …]
H A Dxe_bo.c127 static void ccs_test_run_tile(struct xe_device *xe, struct xe_tile *tile, in ccs_test_run_tile()
172 static int ccs_test_run_device(struct xe_device *xe) in ccs_test_run_device()
202 struct xe_device *xe = test->priv; in xe_ccs_migrate_kunit() local
207 static int evict_test_run_tile(struct xe_device *xe, struct xe_tile *tile, struct kunit *test) in evict_test_run_tile()
346 static int evict_test_run_device(struct xe_device *xe) in evict_test_run_device()
366 struct xe_device *xe = test->priv; in xe_bo_evict_kunit() local
441 static int shrink_test_run_device(struct xe_device *xe) in shrink_test_run_device()
601 struct xe_device *xe = test->priv; in xe_bo_shrink_kunit() local
H A Dxe_kunit_helpers.c36 struct xe_device *xe; in xe_kunit_helper_alloc_xe_device() local
73 struct xe_device *xe; in xe_kunit_helper_xe_device_test_init() local
117 struct xe_device *xe = xe_device_const_cast(test->param_value); in xe_kunit_helper_xe_device_live_test_init() local
/linux/drivers/gpu/drm/xe/display/
H A Dxe_stolen.c12 struct xe_device *xe; member
19 struct xe_device *xe = node->xe; in xe_stolen_insert_node_in_range() local
54 struct xe_device *xe = to_xe_device(drm); in xe_stolen_initialized() local
74 struct xe_device *xe = node->xe; in xe_stolen_node_address() local
86 struct xe_device *xe = to_xe_device(drm); in xe_stolen_node_alloc() local
H A Dxe_hdcp_gsc.c27 struct xe_device *xe; member
37 struct xe_device *xe = to_xe_device(drm); in intel_hdcp_gsc_check_status() local
68 static int intel_hdcp_gsc_initialize_message(struct xe_device *xe, in intel_hdcp_gsc_initialize_message()
102 struct xe_device *xe = to_xe_device(drm); in intel_hdcp_gsc_context_alloc() local
133 static int xe_gsc_send_sync(struct xe_device *xe, in xe_gsc_send_sync()
163 struct xe_device *xe = gsc_context->xe; in intel_hdcp_gsc_msg_send() local

123