Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c594 unsigned int *weight_total) in intel_crtc_dbuf_weights() argument
602 *weight_total = 0; in intel_crtc_dbuf_weights()
617 *weight_total += weight; in intel_crtc_dbuf_weights()
631 unsigned int weight_total, weight_start, weight_end; in skl_crtc_allocate_ddb() local
657 &weight_start, &weight_end, &weight_total); in skl_crtc_allocate_ddb()
659 start = ddb_range_size * weight_start / weight_total; in skl_crtc_allocate_ddb()
660 end = ddb_range_size * weight_end / weight_total; in skl_crtc_allocate_ddb()