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

Commit 5444d7a4 authored by Ping Li's avatar Ping Li Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: remove SSPP feature bits from SDE_PLANE_DIRTY_ALL



Currently SDE_PLANE_DIRTY_ALL covers SSPP feature bits and it
gets set in multiple cases in which we don't want SSPP features
to be affected. This change removes SSPP feature bits from the
SDE_PLANE_DIRTY_ALL.

Change-Id: Ic56ea8d49bae9a1a18d5f40800c4c13f76a22103
Signed-off-by: default avatarPing Li <pingli@codeaurora.org>
parent d57a1dd3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -97,7 +97,10 @@ struct sde_plane_rot_state {
#define SDE_PLANE_DIRTY_VIG_IGC 0x40
#define SDE_PLANE_DIRTY_DMA_IGC 0x80
#define SDE_PLANE_DIRTY_DMA_GC 0x100
#define SDE_PLANE_DIRTY_ALL	0xFFFFFFFF
#define SDE_PLANE_DIRTY_CP (SDE_PLANE_DIRTY_VIG_GAMUT |\
		SDE_PLANE_DIRTY_VIG_IGC | SDE_PLANE_DIRTY_DMA_IGC |\
		SDE_PLANE_DIRTY_DMA_GC)
#define SDE_PLANE_DIRTY_ALL	(0xFFFFFFFF & ~(SDE_PLANE_DIRTY_CP))

/**
 * enum sde_plane_sclcheck_state - User scaler data status