Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_bw.c680 u32 allowed_points = 0; in intel_bw_atomic_check() local
763 allowed_points |= REG_FIELD_PREP(ADLS_QGV_PT_MASK, BIT(i)); in intel_bw_atomic_check()
773 allowed_points |= REG_FIELD_PREP(ADLS_PSF_PT_MASK, BIT(i)); in intel_bw_atomic_check()
785 if ((allowed_points & ADLS_QGV_PT_MASK) == 0) { in intel_bw_atomic_check()
793 if ((allowed_points & ADLS_PSF_PT_MASK) == 0) { in intel_bw_atomic_check()
807 allowed_points = BIT(max_bw_point); in intel_bw_atomic_check()
815 new_bw_state->qgv_points_mask = ~allowed_points & mask; in intel_bw_atomic_check()