Home
last modified time | relevance | path

Searched refs:patch_offset (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ib.c132 unsigned patch_offset = ~0; in amdgpu_ib_schedule() local
209 patch_offset = amdgpu_ring_init_cond_exec(ring); in amdgpu_ib_schedule()
282 if (patch_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule()
283 amdgpu_ring_patch_cond_exec(ring, patch_offset); in amdgpu_ib_schedule()
H A Damdgpu_vm.c1090 unsigned patch_offset = 0; in amdgpu_vm_flush() local
1119 patch_offset = amdgpu_ring_init_cond_exec(ring); in amdgpu_vm_flush()
1170 amdgpu_ring_patch_cond_exec(ring, patch_offset); in amdgpu_vm_flush()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtrtl.c263 u32 patch_offset = 0; in rtlbt_parse_firmware() local
372 patch_offset = get_unaligned_le32(patch_offset_base + in rtlbt_parse_firmware()
378 if (!patch_offset) { in rtlbt_parse_firmware()
384 BT_DBG("length=%x offset=%x index %d", patch_length, patch_offset, i); in rtlbt_parse_firmware()
385 min_size = patch_offset + patch_length; in rtlbt_parse_firmware()
397 memcpy(buf, btrtl_dev->fw_data + patch_offset, patch_length - 4); in rtlbt_parse_firmware()