Searched refs:iosys_map_incr (Results 1 – 12 of 12) 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_panic.c | 305 iosys_map_incr(&map, clip->y1 * sb->pitch[0] + clip->x1 * sb->format->cpp[0]); in drm_panic_blit() 394 iosys_map_incr(&map, clip->y1 * sb->pitch[0] + clip->x1 * sb->format->cpp[0]); in drm_panic_fill()
|
| /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/xe/ |
| H A D | xe_lrc.c | 792 iosys_map_incr(&map, __xe_lrc_##elem##_offset(lrc)); \ 904 iosys_map_incr(&map, reg_nr * sizeof(u32)); in xe_lrc_read_indirect_ctx_reg() 915 iosys_map_incr(&map, reg_nr * sizeof(u32)); in xe_lrc_write_indirect_ctx_reg() 925 iosys_map_incr(&map, reg_nr * sizeof(u32)); in xe_lrc_read_ctx_reg() 935 iosys_map_incr(&map, reg_nr * sizeof(u32)); in xe_lrc_write_ctx_reg() 1670 iosys_map_incr(&ring, lrc->ring.tail); in __xe_lrc_write_ring()
|
| H A D | xe_guc_ads.c | 812 iosys_map_incr(®set_map, count * sizeof(struct guc_mmio_reg)); in guc_mmio_reg_state_init()
|
| H A D | xe_guc_submit.c | 820 iosys_map_incr(&map, offsetof(struct guc_submit_parallel_scratch, in wq_item_append()
|
| /linux/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_mode.c | 455 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip)); in mgag200_handle_damage()
|
| /linux/drivers/gpu/drm/gud/ |
| H A D | gud_pipe.c | 411 iosys_map_incr(&shadow_map, drm_fb_clip_offset(fb->pitches[0], fb->format, damage)); in gud_fb_queue_damage()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_resource.c | 816 iosys_map_incr(dmap, i * PAGE_SIZE); in ttm_kmap_iter_linear_io_map_local()
|
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_mode.c | 533 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip)); in ast_handle_damage()
|