OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:method2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c
2533
u32 method1,
method2
;
local
2549
method2
= ilk_wm_method2(crtc_state->pixel_rate,
2554
return min(method1,
method2
);
2565
u32 method1,
method2
;
local
2577
method2
= ilk_wm_method2(crtc_state->pixel_rate,
2581
return min(method1,
method2
);
4720
uint_fixed_16_16_t method1,
method2
;
local
4743
method2
= skl_wm_method2(wp->plane_pixel_rate,
4749
selected_result = max_fixed16(
method2
, wp->y_tile_minimum);
4754
selected_result =
method2
;
[
all
...]
intel_pm.c
2533
u32 method1,
method2
;
local
2549
method2
= ilk_wm_method2(crtc_state->pixel_rate,
2554
return min(method1,
method2
);
2565
u32 method1,
method2
;
local
2577
method2
= ilk_wm_method2(crtc_state->pixel_rate,
2581
return min(method1,
method2
);
4720
uint_fixed_16_16_t method1,
method2
;
local
4743
method2
= skl_wm_method2(wp->plane_pixel_rate,
4749
selected_result = max_fixed16(
method2
, wp->y_tile_minimum);
4754
selected_result =
method2
;
[
all
...]
Completed in 66 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026