Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_bw.c707 unsigned int old_active_planes = in intel_bw_atomic_check() local
717 old_active_planes == new_active_planes) in intel_bw_atomic_check()
Dintel_display.c9659 u8 old_active_planes, new_active_planes; in intel_atomic_check_planes() local
9673 old_active_planes = old_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_atomic_check_planes()
9676 if (hweight8(old_active_planes) == hweight8(new_active_planes)) in intel_atomic_check_planes()