Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_bw.c1353 unsigned int new_active_planes = in intel_bw_check_data_rate() local
1362 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()
H A Dintel_display.c5914 u8 old_active_planes, new_active_planes; in intel_atomic_check_planes() local
5929 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()