Searched refs:IOSYS_MAP_INIT_OFFSET (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_memirq.c | 146 memirq->source = IOSYS_MAP_INIT_OFFSET(&bo->vmap, XE_MEMIRQ_SOURCE_OFFSET); in memirq_alloc_pages() 147 memirq->status = IOSYS_MAP_INIT_OFFSET(&bo->vmap, XE_MEMIRQ_STATUS_OFFSET); in memirq_alloc_pages() 148 memirq->mask = IOSYS_MAP_INIT_OFFSET(&bo->vmap, XE_MEMIRQ_ENABLE_OFFSET); in memirq_alloc_pages() 410 map = IOSYS_MAP_INIT_OFFSET(&memirq->status, in xe_memirq_handler() 420 map = IOSYS_MAP_INIT_OFFSET(&memirq->status, ilog2(INTR_GUC) * SZ_16); in xe_memirq_handler() 428 map = IOSYS_MAP_INIT_OFFSET(&memirq->status, ilog2(INTR_MGUC) * SZ_16); in xe_memirq_handler()
|
D | xe_guc_ads.c | 489 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in guc_prep_golden_lrc_null() 622 struct iosys_map regset_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in guc_mmio_reg_state_init() 705 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in xe_guc_ads_populate_minimal() 729 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in xe_guc_ads_populate() 763 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in guc_populate_golden_lrc()
|
D | xe_gsc_proxy.c | 393 gsc->proxy.to_gsc = IOSYS_MAP_INIT_OFFSET(&bo->vmap, 0); in proxy_channel_alloc() 394 gsc->proxy.from_gsc = IOSYS_MAP_INIT_OFFSET(&bo->vmap, GSC_PROXY_BUFFER_SIZE); in proxy_channel_alloc()
|
D | xe_guc_ct.c | 236 h2g->cmds = IOSYS_MAP_INIT_OFFSET(map, CTB_DESC_SIZE * 2); in guc_ct_ctb_h2g_init() 251 g2h->desc = IOSYS_MAP_INIT_OFFSET(map, CTB_DESC_SIZE); in guc_ct_ctb_g2h_init() 254 g2h->cmds = IOSYS_MAP_INIT_OFFSET(map, CTB_DESC_SIZE * 2 + in guc_ct_ctb_g2h_init() 552 struct iosys_map map = IOSYS_MAP_INIT_OFFSET(&h2g->cmds, in h2g_write() 1438 IOSYS_MAP_INIT_OFFSET(&ctb->cmds, head * sizeof(u32)); in guc_ctb_snapshot_capture()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ads.c | 553 info_map = IOSYS_MAP_INIT_OFFSET(&guc->ads_map, in guc_prep_golden_context() 719 info_map = IOSYS_MAP_INIT_OFFSET(&guc->ads_map, in guc_capture_prep_lists() 889 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(&guc->ads_map, in __guc_ads_init() 1064 return IOSYS_MAP_INIT_OFFSET(&guc->ads_map, offset); in intel_guc_engine_usage_record_map()
|
/linux-6.12.1/include/linux/ |
D | iosys-map.h | 170 #define IOSYS_MAP_INIT_OFFSET(map_, offset_) ({ \ macro
|
/linux-6.12.1/drivers/firmware/tegra/ |
D | ivc.c | 234 *map = IOSYS_MAP_INIT_OFFSET(header, offset); in tegra_ivc_frame_virt()
|
/linux-6.12.1/drivers/gpu/drm/tiny/ |
D | cirrus.c | 412 struct iosys_map dst = IOSYS_MAP_INIT_OFFSET(&vaddr, offset); in cirrus_primary_plane_helper_atomic_update()
|