Commit 2955b247 authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/i915: s/"not not"/"not"/

parent ac930bab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -831,7 +831,7 @@ static unsigned int intel_bw_crtc_num_active_planes(const struct intel_crtc_stat
{
	/*
	 * We assume cursors are small enough
	 * to not not cause bandwidth problems.
	 * to not cause bandwidth problems.
	 */
	return hweight8(crtc_state->active_planes & ~BIT(PLANE_CURSOR));
}
@@ -846,7 +846,7 @@ static unsigned int intel_bw_crtc_data_rate(const struct intel_crtc_state *crtc_
	for_each_plane_id_on_crtc(crtc, plane_id) {
		/*
		 * We assume cursors are small enough
		 * to not not cause bandwidth problems.
		 * to not cause bandwidth problems.
		 */
		if (plane_id == PLANE_CURSOR)
			continue;