| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_domain.c | 61 if (!(obj->write_domain & flush_domains)) in flush_write_domain() 64 switch (obj->write_domain) { in flush_write_domain() 88 obj->write_domain = 0; in flush_write_domain() 100 obj->write_domain = 0; in __i915_gem_object_flush_for_display() 142 if (obj->write_domain == I915_GEM_DOMAIN_WC) in i915_gem_object_set_to_wc_domain() 169 GEM_BUG_ON((obj->write_domain & ~I915_GEM_DOMAIN_WC) != 0); in i915_gem_object_set_to_wc_domain() 173 obj->write_domain = I915_GEM_DOMAIN_WC; in i915_gem_object_set_to_wc_domain() 204 if (obj->write_domain == I915_GEM_DOMAIN_GTT) in i915_gem_object_set_to_gtt_domain() 231 GEM_BUG_ON((obj->write_domain & ~I915_GEM_DOMAIN_GTT) != 0); in i915_gem_object_set_to_gtt_domain() 237 obj->write_domain = I915_GEM_DOMAIN_GTT; in i915_gem_object_set_to_gtt_domain() [all …]
|
| H A D | i915_gem_shmem.c | 228 GEM_BUG_ON(obj->write_domain & I915_GEM_GPU_DOMAINS); in shmem_get_pages() 579 obj->write_domain = I915_GEM_DOMAIN_CPU; in shmem_object_init() 636 GEM_BUG_ON(obj->write_domain != I915_GEM_DOMAIN_CPU); in i915_gem_object_create_shmem_from_data()
|
| H A D | i915_gem_clflush.c | 133 GEM_BUG_ON(obj->write_domain != I915_GEM_DOMAIN_CPU); in i915_gem_clflush_object()
|
| H A D | i915_gem_internal.c | 170 obj->write_domain = I915_GEM_DOMAIN_CPU; in __i915_gem_object_create_internal()
|
| H A D | i915_gem_ttm_move.c | 87 obj->write_domain = I915_GEM_DOMAIN_WC; in i915_ttm_adjust_domains_after_move() 90 obj->write_domain = I915_GEM_DOMAIN_CPU; in i915_ttm_adjust_domains_after_move()
|
| H A D | i915_gem_execbuffer.c | 1425 if (unlikely(reloc->write_domain & (reloc->write_domain - 1))) { in eb_relocate_entry() 1432 reloc->write_domain); in eb_relocate_entry() 1435 if (unlikely((reloc->write_domain | reloc->read_domains) in eb_relocate_entry() 1443 reloc->write_domain); in eb_relocate_entry() 1447 if (reloc->write_domain) { in eb_relocate_entry() 1456 if (reloc->write_domain == I915_GEM_DOMAIN_INSTRUCTION && in eb_relocate_entry()
|
| H A D | i915_gem_pages.c | 39 obj->write_domain = 0; in __i915_gem_object_set_pages() 624 obj->write_domain &= ~I915_GEM_DOMAIN_CPU; in __i915_gem_object_flush_map()
|
| H A D | i915_gem_dmabuf.c | 333 obj->write_domain = 0; in i915_gem_prime_import()
|
| H A D | i915_gem_userptr.c | 529 obj->write_domain = I915_GEM_DOMAIN_CPU; in i915_gem_userptr_ioctl()
|
| H A D | i915_gem_object.h | 798 obj->write_domain = I915_GEM_DOMAIN_CPU; in __start_cpu_write()
|
| H A D | i915_gem_ttm.c | 450 obj->write_domain = 0; in i915_ttm_purge()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_cs.c | 124 + !!r->write_domain; in radeon_cs_parser_relocs() 146 uint32_t domain = r->write_domain ? in radeon_cs_parser_relocs() 147 r->write_domain : r->read_domains; in radeon_cs_parser_relocs() 184 p->relocs[i].shared = !r->write_domain; in radeon_cs_parser_relocs()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | huge_gem_object.c | 125 obj->write_domain = I915_GEM_DOMAIN_CPU; in huge_gem_object()
|
| H A D | huge_pages.c | 200 obj->write_domain = I915_GEM_DOMAIN_CPU; in huge_pages_object() 355 obj->write_domain = I915_GEM_DOMAIN_CPU; in fake_huge_pages_object()
|
| H A D | i915_gem_context.c | 502 obj->write_domain = 0; in cpu_fill()
|
| /linux/include/uapi/drm/ |
| H A D | radeon_drm.h | 879 __u32 write_domain; member 979 __u32 write_domain; member
|
| H A D | i915_drm.h | 1110 __u32 write_domain; member 1160 __u32 write_domain; member
|
| /linux/tools/include/uapi/drm/ |
| H A D | i915_drm.h | 1110 __u32 write_domain; member 1160 __u32 write_domain; member
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | dmabuf.c | 216 obj->write_domain = 0; in vgpu_create_gem()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_debugfs.c | 188 obj->write_domain, in i915_debugfs_describe_obj()
|
| H A D | i915_vma.c | 2024 obj->write_domain = I915_GEM_DOMAIN_RENDER; in _i915_vma_move_to_active() 2028 obj->write_domain = 0; in _i915_vma_move_to_active()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ggtt.c | 1651 write_domain_objs |= fetch_and_zero(&obj->write_domain); in i915_ggtt_resume_vm()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_gem_gtt.c | 136 obj->write_domain = I915_GEM_DOMAIN_CPU; in fake_dma_object()
|