Home
last modified time | relevance | path

Searched refs:processed_timestamp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.h74 uint64_t processed_timestamp; member
H A Damdgpu_irq.c486 if (amdgpu_ih_ts_after(ih->processed_timestamp, entry.timestamp)) in amdgpu_irq_dispatch()
487 ih->processed_timestamp = entry.timestamp; in amdgpu_irq_dispatch()
H A Damdgpu_ih.c195 amdgpu_ih_ts_after(checkpoint_ts, ih->processed_timestamp) || in amdgpu_ih_wait_on_checkpoint_process_ts()
H A Damdgpu_gmc.c383 if (amdgpu_ih_ts_after(timestamp, ih->processed_timestamp)) in amdgpu_gmc_filter_faults()