mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
drm/msm/dpu: Remove duplicate register defines from INTF
[ Upstream commit202c044203] 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:25fdd5933e("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
eaf9394ed7
commit
dc30fed07d
@@ -51,11 +51,6 @@
|
|||||||
#define INTF_TPG_RGB_MAPPING 0x11C
|
#define INTF_TPG_RGB_MAPPING 0x11C
|
||||||
#define INTF_PROG_FETCH_START 0x170
|
#define INTF_PROG_FETCH_START 0x170
|
||||||
#define INTF_PROG_ROT_START 0x174
|
#define INTF_PROG_ROT_START 0x174
|
||||||
|
|
||||||
#define INTF_FRAME_LINE_COUNT_EN 0x0A8
|
|
||||||
#define INTF_FRAME_COUNT 0x0AC
|
|
||||||
#define INTF_LINE_COUNT 0x0B0
|
|
||||||
|
|
||||||
#define INTF_MUX 0x25C
|
#define INTF_MUX 0x25C
|
||||||
|
|
||||||
static const struct dpu_intf_cfg *_intf_offset(enum dpu_intf intf,
|
static const struct dpu_intf_cfg *_intf_offset(enum dpu_intf intf,
|
||||||
|
|||||||
Reference in New Issue
Block a user