OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linetime_us
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c
4550
uint_fixed_16_16_t
linetime_us
;
local
4561
linetime_us
= div_fixed16(crtc_htotal * 1000, pixel_rate);
4563
return
linetime_us
;
4675
wp->
linetime_us
= fixed16_to_u32_round_up(
4755
} else if (latency >= wp->
linetime_us
) {
4861
uint_fixed_16_16_t
linetime_us
;
local
4864
linetime_us
= intel_get_linetime_us(crtc_state);
4865
linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8,
linetime_us
));
i915_drv.h
840
u32
linetime_us
;
member in struct:skl_wm_params
Completed in 161 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026