Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c593 unsigned int *weight_end, in intel_crtc_dbuf_weights() argument
601 *weight_end = 0; in intel_crtc_dbuf_weights()
620 *weight_end += weight; in intel_crtc_dbuf_weights()
622 *weight_end += 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()
660 end = ddb_range_size * weight_end / weight_total; in skl_crtc_allocate_ddb()