/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_binding.c | 118 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind); 120 bool rebind); 121 static int vmw_binding_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind); 122 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind); 123 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind); 124 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind); 125 static int vmw_binding_scrub_so_target(struct vmw_ctx_bindinfo *bi, bool rebind); 128 bool rebind); 129 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind); 130 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind); [all …]
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | vkms-none-fails.txt | 5 core_hotunplug@hotunbind-rebind,Fail 7 core_hotunplug@unbind-rebind,Fail 11 device_reset@unbind-cold-reset-rebind,Fail 12 device_reset@unbind-reset-rebind,Fail
|
D | msm-apq8096-fails.txt | 3 device_reset@unbind-cold-reset-rebind,Fail 4 device_reset@unbind-reset-rebind,Fail
|
D | msm-apq8016-fails.txt | 3 device_reset@unbind-cold-reset-rebind,Fail 4 device_reset@unbind-reset-rebind,Fail
|
D | rockchip-rk3288-fails.txt | 6 device_reset@unbind-cold-reset-rebind,Crash 7 device_reset@unbind-reset-rebind,Crash
|
D | mediatek-mt8183-fails.txt | 4 device_reset@unbind-cold-reset-rebind,Fail 5 device_reset@unbind-reset-rebind,Fail
|
D | msm-sdm845-fails.txt | 3 device_reset@unbind-cold-reset-rebind,Fail 4 device_reset@unbind-reset-rebind,Fail
|
D | mediatek-mt8173-fails.txt | 3 device_reset@unbind-cold-reset-rebind,Fail 4 device_reset@unbind-reset-rebind,Fail
|
D | msm-sc7180-trogdor-lazor-limozeen-fails.txt | 3 device_reset@unbind-cold-reset-rebind,Fail 4 device_reset@unbind-reset-rebind,Fail
|
D | msm-sc7180-trogdor-kingoftown-fails.txt | 3 device_reset@unbind-cold-reset-rebind,Fail 4 device_reset@unbind-reset-rebind,Fail
|
D | rockchip-rk3399-fails.txt | 3 device_reset@unbind-cold-reset-rebind,Fail 4 device_reset@unbind-reset-rebind,Fail
|
D | i915-tgl-fails.txt | 5 core_hotunplug@hotunbind-rebind,Timeout
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_pt_types.h | 32 bool rebind; member 88 bool rebind; member
|
D | xe_pt.c | 911 u32 num_entries, bool rebind) in xe_pt_abort_bind() argument 921 if (!rebind) in xe_pt_abort_bind() 941 u32 num_entries, bool rebind) in xe_pt_commit_prepare_bind() argument 951 if (!rebind) in xe_pt_commit_prepare_bind() 1657 pt_op->rebind = BIT(tile->id) & vma->tile_present; in bind_op_prepare() 1687 if ((!pt_op->rebind && xe_vm_has_scratch(vm) && in bind_op_prepare() 1690 else if (pt_op->rebind && !xe_vm_in_lr_mode(vm)) in bind_op_prepare() 1697 pt_op->num_entries, pt_op->rebind); in bind_op_prepare() 1731 pt_op->rebind = false; in unbind_op_prepare() 1906 list_del_init(&vma->combined_links.rebind); in unbind_op_commit() [all …]
|
D | xe_vm_types.h | 84 struct list_head rebind; member
|
D | xe_vm.c | 390 list_move_tail(&gpuva_to_vma(gpuva)->combined_links.rebind, in xe_gpuvm_validate() 700 list_move_tail(&uvma->vma.combined_links.rebind, in xe_vm_userptr_pin() 817 list_for_each_entry(vma, &vm->rebind_list, combined_links.rebind) { in xe_vm_rebind() 841 combined_links.rebind) in xe_vm_rebind() 842 list_del_init(&vma->combined_links.rebind); in xe_vm_rebind() 946 INIT_LIST_HEAD(&vma->combined_links.rebind); in xe_vma_create() 1577 list_del_init(&vma->combined_links.rebind); in xe_vm_close_and_put()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv04/ |
D | dac.c | 384 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.12.1/mm/ |
D | mempolicy.c | 220 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes); member 396 mpol_ops[pol->mode].rebind(pol, newmask); in mpol_rebind_policy() 430 .rebind = mpol_rebind_default, 434 .rebind = mpol_rebind_nodemask, 438 .rebind = mpol_rebind_preferred, 442 .rebind = mpol_rebind_nodemask, 445 .rebind = mpol_rebind_default, 449 .rebind = mpol_rebind_preferred, 453 .rebind = mpol_rebind_nodemask,
|
/linux-6.12.1/Documentation/driver-api/ |
D | console.rst | 98 driver, make changes, recompile, reload and rebind the driver without any need 138 rebind the driver to the console arrives.
|
/linux-6.12.1/drivers/usb/usbip/ |
D | stub_main.c | 274 static DRIVER_ATTR_WO(rebind);
|
/linux-6.12.1/Documentation/gpu/ |
D | drm-vm-bind-locking.rst | 192 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.
|
/linux-6.12.1/drivers/usb/core/ |
D | hub.c | 6322 int rebind = cintf->needs_binding; in usb_reset_device() local 6324 if (!rebind && cintf->dev.driver) { in usb_reset_device() 6327 rebind = (drv->post_reset)(cintf); in usb_reset_device() 6330 rebind = 1; in usb_reset_device() 6331 if (rebind) in usb_reset_device()
|