Home
last modified time | relevance | path

Searched refs:msecs_to_jiffies (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/sys/dev/drm/include/linux/
HDjiffies.h41 #define msecs_to_jiffies(x) (((int64_t)(x)) * hz / 1000) macro
/dragonfly/sys/dev/drm/include/drm/
HDgpu_scheduler.h30 #define MAX_WAIT_SCHED_ENTITY_Q_EMPTY msecs_to_jiffies(1000)
/dragonfly/sys/dev/drm/i915/
HDintel_hotplug.c156 unsigned long end = start + msecs_to_jiffies(HPD_STORM_DETECT_PERIOD); in intel_hpd_irq_storm_detect()
220 msecs_to_jiffies(HPD_STORM_REENABLE_DELAY)); in intel_hpd_irq_storm_disable()
HDintel_lspcon.c180 if (time_after(jiffies, start + msecs_to_jiffies(1000))) in lspcon_resume_in_pcon_wa()
HDintel_psr.c548msecs_to_jiffies(intel_dp->panel_power_cycle_delay * 5)); in intel_psr_enable()
910 msecs_to_jiffies(100)); in intel_psr_flush()
HDi915_gem_request.c298 msecs_to_jiffies(100)); in unreserve_engine()
HDi915_drv.h606 #define DRM_I915_THROTTLE_JIFFIES msecs_to_jiffies(20)
1592 #define DRM_I915_HANGCHECK_JIFFIES msecs_to_jiffies(DRM_I915_HANGCHECK_PERIOD)
4325 unsigned long j = msecs_to_jiffies(m); in msecs_to_jiffies_timeout()
HDintel_fbc.c445 msecs_to_jiffies(50)); in intel_fbc_work_fn()
HDintel_dp.c2180 delay = msecs_to_jiffies(intel_dp->panel_power_cycle_delay * 5); in edp_panel_vdd_schedule_off()
5727 msecs_to_jiffies(1000)); in intel_edp_drrs_flush()
/dragonfly/sys/dev/drm/radeon/
HDradeon_pm.c166 msecs_to_jiffies(RADEON_WAIT_VBLANK_TIMEOUT)); in radeon_sync_with_vblank()
1308 msecs_to_jiffies(RADEON_IDLE_LOOP_MS)); in radeon_pm_resume_old()
1783msecs_to_jiffies(RADEON_IDLE_LOOP_MS)); in radeon_pm_compute_clocks_old()
1789msecs_to_jiffies(RADEON_IDLE_LOOP_MS)); in radeon_pm_compute_clocks_old()
1922 msecs_to_jiffies(RADEON_RECLOCK_DELAY_MS); in radeon_dynpm_idle_work_handler()
1932 msecs_to_jiffies(RADEON_RECLOCK_DELAY_MS); in radeon_dynpm_idle_work_handler()
1946 msecs_to_jiffies(RADEON_IDLE_LOOP_MS)); in radeon_dynpm_idle_work_handler()
HDradeon_vce.c276 msecs_to_jiffies(VCE_IDLE_TIMEOUT_MS)); in radeon_vce_idle_work_handler()
292 msecs_to_jiffies(VCE_IDLE_TIMEOUT_MS)); in radeon_vce_note_usage()
HDradeon_uvd.c885 msecs_to_jiffies(UVD_IDLE_TIMEOUT_MS)); in radeon_uvd_idle_work_handler()
894 msecs_to_jiffies(UVD_IDLE_TIMEOUT_MS)); in radeon_uvd_note_usage()
HDradeon_connectors.c1292 msecs_to_jiffies(1000)); in radeon_dvi_detect()
/dragonfly/sys/net/netmap/
HDnetmap_generic.c148 msecs_to_jiffies(RATE_PERIOD * 1000)); in rate_callback()
247 if (mod_timer(&rate_ctx.timer, jiffies + msecs_to_jiffies(1500))) { in generic_netmap_register()
/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_lna_div.c83 #define msecs_to_jiffies(a) ( (a) * hz / 1000 ) macro
773 msecs_to_jiffies(ATH_ANT_DIV_COMB_SHORT_SCAN_INTR))) in ath_lna_rx_comb_scan()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_ib.c36 #define AMDGPU_IB_TEST_TIMEOUT msecs_to_jiffies(1000)
HDamdgpu_uvd.c43 #define UVD_IDLE_TIMEOUT msecs_to_jiffies(1000)
1076 msecs_to_jiffies(10)); in amdgpu_uvd_send_msg()
HDamdgpu_fence.c448 timeout = msecs_to_jiffies(amdgpu_lockup_timeout); in amdgpu_fence_driver_init_ring()
HDamdgpu_vcn.c41 #define VCN_IDLE_TIMEOUT msecs_to_jiffies(1000)
HDamdgpu_device.c1803 msecs_to_jiffies(AMDGPU_RESUME_MS)); in amdgpu_device_ip_late_init()
3178 tmo = msecs_to_jiffies(8000); in amdgpu_device_handle_vram_lost()
3180 tmo = msecs_to_jiffies(100); in amdgpu_device_handle_vram_lost()
HDamdgpu_amdkfd_gfx_v8.c437 end_jiffies = msecs_to_jiffies(2000) + jiffies; in kgd_hqd_sdma_load()
HDamdgpu_vce.c39 #define VCE_IDLE_TIMEOUT msecs_to_jiffies(1000)
HDamdgpu_amdkfd_gfx_v9.c548 end_jiffies = msecs_to_jiffies(2000) + jiffies; in kgd_hqd_sdma_load()
/dragonfly/sys/gnu/dev/misc/apple_gmux/
HDapple-gmux.c568 msecs_to_jiffies(200))) in gmux_set_discrete_state()
/dragonfly/sys/dev/drm/
HDdrm_vblank.c1071 msecs_to_jiffies(100)); in drm_wait_one_vblank()

12