/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_ads.c | 307 xe_map_memcpy_to(ads_to_xe(ads), ads_to_map(ads), *offset, in guc_waklv_enable_one_word() 331 xe_map_memcpy_to(ads_to_xe(ads), ads_to_map(ads), *offset, in guc_waklv_enable_simple() 652 xe_map_memcpy_to(ads_to_xe(ads), ads_to_map(ads), capture_offset, ptr, size); in guc_capture_prep_lists() 680 xe_map_memcpy_to(ads_to_xe(ads), ads_to_map(ads), capture_offset, in guc_capture_prep_lists() 695 xe_map_memcpy_to(ads_to_xe(ads), ads_to_map(ads), capture_offset, in guc_capture_prep_lists() 710 xe_map_memcpy_to(ads_to_xe(ads), ads_to_map(ads), capture_offset, ptr, in guc_capture_prep_lists() 749 xe_map_memcpy_to(ads_to_xe(ads), regset_map, n_entry * sizeof(entry), in guc_mmio_regset_write_one() 973 xe_map_memcpy_to(xe, ads_to_map(ads), offset, in guc_golden_lrc_populate()
|
H A D | xe_map.h | 23 static inline void xe_map_memcpy_to(struct xe_device *xe, struct iosys_map *dst, in xe_map_memcpy_to() function
|
H A D | xe_lrc.c | 1083 xe_map_memcpy_to(gt_to_xe(state->lrc->gt), &state->lrc->bo->vmap, in finish_bo() 1224 xe_map_memcpy_to(xe, &map, LRC_PPHWSP_SIZE, in xe_lrc_init() 1235 xe_map_memcpy_to(xe, &map, 0, init_data, lrc_size); in xe_lrc_init() 1432 xe_map_memcpy_to(xe, &ring, 0, data, size); in __xe_lrc_write_ring()
|
H A D | xe_gt_sriov_pf_migration.c | 103 xe_map_memcpy_to(xe, &bo->vmap, 0, buff, size); in pf_send_guc_restore_vf_state()
|
H A D | xe_gsc_proxy.c | 316 xe_map_memcpy_to(xe, &gsc->proxy.to_gsc, wr_offset, gsc->proxy.from_csme, size); in proxy_query()
|
H A D | xe_pxp_submit.c | 422 xe_map_memcpy_to(xe, &gsc_res->msg_in, wr_offset, in gsccs_send_message()
|
H A D | xe_gsc.c | 61 xe_map_memcpy_to(xe, &gsc->private->vmap, 0, storage, fw_size); in memcpy_fw()
|
H A D | xe_bo.c | 1367 xe_map_memcpy_to(xe, &bo->vmap, 0, backup->vmap.vaddr, in xe_bo_restore_pinned() 1588 xe_map_memcpy_to(xe, &vmap, page_offset, buf, byte_count); in xe_ttm_access_memory() 2209 xe_map_memcpy_to(xe, &bo->vmap, 0, data, size); in xe_managed_bo_create_from_data()
|
H A D | xe_guc_ct.c | 794 xe_map_memcpy_to(xe, &map, 0, cmd, H2G_CT_HEADERS * sizeof(u32)); in h2g_write() 795 xe_map_memcpy_to(xe, &map, H2G_CT_HEADERS * sizeof(u32), action, len * sizeof(u32)); in h2g_write()
|
H A D | xe_guc_submit.c | 686 xe_map_memcpy_to(xe, &map, 0, wqi, wqi_size); in wq_item_append()
|
/linux/drivers/gpu/drm/xe/display/ |
H A D | xe_hdcp_gsc.c | 183 xe_map_memcpy_to(xe, &gsc_context->hdcp_bo->vmap, addr_in_wr_off, in intel_hdcp_gsc_msg_send()
|