sys/dev/pci/drm/amd/amdgpu/amdgpu_dma_buf.c
307
static int amdgpu_dma_buf_vmap(struct dma_buf *dma_buf, struct iosys_map *map)
sys/dev/pci/drm/amd/amdgpu/amdgpu_dma_buf.c
328
static void amdgpu_dma_buf_vunmap(struct dma_buf *dma_buf, struct iosys_map *map)
sys/dev/pci/drm/clients/drm_log.c
110
struct iosys_map map;
sys/dev/pci/drm/clients/drm_log.c
73
static void drm_log_blit(struct iosys_map *dst, unsigned int dst_pitch,
sys/dev/pci/drm/clients/drm_log.c
96
struct iosys_map map;
sys/dev/pci/drm/drm_cache.c
214
static void memcpy_fallback(struct iosys_map *dst,
sys/dev/pci/drm/drm_cache.c
215
const struct iosys_map *src,
sys/dev/pci/drm/drm_cache.c
324
void drm_memcpy_from_wc(struct iosys_map *dst,
sys/dev/pci/drm/drm_cache.c
325
const struct iosys_map *src,
sys/dev/pci/drm/drm_cache.c
362
void drm_memcpy_from_wc(struct iosys_map *dst,
sys/dev/pci/drm/drm_cache.c
363
const struct iosys_map *src,
sys/dev/pci/drm/drm_client.c
248
struct iosys_map *map_copy)
sys/dev/pci/drm/drm_client.c
251
struct iosys_map *map = &buffer->map;
sys/dev/pci/drm/drm_client.c
280
struct iosys_map *map = &buffer->map;
sys/dev/pci/drm/drm_client.c
308
struct iosys_map *map_copy)
sys/dev/pci/drm/drm_draw.c
116
void drm_draw_fill16(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw.c
128
void drm_draw_fill24(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw.c
147
void drm_draw_fill32(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw.c
63
void drm_draw_blit16(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw.c
77
void drm_draw_blit24(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw.c
99
void drm_draw_blit32(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw_internal.h
13
struct iosys_map;
sys/dev/pci/drm/drm_draw_internal.h
29
void drm_draw_blit16(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw_internal.h
34
void drm_draw_blit24(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw_internal.h
39
void drm_draw_blit32(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw_internal.h
44
void drm_draw_fill16(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw_internal.h
48
void drm_draw_fill24(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_draw_internal.h
52
void drm_draw_fill32(struct iosys_map *dmap, unsigned int dpitch,
sys/dev/pci/drm/drm_fbdev_dma.c
128
struct iosys_map *dst)
sys/dev/pci/drm/drm_fbdev_dma.c
169
struct iosys_map dst;
sys/dev/pci/drm/drm_fbdev_dma.c
224
struct iosys_map map = buffer->map;
sys/dev/pci/drm/drm_fbdev_dma.c
299
struct iosys_map map;
sys/dev/pci/drm/drm_fbdev_shmem.c
144
struct iosys_map map;
sys/dev/pci/drm/drm_fbdev_ttm.c
118
struct iosys_map map, dst;
sys/dev/pci/drm/drm_fbdev_ttm.c
77
struct iosys_map *dst)
sys/dev/pci/drm/drm_format_helper.c
1037
void drm_fb_xrgb8888_to_xrgb2101010(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
1038
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
1078
void drm_fb_xrgb8888_to_argb2101010(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
1079
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
1123
void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
1124
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
1163
void drm_fb_argb8888_to_argb4444(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
1164
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
1202
int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format,
sys/dev/pci/drm/drm_format_helper.c
1203
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
1334
void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
1335
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
1422
void drm_fb_xrgb8888_to_gray2(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
1423
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
233
static int drm_fb_xfrm(struct iosys_map *dst,
sys/dev/pci/drm/drm_format_helper.c
235
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
422
void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
423
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
441
struct iosys_map dst_i = dst[i];
sys/dev/pci/drm/drm_format_helper.c
442
struct iosys_map src_i = src[i];
sys/dev/pci/drm/drm_format_helper.c
500
void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
501
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
552
void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
553
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
591
void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
592
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
631
void drm_fb_xrgb8888_to_rgb565be(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
632
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
671
void drm_fb_xrgb8888_to_xrgb1555(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
672
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
711
void drm_fb_xrgb8888_to_argb1555(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
712
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
751
void drm_fb_xrgb8888_to_rgba5551(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
752
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
791
void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
792
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
831
void drm_fb_xrgb8888_to_bgr888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
832
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
871
void drm_fb_xrgb8888_to_argb8888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
872
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/drm_format_helper.c
911
void drm_fb_xrgb8888_to_abgr8888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
912
const struct iosys_map *src,
sys/dev/pci/drm/drm_format_helper.c
953
void drm_fb_xrgb8888_to_xbgr8888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
954
const struct iosys_map *src,
sys/dev/pci/drm/drm_format_helper.c
995
void drm_fb_xrgb8888_to_bgrx8888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/drm_format_helper.c
996
const struct iosys_map *src,
sys/dev/pci/drm/drm_gem.c
1588
int drm_gem_vmap_locked(struct drm_gem_object *obj, struct iosys_map *map)
sys/dev/pci/drm/drm_gem.c
1607
void drm_gem_vunmap_locked(struct drm_gem_object *obj, struct iosys_map *map)
sys/dev/pci/drm/drm_gem.c
1634
int drm_gem_vmap(struct drm_gem_object *obj, struct iosys_map *map)
sys/dev/pci/drm/drm_gem.c
1646
void drm_gem_vunmap(struct drm_gem_object *obj, struct iosys_map *map)
sys/dev/pci/drm/drm_gem_dma_helper.c
260
drm_gem_dma_vmap(struct drm_gem_object *gem_obj, struct iosys_map *map)
sys/dev/pci/drm/drm_gem_ttm_helper.c
25
drm_gem_ttm_vmap(struct drm_gem_object *obj, struct iosys_map *ism)
sys/dev/pci/drm/drm_gem_ttm_helper.c
34
drm_gem_ttm_vunmap(struct drm_gem_object *obj, struct iosys_map *ism)
sys/dev/pci/drm/drm_internal.h
214
int drm_gem_vmap_locked(struct drm_gem_object *obj, struct iosys_map *map);
sys/dev/pci/drm/drm_internal.h
215
void drm_gem_vunmap_locked(struct drm_gem_object *obj, struct iosys_map *map);
sys/dev/pci/drm/drm_internal.h
40
struct iosys_map;
sys/dev/pci/drm/drm_panic.c
295
struct iosys_map map;
sys/dev/pci/drm/drm_panic.c
384
struct iosys_map map;
sys/dev/pci/drm/drm_prime.c
738
int drm_gem_dmabuf_vmap(struct dma_buf *dma_buf, struct iosys_map *map)
sys/dev/pci/drm/drm_prime.c
754
void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, struct iosys_map *map)
sys/dev/pci/drm/i915/display/intel_fb_pin.c
351
void intel_fb_get_map(struct i915_vma *vma, struct iosys_map *map)
sys/dev/pci/drm/i915/display/intel_fb_pin.h
15
struct iosys_map;
sys/dev/pci/drm/i915/display/intel_fb_pin.h
31
void intel_fb_get_map(struct i915_vma *vma, struct iosys_map *map);
sys/dev/pci/drm/i915/display/intel_fbdev.c
589
void intel_fbdev_get_map(struct intel_fbdev *fbdev, struct iosys_map *map)
sys/dev/pci/drm/i915/display/intel_fbdev.h
16
struct iosys_map;
sys/dev/pci/drm/i915/display/intel_fbdev.h
26
void intel_fbdev_get_map(struct intel_fbdev *fbdev, struct iosys_map *map);
sys/dev/pci/drm/i915/display/intel_fbdev.h
43
static inline void intel_fbdev_get_map(struct intel_fbdev *fbdev, struct iosys_map *map)
sys/dev/pci/drm/i915/display/intel_plane.c
1343
struct iosys_map map;
sys/dev/pci/drm/i915/gem/i915_gem_dmabuf.c
72
struct iosys_map *map)
sys/dev/pci/drm/i915/gem/i915_gem_dmabuf.c
87
struct iosys_map *map)
sys/dev/pci/drm/i915/gem/i915_gem_object.c
891
struct iosys_map *map)
sys/dev/pci/drm/i915/gem/i915_gem_object.c
906
struct iosys_map *map)
sys/dev/pci/drm/i915/gem/selftests/i915_gem_dmabuf.c
350
struct iosys_map map;
sys/dev/pci/drm/i915/gem/selftests/i915_gem_dmabuf.c
433
struct iosys_map map;
sys/dev/pci/drm/i915/gem/selftests/i915_gem_dmabuf.c
484
struct iosys_map map;
sys/dev/pci/drm/i915/gem/selftests/mock_dmabuf.c
65
static int mock_dmabuf_vmap(struct dma_buf *dma_buf, struct iosys_map *map)
sys/dev/pci/drm/i915/gem/selftests/mock_dmabuf.c
78
static void mock_dmabuf_vunmap(struct dma_buf *dma_buf, struct iosys_map *map)
sys/dev/pci/drm/i915/gt/shmem_utils.c
133
struct iosys_map *map, size_t map_off, size_t len)
sys/dev/pci/drm/i915/gt/shmem_utils.c
255
struct iosys_map *map, size_t map_off, size_t len)
sys/dev/pci/drm/i915/gt/shmem_utils.h
11
struct iosys_map;
sys/dev/pci/drm/i915/gt/shmem_utils.h
23
struct iosys_map *map, size_t map_off, size_t len);
sys/dev/pci/drm/i915/gt/shmem_utils.h
33
struct iosys_map *, size_t, size_t);
sys/dev/pci/drm/i915/gt/uc/intel_guc.h
195
struct iosys_map ads_map;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
1069
struct iosys_map intel_guc_engine_usage_record_map(struct intel_engine_cs *engine)
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
229
struct iosys_map *info_map)
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
521
struct iosys_map *info_map)
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
548
struct iosys_map info_map;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
682
static u32 guc_get_capture_engine_mask(struct iosys_map *info_map, u32 capture_class)
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
721
struct iosys_map info_map;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
901
struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(&guc->ads_map,
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.h
22
struct iosys_map intel_guc_engine_usage_record_map(struct intel_engine_cs *engine);
sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c
1231
struct iosys_map rec_map = intel_guc_engine_usage_record_map(engine);
sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c
1249
struct iosys_map rec_map = intel_guc_engine_usage_record_map(engine);
sys/dev/pci/drm/include/drm/drm_cache.h
38
struct iosys_map;
sys/dev/pci/drm/include/drm/drm_cache.h
85
void drm_memcpy_from_wc(struct iosys_map *dst,
sys/dev/pci/drm/include/drm/drm_cache.h
86
const struct iosys_map *src,
sys/dev/pci/drm/include/drm/drm_client.h
196
struct iosys_map map;
sys/dev/pci/drm/include/drm/drm_client.h
209
struct iosys_map *map_copy);
sys/dev/pci/drm/include/drm/drm_client.h
212
struct iosys_map *map);
sys/dev/pci/drm/include/drm/drm_format_helper.h
101
void drm_fb_xrgb8888_to_bgr888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
102
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
104
void drm_fb_xrgb8888_to_argb8888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
105
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
107
void drm_fb_xrgb8888_to_abgr8888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
108
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
110
void drm_fb_xrgb8888_to_xbgr8888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
111
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
113
void drm_fb_xrgb8888_to_bgrx8888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
114
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
116
void drm_fb_xrgb8888_to_xrgb2101010(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
117
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
120
void drm_fb_xrgb8888_to_argb2101010(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
121
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
124
void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
125
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
127
void drm_fb_argb8888_to_argb4444(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
128
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
131
int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format,
sys/dev/pci/drm/include/drm/drm_format_helper.h
132
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
135
void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
136
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
139
void drm_fb_xrgb8888_to_gray2(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
140
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
16
struct iosys_map;
sys/dev/pci/drm/include/drm/drm_format_helper.h
73
void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
74
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
76
void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
77
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
80
void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
81
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
83
void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
84
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
86
void drm_fb_xrgb8888_to_rgb565be(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
87
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
89
void drm_fb_xrgb8888_to_xrgb1555(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
90
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
92
void drm_fb_xrgb8888_to_argb1555(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
93
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
95
void drm_fb_xrgb8888_to_rgba5551(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
96
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_format_helper.h
98
void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch,
sys/dev/pci/drm/include/drm/drm_format_helper.h
99
const struct iosys_map *src, const struct drm_framebuffer *fb,
sys/dev/pci/drm/include/drm/drm_gem.h
168
int (*vmap)(struct drm_gem_object *obj, struct iosys_map *map);
sys/dev/pci/drm/include/drm/drm_gem.h
179
void (*vunmap)(struct drm_gem_object *obj, struct iosys_map *map);
sys/dev/pci/drm/include/drm/drm_gem.h
45
struct iosys_map;
sys/dev/pci/drm/include/drm/drm_gem.h
584
int drm_gem_vmap(struct drm_gem_object *obj, struct iosys_map *map);
sys/dev/pci/drm/include/drm/drm_gem.h
585
void drm_gem_vunmap(struct drm_gem_object *obj, struct iosys_map *map);
sys/dev/pci/drm/include/drm/drm_gem_dma_helper.h
23
int drm_gem_dma_vmap(struct drm_gem_object *, struct iosys_map *);
sys/dev/pci/drm/include/drm/drm_gem_framebuffer_helper.h
45
int drm_gem_fb_vmap(struct drm_framebuffer *fb, struct iosys_map *map,
sys/dev/pci/drm/include/drm/drm_gem_framebuffer_helper.h
46
struct iosys_map *data);
sys/dev/pci/drm/include/drm/drm_gem_framebuffer_helper.h
47
void drm_gem_fb_vunmap(struct drm_framebuffer *fb, struct iosys_map *map);
sys/dev/pci/drm/include/drm/drm_gem_ttm_helper.h
11
int drm_gem_ttm_vmap(struct drm_gem_object *, struct iosys_map *);
sys/dev/pci/drm/include/drm/drm_gem_ttm_helper.h
12
void drm_gem_ttm_vunmap(struct drm_gem_object *, struct iosys_map *);
sys/dev/pci/drm/include/drm/drm_gem_ttm_helper.h
8
struct iosys_map;
sys/dev/pci/drm/include/drm/drm_panic.h
40
struct iosys_map map[DRM_FORMAT_MAX_PLANES];
sys/dev/pci/drm/include/drm/drm_prime.h
57
struct iosys_map;
sys/dev/pci/drm/include/drm/drm_prime.h
89
int drm_gem_dmabuf_vmap(struct dma_buf *dma_buf, struct iosys_map *map);
sys/dev/pci/drm/include/drm/drm_prime.h
90
void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, struct iosys_map *map);
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
415
int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map);
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
416
void ttm_bo_vunmap(struct ttm_buffer_object *bo, struct iosys_map *map);
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
46
struct iosys_map;
sys/dev/pci/drm/include/drm/ttm/ttm_kmap_iter.h
11
struct iosys_map;
sys/dev/pci/drm/include/drm/ttm/ttm_kmap_iter.h
32
struct iosys_map *dmap, pgoff_t i, bus_space_tag_t);
sys/dev/pci/drm/include/drm/ttm/ttm_kmap_iter.h
42
struct iosys_map *dmap, bus_space_tag_t);
sys/dev/pci/drm/include/drm/ttm/ttm_resource.h
378
struct iosys_map dmap;
sys/dev/pci/drm/include/drm/ttm/ttm_resource.h
48
struct iosys_map;
sys/dev/pci/drm/include/linux/iosys-map.h
20
iosys_map_incr(struct iosys_map *ism, size_t n)
sys/dev/pci/drm/include/linux/iosys-map.h
29
iosys_map_memcpy_to(struct iosys_map *ism, size_t off, const void *src,
sys/dev/pci/drm/include/linux/iosys-map.h
39
iosys_map_memset(struct iosys_map *ism, size_t off, int c, size_t len)
sys/dev/pci/drm/include/linux/iosys-map.h
48
iosys_map_is_null(const struct iosys_map *ism)
sys/dev/pci/drm/include/linux/iosys-map.h
57
iosys_map_is_set(const struct iosys_map *ism)
sys/dev/pci/drm/include/linux/iosys-map.h
66
iosys_map_clear(struct iosys_map *ism)
sys/dev/pci/drm/include/linux/iosys-map.h
77
iosys_map_set_vaddr_iomem(struct iosys_map *ism, void *addr)
sys/dev/pci/drm/include/linux/iosys-map.h
84
iosys_map_set_vaddr(struct iosys_map *ism, void *addr)
sys/dev/pci/drm/include/linux/iosys-map.h
90
static inline struct iosys_map
sys/dev/pci/drm/include/linux/iosys-map.h
91
IOSYS_MAP_INIT_OFFSET(struct iosys_map *ism, size_t off)
sys/dev/pci/drm/include/linux/iosys-map.h
93
struct iosys_map nism = *ism;
sys/dev/pci/drm/ttm/ttm_bo_util.c
513
int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map)
sys/dev/pci/drm/ttm/ttm_bo_util.c
591
void ttm_bo_vunmap(struct ttm_buffer_object *bo, struct iosys_map *map)
sys/dev/pci/drm/ttm/ttm_bo_util.c
96
struct iosys_map src_map, dst_map;
sys/dev/pci/drm/ttm/ttm_resource.c
716
struct iosys_map *dmap,
sys/dev/pci/drm/ttm/ttm_resource.c
747
struct iosys_map *map, bus_space_tag_t bst)
sys/dev/pci/drm/ttm/ttm_resource.c
798
struct iosys_map *dmap,
sys/dev/pci/drm/ttm/ttm_tt.c
541
struct iosys_map *dmap,
sys/dev/pci/drm/ttm/ttm_tt.c
557
struct iosys_map *map, bus_space_tag_t bst)