Skip to content

Commit 202c044

Browse files
MarijnS95Abhinav Kumar
authored andcommitted
drm/msm/dpu: Remove duplicate register defines from INTF
The INTF_FRAME_LINE_COUNT_EN, INTF_FRAME_COUNT and INTF_LINE_COUNT registers are already defined higher up, in the right place when sorted numerically. Fixes: 25fdd59 ("drm/msm: Add SDM845 DPU support") Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Patchwork: https://patchwork.freedesktop.org/patch/534231/ Link: https://lore.kernel.org/r/20230411-dpu-intf-te-v4-8-27ce1a5ab5c6@somainline.org Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
1 parent 7557f58 commit 202c044

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@
5656
#define INTF_TPG_RGB_MAPPING 0x11C
5757
#define INTF_PROG_FETCH_START 0x170
5858
#define INTF_PROG_ROT_START 0x174
59-
60-
#define INTF_FRAME_LINE_COUNT_EN 0x0A8
61-
#define INTF_FRAME_COUNT 0x0AC
62-
#define INTF_LINE_COUNT 0x0B0
63-
6459
#define INTF_MUX 0x25C
6560
#define INTF_STATUS 0x26C
6661

0 commit comments

Comments
 (0)