Searched refs:rebind (Results 1 – 6 of 6) sorted by relevance
384 struct drm_encoder *rebind; in nv04_dac_mode_set() local393 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()
1208 u32 num_entries, bool rebind) in xe_pt_abort_bind() argument1218 if (!rebind) in xe_pt_abort_bind()1238 u32 num_entries, bool rebind) in xe_pt_commit_prepare_bind() argument1248 if (!rebind) in xe_pt_commit_prepare_bind()2137 pt_op->rebind = BIT(tile->id) & vma->tile_present; in bind_op_prepare()2172 if ((!pt_op->rebind && xe_vm_has_scratch(vm) && in bind_op_prepare()2175 else if (pt_op->rebind && xe_vm_in_preempt_fence_mode(vm) && in bind_op_prepare()2178 else if (pt_op->rebind && !xe_vm_in_lr_mode(vm)) in bind_op_prepare()2185 pt_op->num_entries, pt_op->rebind); in bind_op_prepare()2209 pt_op->rebind = BIT(tile->id) & range->tile_present; in bind_range_prepare()[all …]
98 driver, make changes, recompile, reload and rebind the driver without any need138 rebind the driver to the console arrives.
274 static DRIVER_ATTR_WO(rebind);
192 The reason for having a separate gpu_vm rebind list is that there234 only a subset of vmas are selected for rebind. In this case, all vmas that are235 *not* selected for rebind must be unbound before the exec582 unbind or rebind time.
6425 int rebind = cintf->needs_binding; in usb_reset_device() local6427 if (!rebind && cintf->dev.driver) { in usb_reset_device()6430 rebind = (drv->post_reset)(cintf); in usb_reset_device()6433 rebind = 1; in usb_reset_device()6434 if (rebind) in usb_reset_device()