Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fence.c57 ktime_t start_timestamp; member
200 to_amdgpu_fence(fence)->start_timestamp = ktime_get(); in amdgpu_fence_emit()
431 to_amdgpu_fence(fence)->start_timestamp); in amdgpu_fence_last_unsignaled_time_us()
454 to_amdgpu_fence(fence)->start_timestamp = timestamp; in amdgpu_fence_update_start_timestamp()
/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_ccb.c320 unsigned long start_timestamp = jiffies; in pvr_kccb_reserve_slot_sync() local
324 while ((jiffies - start_timestamp) < (u32)RESERVE_SLOT_TIMEOUT || in pvr_kccb_reserve_slot_sync()
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp_mon.c1759 u32 start_timestamp; in ath12k_dp_mon_tx_parse_status_tlv() local
1765 start_timestamp = in ath12k_dp_mon_tx_parse_status_tlv()
1768 start_timestamp |= in ath12k_dp_mon_tx_parse_status_tlv()
1777 tx_ppdu_info->rx_status.rx_duration = end_timestamp - start_timestamp; in ath12k_dp_mon_tx_parse_status_tlv()