Searched refs:iosys_map_wr (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/ |
H A D | drm_draw.c | 149 iosys_map_wr(dmap, y * dpitch + x * sizeof(u16), u16, fg16); in drm_draw_blit16() 166 iosys_map_wr(dmap, off, u8, (fg32 & 0x000000FF) >> 0); in drm_draw_blit24() 167 iosys_map_wr(dmap, off + 1, u8, (fg32 & 0x0000FF00) >> 8); in drm_draw_blit24() 168 iosys_map_wr(dmap, off + 2, u8, (fg32 & 0x00FF0000) >> 16); in drm_draw_blit24() 185 iosys_map_wr(dmap, y * dpitch + x * sizeof(u32), u32, fg32); in drm_draw_blit32() 200 iosys_map_wr(dmap, y * dpitch + x * sizeof(u16), u16, color); in drm_draw_fill16() 215 iosys_map_wr(dmap, off, u8, (color & 0x000000FF) >> 0); in drm_draw_fill24() 216 iosys_map_wr(dmap, off + 1, u8, (color & 0x0000FF00) >> 8); in drm_draw_fill24() 217 iosys_map_wr(dmap, off + 2, u8, (color & 0x00FF0000) >> 16); in drm_draw_fill24() 231 iosys_map_wr(dmap, y * dpitch + x * sizeof(u32), u32, color); in drm_draw_fill32()
|
/linux/include/linux/ |
H A D | iosys-map.h | 416 #define iosys_map_wr(map__, offset__, type__, val__) ({ \ macro 512 iosys_map_wr(map__, struct_offset__ + offsetof(struct_type__, field__), \
|
/linux/drivers/gpu/drm/xe/display/ |
H A D | xe_fb_pin.c | 36 iosys_map_wr(map, *dpt_ofs, u64, pte); in write_dpt_rotated() 64 iosys_map_wr(map, *dpt_ofs, u64, in write_dpt_remapped() 136 iosys_map_wr(&dpt->vmap, x * 8, u64, pte); in __xe_pin_fb_vma_dpt()
|
H A D | xe_dsb_buffer.c | 22 iosys_map_wr(&dsb_buf->vma->bo->vmap, idx * 4, u32, val); in intel_dsb_buffer_write()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_map.h | 78 iosys_map_wr(map__, offset__, type__, val__); \
|
H A D | xe_memirq.c | 218 iosys_map_wr(&memirq->mask, 0, u32, enable ? GENMASK(15, 0) : 0); in memirq_set_enable() 412 iosys_map_wr(vector, offset, u8, 0x00); in memirq_received()
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_bo.c | 395 iosys_map_wr(&map, i, u32, val); in shrink_test_fill_random()
|