Searched refs:iosys_map_incr (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | iosys-map.h | 172 iosys_map_incr(©_, offset_); \ 318 static inline void iosys_map_incr(struct iosys_map *map, size_t incr) in iosys_map_incr() function
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_fbdev_ttm.c | 97 iosys_map_incr(dst, offset); /* go to first pixel within clip rect */ in drm_fbdev_ttm_damage_blit_real() 101 iosys_map_incr(dst, fb->pitches[0]); in drm_fbdev_ttm_damage_blit_real()
|
| H A D | drm_fbdev_dma.c | 139 iosys_map_incr(dst, offset); /* go to first pixel within clip rect */ in drm_fbdev_dma_damage_blit_real() 143 iosys_map_incr(dst, fb->pitches[0]); in drm_fbdev_dma_damage_blit_real()
|
| H A D | drm_gem_framebuffer_helper.c | 379 iosys_map_incr(&data[i], fb->offsets[i]); in drm_gem_fb_vmap()
|
| /linux/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 122 iosys_map_incr(&map, r.y1 * fb->pitches[0]); in drm_log_draw_line() 129 iosys_map_incr(&map, scanout->scaled_font_w * px_width); in drm_log_draw_line()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_resource.c | 826 iosys_map_incr(dmap, i * PAGE_SIZE); in ttm_kmap_iter_linear_io_map_local()
|