Searched refs:iosys_map_memset (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/display/ |
D | xe_dsb_buffer.c | 37 iosys_map_memset(&dsb_buf->vma->bo->vmap, idx * 4, val, size); in intel_dsb_buffer_memset()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_map.h | 44 iosys_map_memset(dst, offset, value, len); in xe_map_memset()
|
D | xe_memirq.c | 143 iosys_map_memset(&bo->vmap, 0, 0, SZ_4K); in memirq_alloc_pages()
|
/linux-6.12.1/include/linux/ |
D | iosys-map.h | 341 static inline void iosys_map_memset(struct iosys_map *dst, size_t offset, in iosys_map_memset() function
|
/linux-6.12.1/drivers/gpu/drm/tests/ |
D | drm_gem_shmem_test.c | 182 iosys_map_memset(&map, 0, TEST_BYTE, TEST_SIZE); in drm_gem_shmem_test_vmap()
|
/linux-6.12.1/drivers/gpu/drm/tiny/ |
D | simpledrm.c | 670 iosys_map_memset(&sdev->screen_base, 0, 0, sdev->pitch * sdev->mode.vdisplay); in simpledrm_primary_plane_helper_atomic_disable()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ads.c | 1029 iosys_map_memset(&guc->ads_map, guc_ads_private_data_offset(guc), in guc_ads_private_data_reset()
|