Home
last modified time | relevance | path

Searched refs:map_wc (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Duar.c95 bool map_wc) in alloc_uars_page() argument
136 if (map_wc) { in alloc_uars_page()
205 bool map_wc, bool fast_path) in alloc_bfreg() argument
216 if (map_wc) { in alloc_bfreg()
225 up = alloc_uars_page(mdev, map_wc); in alloc_bfreg()
250 bfreg->wc = map_wc; in alloc_bfreg()
258 bool map_wc, bool fast_path) in mlx5_alloc_bfreg() argument
262 err = alloc_bfreg(mdev, bfreg, map_wc, fast_path); in mlx5_alloc_bfreg()
266 if (err == -EAGAIN && map_wc) in mlx5_alloc_bfreg()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem_shmem_helper.c78 shmem->map_wc = false; /* dma-buf mappings use always writecombine */ in __drm_gem_shmem_create()
192 if (shmem->map_wc) in drm_gem_shmem_get_pages()
220 if (shmem->map_wc) in drm_gem_shmem_put_pages()
338 if (shmem->map_wc) in drm_gem_shmem_vmap()
625 if (shmem->map_wc) in drm_gem_shmem_mmap()
/openbmc/linux/drivers/gpu/drm/vgem/
H A Dvgem_drv.c106 obj->map_wc = true; in vgem_gem_create_object()
/openbmc/linux/include/drm/
H A Ddrm_gem_shmem_helper.h93 bool map_wc : 1; member
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_bo.c82 bo->base.map_wc = true; in v3d_create_object()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem.c232 obj->base.map_wc = !pfdev->coherent; in panfrost_gem_create_object()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_gem.c235 bo->base.map_wc = true; in lima_gem_create_object()
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h1116 bool map_wc, bool fast_path);