Commit a5539d0f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Dmitry Baryshkov
Browse files

drm/msm/dpu: Add LM_7, DSC_[67], PP_[67] and MERGE_3D_5

parent b82dd6d2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ enum dpu_lm {
	LM_4,
	LM_5,
	LM_6,
	LM_7,
	LM_MAX
};

@@ -169,6 +170,8 @@ enum dpu_dsc {
	DSC_3,
	DSC_4,
	DSC_5,
	DSC_6,
	DSC_7,
	DSC_MAX
};

@@ -185,6 +188,8 @@ enum dpu_pingpong {
	PINGPONG_3,
	PINGPONG_4,
	PINGPONG_5,
	PINGPONG_6,
	PINGPONG_7,
	PINGPONG_CWB_0,
	PINGPONG_CWB_1,
	PINGPONG_CWB_2,
@@ -199,6 +204,7 @@ enum dpu_merge_3d {
	MERGE_3D_2,
	MERGE_3D_3,
	MERGE_3D_4,
	MERGE_3D_5,
	MERGE_3D_MAX
};