Home
last modified time | relevance | path

Searched refs:lmem (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.h54 bool lmem:1; member
207 bool lmem, in i915_vma_resource_init() argument
223 vma_res->bi.lmem = lmem; in i915_vma_resource_init()
H A Di915_gpu_error.c1145 } else if (vma_res->bi.lmem) { in i915_vma_coredump_create()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_dmabuf.c96 struct intel_memory_region *lmem = i915->mm.regions[INTEL_REGION_LMEM_0]; in igt_dmabuf_import_same_driver_lmem() local
102 if (!lmem) in igt_dmabuf_import_same_driver_lmem()
107 obj = __i915_gem_object_create_user(i915, PAGE_SIZE, &lmem, 1); in igt_dmabuf_import_same_driver_lmem()
H A Di915_gem_client_blt.c269 __create_vma(struct tiled_blits *t, size_t size, bool lmem) in __create_vma() argument
275 if (lmem) in __create_vma()
289 static struct i915_vma *create_vma(struct tiled_blits *t, bool lmem) in create_vma() argument
291 return __create_vma(t, PAGE_ALIGN(t->width * t->height * 4), lmem); in create_vma()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c200 if (vma_res->bi.lmem) in ppgtt_bind_vma()
H A Dintel_ggtt.c759 if (vma_res->bi.lmem) in intel_ggtt_bind_vma()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpt.c96 if (vma_res->bi.lmem) in dpt_bind_vma()
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_debugfs.c209 DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(lmem, u64, "%llu\n");
H A Dxe_gt_sriov_pf_config.c1282 u64 lmem = pf_get_vf_config_lmem(tile->primary_gt, vfid); in pf_distribute_config_lmem() local
1284 if (!lmem) in pf_distribute_config_lmem()
1286 err = pf_push_vf_cfg_lmem(gt, vfid, lmem); in pf_distribute_config_lmem()