Home
last modified time | relevance | path

Searched refs:iosys_map_wr (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/gpu/drm/
H A Ddrm_draw.c151 iosys_map_wr(dmap, y * dpitch + x * sizeof(u16), u16, fg16); in drm_draw_blit16()
168 iosys_map_wr(dmap, off, u8, (fg32 & 0x000000FF) >> 0); in drm_draw_blit24()
169 iosys_map_wr(dmap, off + 1, u8, (fg32 & 0x0000FF00) >> 8); in drm_draw_blit24()
170 iosys_map_wr(dmap, off + 2, u8, (fg32 & 0x00FF0000) >> 16); in drm_draw_blit24()
187 iosys_map_wr(dmap, y * dpitch + x * sizeof(u32), u32, fg32); in drm_draw_blit32()
202 iosys_map_wr(dmap, y * dpitch + x * sizeof(u16), u16, color); in drm_draw_fill16()
217 iosys_map_wr(dmap, off, u8, (color & 0x000000FF) >> 0); in drm_draw_fill24()
218 iosys_map_wr(dmap, off + 1, u8, (color & 0x0000FF00) >> 8); in drm_draw_fill24()
219 iosys_map_wr(dmap, off + 2, u8, (color & 0x00FF0000) >> 16); in drm_draw_fill24()
233 iosys_map_wr(dmap, y * dpitch + x * sizeof(u32), u32, color); in drm_draw_fill32()
/linux-6.15/include/linux/
H A Diosys-map.h416 #define iosys_map_wr(map__, offset__, type__, val__) ({ \ macro
512 iosys_map_wr(map__, struct_offset__ + offsetof(struct_type__, field__), \
/linux-6.15/drivers/gpu/drm/xe/display/
H A Dxe_dsb_buffer.c22 iosys_map_wr(&dsb_buf->vma->bo->vmap, idx * 4, u32, val); in intel_dsb_buffer_write()
H A Dxe_fb_pin.c38 iosys_map_wr(map, *dpt_ofs, u64, pte); in write_dpt_rotated()
66 iosys_map_wr(map, *dpt_ofs, u64, in write_dpt_remapped()
138 iosys_map_wr(&dpt->vmap, x * 8, u64, pte); in __xe_pin_fb_vma_dpt()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_map.h78 iosys_map_wr(map__, offset__, type__, val__); \
H A Dxe_memirq.c218 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-6.15/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c622 iosys_map_wr(&sb->map[0], off, u32, color); in nv50_set_pixel_swizzle()
637 iosys_map_wr(&sb->map[0], off, u32, color); in nv50_set_pixel()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c395 iosys_map_wr(&map, i, u32, val); in shrink_test_fill_random()