Home
last modified time | relevance | path

Searched refs:xe_map_memcpy_to (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ads.c307 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 Dxe_map.h23 static inline void xe_map_memcpy_to(struct xe_device *xe, struct iosys_map *dst, in xe_map_memcpy_to() function
H A Dxe_lrc.c1083 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 Dxe_gt_sriov_pf_migration.c103 xe_map_memcpy_to(xe, &bo->vmap, 0, buff, size); in pf_send_guc_restore_vf_state()
H A Dxe_gsc_proxy.c316 xe_map_memcpy_to(xe, &gsc->proxy.to_gsc, wr_offset, gsc->proxy.from_csme, size); in proxy_query()
H A Dxe_pxp_submit.c422 xe_map_memcpy_to(xe, &gsc_res->msg_in, wr_offset, in gsccs_send_message()
H A Dxe_gsc.c61 xe_map_memcpy_to(xe, &gsc->private->vmap, 0, storage, fw_size); in memcpy_fw()
H A Dxe_bo.c1367 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 Dxe_guc_ct.c794 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 Dxe_guc_submit.c686 xe_map_memcpy_to(xe, &map, 0, wqi, wqi_size); in wq_item_append()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_hdcp_gsc.c183 xe_map_memcpy_to(xe, &gsc_context->hdcp_bo->vmap, addr_in_wr_off, in intel_hdcp_gsc_msg_send()