Home
last modified time | relevance | path

Searched refs:jiffies_to_msecs (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/drm/include/linux/
HDjiffies.h40 #define jiffies_to_msecs(x) (((int64_t)(x)) * 1000 / hz) macro
/dragonfly/sys/dev/drm/i915/
HDintel_lspcon.c176 jiffies_to_msecs(jiffies - start)); in lspcon_resume_in_pcon_wa()
HDintel_engine_cs.c1639 jiffies_to_msecs(jiffies - rq->emitted_jiffies), in print_request()
1658 jiffies_to_msecs(jiffies - engine->hangcheck.action_timestamp), in intel_engine_dump()
HDintel_pm.c5961 dev_priv->ips.last_time1 = jiffies_to_msecs(jiffies); in ironlake_enable_drps()
7456 unsigned long now = jiffies_to_msecs(jiffies), diff1; in __i915_chipset_val()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_benchmark.c52 r = jiffies_to_msecs(end_jiffies - start_jiffies); in amdgpu_benchmark_do_move()
HDatom.c744 if ((jiffies_to_msecs(cjiffies) > 10000)) { in atom_op_jump()
/dragonfly/sys/dev/drm/radeon/
HDradeon_benchmark.c71 return jiffies_to_msecs(end_jiffies - start_jiffies); in radeon_benchmark_do_move()
HDradeon_ring.c259 elapsed = jiffies_to_msecs(jiffies_64 - last); in radeon_ring_test_lockup()
HDatom.c737 if ((jiffies_to_msecs(cjiffies) > 5000)) { in atom_op_jump()