Home
last modified time | relevance | path

Searched refs:amdgpu_ih_ts_after (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ih.h78 #define amdgpu_ih_ts_after(t1, t2) \ macro
Damdgpu_ih.c195 amdgpu_ih_ts_after(checkpoint_ts, ih->processed_timestamp) || in amdgpu_ih_wait_on_checkpoint_process_ts()
Damdgpu_gmc.c411 if (amdgpu_ih_ts_after(timestamp, ih->processed_timestamp)) in amdgpu_gmc_filter_faults()
435 amdgpu_ih_ts_after(fault->timestamp_expiry, in amdgpu_gmc_filter_faults()
Damdgpu_irq.c494 if (amdgpu_ih_ts_after(ih->processed_timestamp, entry.timestamp)) in amdgpu_irq_dispatch()
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_svm.c3003 if (amdgpu_ih_ts_after(ts, svms->checkpoint_ts[gpuidx])) { in svm_range_restore_pages()