OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:res_lines
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c
4722
u32 res_blocks,
res_lines
, min_ddb_alloc = 0;
local in function:skl_compute_plane_wm
4767
res_lines
= div_round_up_fixed16(selected_result,
4781
res_lines
+= wp->y_min_scanlines;
4801
if (
res_lines
% wp->y_min_scanlines == 0)
4805
res_lines
% wp->y_min_scanlines;
4807
min_ddb_alloc = mul_round_up_u32_fixed16(
res_lines
+ extra_lines,
4816
res_lines
= 0;
4818
if (
res_lines
> 31) {
4825
* If
res_lines
is valid, assume we can use this watermark level
4831
result->plane_res_l =
res_lines
;
[
all
...]
intel_pm.c
4722
u32 res_blocks,
res_lines
, min_ddb_alloc = 0;
local in function:skl_compute_plane_wm
4767
res_lines
= div_round_up_fixed16(selected_result,
4781
res_lines
+= wp->y_min_scanlines;
4801
if (
res_lines
% wp->y_min_scanlines == 0)
4805
res_lines
% wp->y_min_scanlines;
4807
min_ddb_alloc = mul_round_up_u32_fixed16(
res_lines
+ extra_lines,
4816
res_lines
= 0;
4818
if (
res_lines
> 31) {
4825
* If
res_lines
is valid, assume we can use this watermark level
4831
result->plane_res_l =
res_lines
;
[
all
...]
Completed in 173 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025