Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diosys-map.h411 #define iosys_map_wr(map__, offset__, type__, val__) ({ \ macro
507 iosys_map_wr(map__, struct_offset__ + offsetof(struct_type__, field__), \
/linux/drivers/gpu/drm/xe/display/
H A Dxe_dsb_buffer.c24 iosys_map_wr(&dsb_buf->bo->vmap, idx * 4, u32, val); in intel_dsb_buffer_write()
H A Dxe_panic.c75 iosys_map_wr(&panic->vmap, offset, u32, color); in xe_panic_page_set_pixel()
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c632 iosys_map_wr(&sb->map[0], off, u32, color); in nv50_set_pixel_swizzle()
647 iosys_map_wr(&sb->map[0], off, u32, color); in nv50_set_pixel()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c392 iosys_map_wr(&map, i, u32, val); in shrink_test_fill_random()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_pages.c401 iosys_map_wr(&sb->map[0], offset, u32, color); in i915_gem_object_panic_map_set_pixel()