OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:planeb_wm
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c
2309
int planea_wm,
planeb_wm
;
local in function:i9xx_update_wm
2360
planeb_wm
= intel_calculate_wm(adjusted_mode->crtc_clock,
2368
planeb_wm
= fifo_size - wm_info->guard_size;
2369
if (
planeb_wm
> (long)wm_info->max_wm)
2370
planeb_wm
= wm_info->max_wm;
2374
"FIFO watermarks - A: %d, B: %d\n", planea_wm,
planeb_wm
);
2431
planea_wm,
planeb_wm
, cwm, srwm);
2433
fwater_lo = ((
planeb_wm
& 0x3f) << 16) | (planea_wm & 0x3f);
intel_pm.c
2309
int planea_wm,
planeb_wm
;
local in function:i9xx_update_wm
2360
planeb_wm
= intel_calculate_wm(adjusted_mode->crtc_clock,
2368
planeb_wm
= fifo_size - wm_info->guard_size;
2369
if (
planeb_wm
> (long)wm_info->max_wm)
2370
planeb_wm
= wm_info->max_wm;
2374
"FIFO watermarks - A: %d, B: %d\n", planea_wm,
planeb_wm
);
2431
planea_wm,
planeb_wm
, cwm, srwm);
2433
fwater_lo = ((
planeb_wm
& 0x3f) << 16) | (planea_wm & 0x3f);
Completed in 31 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025