Skip to content

Commit f34739f

Browse files
committed
drm/vc4: Remove duplicated defines for GEN_6D registers
When adding the register definitions for the GEN_6D hardware, 6 defines managed to get added twice. Remove that duplication. Fixes: 3ca2940 ("drm/vc4: hvs: Add in support for 2712 D-step.") Signed-off-by: Dave Stevenson <[email protected]>
1 parent 9868c20 commit f34739f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/gpu/drm/vc4/vc4_regs.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -698,12 +698,6 @@
698698
#define SCALER6D_HISTBIN7 0x000000f0
699699
#define SCALER6D_HVS_ID 0x000000fc
700700

701-
#define SCALER6D_DISP0_CTRL0 0x00000100
702-
#define SCALER6D_DISP0_CTRL1 0x00000104
703-
#define SCALER6D_DISP0_BGND 0x00000108
704-
#define SCALER6D_DISP0_LPTRS 0x00000110
705-
#define SCALER6D_DISP0_COB 0x00000114
706-
#define SCALER6D_DISP0_STATUS 0x00000118
707701
#define SCALER6D_DISP0_CTRL0 0x00000100
708702
#define SCALER6D_DISP0_CTRL1 0x00000104
709703
#define SCALER6D_DISP0_BGND0 0x00000108

0 commit comments

Comments
 (0)