Home
last modified time | relevance | path

Searched refs:MIN_RESERVED_DET_SEGS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c141 #define MIN_RESERVED_DET_SEGS 2 macro
1754 if (remaining_det_segs > MIN_RESERVED_DET_SEGS) in dcn315_populate_dml_pipes_from_context()
1755 …pipes[pipe_cnt].pipe.src.det_size_override += (remaining_det_segs - MIN_RESERVED_DET_SEGS) / crb_p… in dcn315_populate_dml_pipes_from_context()
1756 (crb_idx < (remaining_det_segs - MIN_RESERVED_DET_SEGS) % crb_pipes ? 1 : 0); in dcn315_populate_dml_pipes_from_context()