Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_bw.c1223 unsigned int new_active_planes = in intel_bw_check_data_rate() local
1232 old_active_planes == new_active_planes) in intel_bw_check_data_rate()
1240 new_bw_state->num_active_planes[crtc->pipe] = new_active_planes; in intel_bw_check_data_rate()
H A Dintel_display.c5695 u8 old_active_planes, new_active_planes; in intel_atomic_check_planes() local
5710 new_active_planes = new_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_atomic_check_planes()
5712 if (hweight8(old_active_planes) == hweight8(new_active_planes)) in intel_atomic_check_planes()
5715 ret = intel_crtc_add_planes_to_state(state, crtc, new_active_planes); in intel_atomic_check_planes()