Searched refs:iosys_map_memset (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/xe/display/ |
H A D | xe_dsb_buffer.c | 37 iosys_map_memset(&dsb_buf->vma->bo->vmap, idx * 4, val, size); in intel_dsb_buffer_memset()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_map.h | 44 iosys_map_memset(dst, offset, value, len); in xe_map_memset()
|
H A D | xe_memirq.c | 194 iosys_map_memset(&bo->vmap, 0, 0, bo_size); in memirq_alloc_pages()
|
/linux/include/linux/ |
H A D | iosys-map.h | 341 static inline void iosys_map_memset(struct iosys_map *dst, size_t offset, in iosys_map_memset() function
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_gem_shmem_test.c | 182 iosys_map_memset(&map, 0, TEST_BYTE, TEST_SIZE); in drm_gem_shmem_test_vmap()
|
/linux/drivers/gpu/drm/clients/ |
H A D | drm_log.c | 101 iosys_map_memset(&map, r.y1 * fb->pitches[0], 0, height * fb->pitches[0]); in drm_log_clear_line()
|
/linux/drivers/gpu/drm/tiny/ |
H A 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/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ads.c | 1029 iosys_map_memset(&guc->ads_map, guc_ads_private_data_offset(guc), in guc_ads_private_data_reset()
|