Home
last modified time | relevance | path

Searched refs:iosys_map_rd (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Diosys-map.h394 #define iosys_map_rd(map__, offset__, type__) ({ \ macro
489 iosys_map_rd(map__, struct_offset__ + offsetof(struct_type__, field__), \
/linux/drivers/gpu/drm/xe/display/
H A Dxe_dsb_buffer.c28 return iosys_map_rd(&dsb_buf->vma->bo->vmap, idx * 4, u32); in intel_dsb_buffer_read()
/linux/drivers/gpu/drm/xe/
H A Dxe_map.h72 iosys_map_rd(map__, offset__, type__); \
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c415 if (iosys_map_rd(&map, i, u32) != val) { in shrink_test_verify()
419 (unsigned int)iosys_map_rd(&map, i, u32), val); in shrink_test_verify()
/linux/drivers/gpu/drm/tests/
H A Ddrm_gem_shmem_test.c184 KUNIT_EXPECT_EQ(test, iosys_map_rd(&map, i, u8), TEST_BYTE); in drm_gem_shmem_test_vmap()