Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9a77484 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: populate default plane formats only for virtual planes" into msm-4.9

parents 16d0fc74 6d34314c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3953,7 +3953,7 @@ struct drm_plane *sde_plane_init(struct drm_device *dev,
	if (master_plane_id)
		format_list = plane_formats;

	psde->nformats = sde_populate_formats(plane_formats,
	psde->nformats = sde_populate_formats(format_list,
				psde->formats,
				0,
				ARRAY_SIZE(psde->formats));