Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dskl_watermark.c590 unsigned int *weight_total) in intel_crtc_dbuf_weights() argument
598 *weight_total = 0; in intel_crtc_dbuf_weights()
613 *weight_total += weight; in intel_crtc_dbuf_weights()
627 unsigned int weight_total, weight_start, weight_end; in skl_crtc_allocate_ddb() local
653 &weight_start, &weight_end, &weight_total); in skl_crtc_allocate_ddb()
655 start = ddb_range_size * weight_start / weight_total; in skl_crtc_allocate_ddb()
656 end = ddb_range_size * weight_end / weight_total; in skl_crtc_allocate_ddb()