Home
last modified time | relevance | path

Searched refs:rebind (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c120 bool rebind);
128 bool rebind);
590 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_shader()
604 bool rebind) in vmw_binding_scrub_render_target() argument
622 cmd->body.target.sid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_render_target()
640 bool rebind) in vmw_binding_scrub_texture() argument
662 cmd->body.s1.value = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_texture()
691 cmd->body.shaderId = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_dx_shader()
721 if (rebind) { in vmw_binding_scrub_cb()
1293 if (rebind) { in vmw_binding_scrub_ib()
[all …]
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pt_types.h32 bool rebind; member
88 bool rebind; member
H A Dxe_pt.c1033 u32 num_entries, bool rebind) in xe_pt_abort_bind() argument
1043 if (!rebind) in xe_pt_abort_bind()
1063 u32 num_entries, bool rebind) in xe_pt_commit_prepare_bind() argument
1073 if (!rebind) in xe_pt_commit_prepare_bind()
1841 if ((!pt_op->rebind && xe_vm_has_scratch(vm) && in bind_op_prepare()
1851 pt_op->num_entries, pt_op->rebind); in bind_op_prepare()
1893 pt_op->num_entries, pt_op->rebind); in bind_range_prepare()
1921 pt_op->rebind = false; in unbind_op_prepare()
1960 pt_op->rebind = false; in unbind_range_prepare()
2170 list_del_init(&vma->combined_links.rebind); in unbind_op_commit()
[all …]
H A Dxe_vm_types.h91 struct list_head rebind; member
H A Dxe_vm.c393 list_move_tail(&gpuva_to_vma(gpuva)->combined_links.rebind, in xe_gpuvm_validate()
726 if (!list_empty(&uvma->vma.combined_links.rebind)) in xe_vm_userptr_pin()
727 list_del_init(&uvma->vma.combined_links.rebind); in xe_vm_userptr_pin()
744 list_move_tail(&uvma->vma.combined_links.rebind, in xe_vm_userptr_pin()
874 list_for_each_entry(vma, &vm->rebind_list, combined_links.rebind) { in xe_vm_rebind()
898 combined_links.rebind) in xe_vm_rebind()
899 list_del_init(&vma->combined_links.rebind); in xe_vm_rebind()
1181 INIT_LIST_HEAD(&vma->combined_links.rebind); in xe_vma_create()
1879 list_del_init(&vma->combined_links.rebind); in xe_vm_close_and_put()
/linux-6.15/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c384 struct drm_encoder *rebind; in nv04_dac_mode_set() local
393 list_for_each_entry(rebind, &dev->mode_config.encoder_list, head) { in nv04_dac_mode_set()
394 if (rebind == encoder in nv04_dac_mode_set()
395 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set()
398 dac_offset = nv04_dac_output_offset(rebind); in nv04_dac_mode_set()
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Di915-kbl-skips.txt41 device_reset@unbind-reset-rebind
42 # [IGT] device_reset: starting subtest unbind-reset-rebind
/linux-6.15/mm/
H A Dmempolicy.c251 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes); member
427 mpol_ops[pol->mode].rebind(pol, newmask); in mpol_rebind_policy()
461 .rebind = mpol_rebind_default,
465 .rebind = mpol_rebind_nodemask,
469 .rebind = mpol_rebind_preferred,
473 .rebind = mpol_rebind_nodemask,
476 .rebind = mpol_rebind_default,
480 .rebind = mpol_rebind_preferred,
484 .rebind = mpol_rebind_nodemask,
/linux-6.15/Documentation/driver-api/
H A Dconsole.rst98 driver, make changes, recompile, reload and rebind the driver without any need
138 rebind the driver to the console arrives.
/linux-6.15/drivers/usb/usbip/
H A Dstub_main.c274 static DRIVER_ATTR_WO(rebind);
/linux-6.15/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst192 The reason for having a separate gpu_vm rebind list is that there
234 only a subset of vmas are selected for rebind. In this case, all vmas that are
235 *not* selected for rebind must be unbound before the exec
582 unbind or rebind time.
H A Ddrm-uapi.rst436 rebind unbind + bind driver
463 SUBSYSTEM=="drm", ENV{WEDGED}=="rebind", DEVPATH=="*/drm/card[0-9]",
464 RUN+="/path/to/rebind.sh $env{DEVPATH}"
/linux-6.15/drivers/usb/core/
H A Dhub.c6365 int rebind = cintf->needs_binding; in usb_reset_device() local
6367 if (!rebind && cintf->dev.driver) { in usb_reset_device()
6370 rebind = (drv->post_reset)(cintf); in usb_reset_device()
6373 rebind = 1; in usb_reset_device()
6374 if (rebind) in usb_reset_device()