Searched refs:rebind (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A 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/drivers/gpu/drm/xe/ |
| H A D | xe_pt.c | 1086 u32 num_entries, bool rebind) in xe_pt_abort_bind() argument 1096 if (!rebind) in xe_pt_abort_bind() 1116 u32 num_entries, bool rebind) in xe_pt_commit_prepare_bind() argument 1126 if (!rebind) in xe_pt_commit_prepare_bind() 1804 pt_op->rebind = BIT(tile->id) & vma->tile_present; in bind_op_prepare() 1836 if ((!pt_op->rebind && xe_vm_has_scratch(vm) && in bind_op_prepare() 1839 else if (pt_op->rebind && !xe_vm_in_lr_mode(vm)) in bind_op_prepare() 1846 pt_op->num_entries, pt_op->rebind); in bind_op_prepare() 1870 pt_op->rebind = BIT(tile->id) & range->tile_present; in bind_range_prepare() 1888 pt_op->num_entries, pt_op->rebind); in bind_range_prepare() [all …]
|
| /linux/mm/ |
| H A D | mempolicy.c | 363 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes); member 540 mpol_ops[pol->mode].rebind(pol, newmask); in mpol_rebind_policy() 574 .rebind = mpol_rebind_default, 578 .rebind = mpol_rebind_nodemask, 582 .rebind = mpol_rebind_preferred, 586 .rebind = mpol_rebind_nodemask, 589 .rebind = mpol_rebind_default, 593 .rebind = mpol_rebind_preferred, 597 .rebind = mpol_rebind_nodemask,
|
| /linux/Documentation/driver-api/ |
| H A 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/drivers/usb/usbip/ |
| H A D | stub_main.c | 274 static DRIVER_ATTR_WO(rebind);
|
| /linux/Documentation/gpu/ |
| H A 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/drivers/usb/core/ |
| H A D | hub.c | 6417 int rebind = cintf->needs_binding; in usb_reset_device() local 6419 if (!rebind && cintf->dev.driver) { in usb_reset_device() 6422 rebind = (drv->post_reset)(cintf); in usb_reset_device() 6425 rebind = 1; in usb_reset_device() 6426 if (rebind) in usb_reset_device()
|