Symbol: iosys_map_incr
drivers/gpu/drm/ast/ast_mode.c
534
iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip));
drivers/gpu/drm/clients/drm_log.c
122
iosys_map_incr(&map, r.y1 * fb->pitches[0]);
drivers/gpu/drm/clients/drm_log.c
129
iosys_map_incr(&map, scanout->scaled_font_w * px_width);
drivers/gpu/drm/drm_fbdev_dma.c
139
iosys_map_incr(dst, offset); /* go to first pixel within clip rect */
drivers/gpu/drm/drm_fbdev_dma.c
143
iosys_map_incr(dst, fb->pitches[0]);
drivers/gpu/drm/drm_fbdev_ttm.c
101
iosys_map_incr(dst, fb->pitches[0]);
drivers/gpu/drm/drm_fbdev_ttm.c
97
iosys_map_incr(dst, offset); /* go to first pixel within clip rect */
drivers/gpu/drm/drm_format_helper.c
439
iosys_map_incr(&src_i, clip_offset(clip, fb->pitches[i], cpp_i));
drivers/gpu/drm/drm_format_helper.c
443
iosys_map_incr(&src_i, fb->pitches[i]);
drivers/gpu/drm/drm_format_helper.c
444
iosys_map_incr(&dst_i, dst_pitch_i);
drivers/gpu/drm/drm_gem_framebuffer_helper.c
379
iosys_map_incr(&data[i], fb->offsets[i]);
drivers/gpu/drm/drm_panic.c
299
iosys_map_incr(&map, clip->y1 * sb->pitch[0] + clip->x1 * sb->format->cpp[0]);
drivers/gpu/drm/drm_panic.c
388
iosys_map_incr(&map, clip->y1 * sb->pitch[0] + clip->x1 * sb->format->cpp[0]);
drivers/gpu/drm/gud/gud_pipe.c
411
iosys_map_incr(&shadow_map, drm_fb_clip_offset(fb->pitches[0], fb->format, damage));
drivers/gpu/drm/hyperv/hyperv_drm_modeset.c
39
iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, rect));
drivers/gpu/drm/mgag200/mgag200_mode.c
455
iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip));
drivers/gpu/drm/sysfb/drm_sysfb_modeset.c
362
iosys_map_incr(&dst, drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip));
drivers/gpu/drm/tiny/bochs.c
463
iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, &damage));
drivers/gpu/drm/ttm/ttm_resource.c
810
iosys_map_incr(dmap, i * PAGE_SIZE);
drivers/gpu/drm/xe/xe_guc_ads.c
810
iosys_map_incr(&regset_map, count * sizeof(struct guc_mmio_reg));
drivers/gpu/drm/xe/xe_guc_submit.c
1084
iosys_map_incr(&map, offsetof(struct guc_submit_parallel_scratch,
drivers/gpu/drm/xe/xe_lrc.c
1718
iosys_map_incr(&ring, lrc->ring.tail);
drivers/gpu/drm/xe/xe_lrc.c
810
iosys_map_incr(&map, __xe_lrc_##elem##_offset(lrc)); \
drivers/gpu/drm/xe/xe_lrc.c
922
iosys_map_incr(&map, reg_nr * sizeof(u32));
drivers/gpu/drm/xe/xe_lrc.c
933
iosys_map_incr(&map, reg_nr * sizeof(u32));
drivers/gpu/drm/xe/xe_lrc.c
943
iosys_map_incr(&map, reg_nr * sizeof(u32));
drivers/gpu/drm/xe/xe_lrc.c
953
iosys_map_incr(&map, reg_nr * sizeof(u32));
include/linux/iosys-map.h
172
iosys_map_incr(&copy_, offset_); \