Searched refs:lmem (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
H A D | i915_vma_resource.h | 54 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 D | i915_gpu_error.c | 1145 } else if (vma_res->bi.lmem) { in i915_vma_coredump_create()
|
/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_dmabuf.c | 96 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 D | i915_gem_client_blt.c | 269 __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 D | intel_ppgtt.c | 200 if (vma_res->bi.lmem) in ppgtt_bind_vma()
|
H A D | intel_ggtt.c | 759 if (vma_res->bi.lmem) in intel_ggtt_bind_vma()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dpt.c | 96 if (vma_res->bi.lmem) in dpt_bind_vma()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_sriov_pf_debugfs.c | 209 DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(lmem, u64, "%llu\n");
|
H A D | xe_gt_sriov_pf_config.c | 1282 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()
|