OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pipe_h
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c
7840
u64 pipe_w,
pipe_h
, pfit_w, pfit_h;
local
7844
pipe_h
= pipe_config->pipe_src_h;
7850
if (
pipe_h
< pfit_h)
7851
pipe_h
= pfit_h;
7856
pixel_rate = div_u64(mul_u32_u32(pixel_rate, pipe_w *
pipe_h
),
Completed in 38 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026