Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/
Ddrm_panic.c270 iosys_map_wr(dmap, y * dpitch + x * sizeof(u16), u16, fg16); in drm_panic_blit16()
286 iosys_map_wr(dmap, off, u8, (fg32 & 0x000000FF) >> 0); in drm_panic_blit24()
287 iosys_map_wr(dmap, off + 1, u8, (fg32 & 0x0000FF00) >> 8); in drm_panic_blit24()
288 iosys_map_wr(dmap, off + 2, u8, (fg32 & 0x00FF0000) >> 16); in drm_panic_blit24()
304 iosys_map_wr(dmap, y * dpitch + x * sizeof(u32), u32, fg32); in drm_panic_blit32()
371 iosys_map_wr(dmap, y * dpitch + x * sizeof(u16), u16, color); in drm_panic_fill16()
385 iosys_map_wr(dmap, off, u8, (color & 0x000000FF) >> 0); in drm_panic_fill24()
386 iosys_map_wr(dmap, off + 1, u8, (color & 0x0000FF00) >> 8); in drm_panic_fill24()
387 iosys_map_wr(dmap, off + 2, u8, (color & 0x00FF0000) >> 16); in drm_panic_fill24()
400 iosys_map_wr(dmap, y * dpitch + x * sizeof(u32), u32, color); in drm_panic_fill32()
/linux-6.12.1/include/linux/
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.12.1/drivers/gpu/drm/xe/display/
Dxe_fb_pin.c36 iosys_map_wr(map, *dpt_ofs, u64, pte); in write_dpt_rotated()
64 iosys_map_wr(map, *dpt_ofs, u64, in write_dpt_remapped()
128 iosys_map_wr(&dpt->vmap, x * 8, u64, pte); in __xe_pin_fb_vma_dpt()
Dxe_dsb_buffer.c22 iosys_map_wr(&dsb_buf->vma->bo->vmap, idx * 4, u32, val); in intel_dsb_buffer_write()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_memirq.c167 iosys_map_wr(&memirq->mask, 0, u32, enable ? GENMASK(15, 0) : 0); in memirq_set_enable()
355 iosys_map_wr(vector, offset, u8, 0x00); in memirq_received()
Dxe_map.h78 iosys_map_wr(map__, offset__, type__, val__); \