Searched refs:new_active_planes (Results 1 – 2 of 2) sorted by relevance
1353 unsigned int new_active_planes = in intel_bw_check_data_rate() local1362 old_active_planes == new_active_planes) in intel_bw_check_data_rate()1370 new_bw_state->num_active_planes[crtc->pipe] = new_active_planes; in intel_bw_check_data_rate()
5914 u8 old_active_planes, new_active_planes; in intel_atomic_check_planes() local5929 new_active_planes = new_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_atomic_check_planes()5931 if (hweight8(old_active_planes) == hweight8(new_active_planes)) in intel_atomic_check_planes()5934 ret = intel_crtc_add_planes_to_state(state, crtc, new_active_planes); in intel_atomic_check_planes()